Matteo Cusini
Matteo Cusini
In this PR we are adding some improvements to the current EDFM implementation: - [x] create a dedicated kernel for the computation of the connectivity index. - [x] improve connectivity...
resolves https://github.com/GEOSX/GEOSX/issues/1768
As pointed out by @joshua-white and @af1990 in #826, some information relative to the discretization (e.g., the number of jump enrichments) is stored in the subRegion but it should be...
**Describe the bug** Many integrated tests fail on Lassen with gcc 8.3.1. It seems to be a somewhat random list of tests (e.g., it's not all tests using a specific...
**Describe the issue** The meaning of some of the constants defined in the stencils has slightly changed over time with the introductions of fracture dedicated stencils. **Proposed cleanup** Some of...
In this PR we - [x] Create `ReactiveMultiFluid` model that: - [x] adds Equilibrium and KineticReactions and all reactions related quantities - [x] serves as base class to all reactive...
In this PR we introduce fields for quantities on fracture elements (i.e., jumps and tractions) in the global coordinate system instead of the local one. These are more useful for...