TotoGaz
TotoGaz
Remove the dependency (and the transitive dependencies) to `SpatialPartition` in the `mesh/generators` "package".
Add the (intentionally non-documented) keyword `ENABLE_PARTICLE_METHOD` to trigger the support of the particle method in `geos`. The support is `on` by default.
**Describe the issue** Currently, the mesh generation tools depend on business domain, for example by looping over the constitutive relations of the sub regions when importing the fields. Fixing the...
Parallel import of conformal faults and fractures has been introduced in https://github.com/GEOS-DEV/GEOS/issues/2413 Some follow-up actions still remain - [x] Add a doc for `mesh_doctor` (introducing the features will be enough;...
We'd like to run the integrated tests as part of the CI/CD. The first benefit is to be almost sure that no PR requiring rebaselines gets merged. As an additional...
Let's add new checks to `mesh_doctor`! First batch of features done in https://github.com/GEOS-DEV/GEOS/issues/2274 : - [x] Check that all the elements of the mesh are supported (including that polyhedra can...
In order to allow the import of - wells and EDFMs, - on top of the DFN and the main 3d mesh, - while managing all their interactions, we need...