Omar Duran
Omar Duran
Attempts to employ `catersian` grids in the tutorial notebook produce incorrect approximations for the Mandel's problem. Possible source of the error is the combination of `mpsa`, `cartesian` grids and some...
To eliminate the fluxes in the multipoint approximation, a block diagonal operator `grad` is constructed. The current implementation divides row and column permutation matrices into two linear applications, rows2blk_diag and...
The non-linear tpfa and mpfa discretizations should be equivalent for K-orthogonal grids. A test for this case is required. This is the suggested sketch for the test: - Project a...
The current implementation for compressible single-phase flow (pressure equation) includes an upwind approximation for the total nonlinear mobility. Ideally, the discretization of a pressure equation does not require upwinding. In...
Introduces unit test for `RTTypes.hpp`. Dedicated tests for runtime type utilities (dynamicCast, type name, regex, enum mapping). Other functions and structures are being tested `RTTypes.hpp` to augment the test coverage.
This PR deals with refactoring the buoyant flux part in the compositional MFD component. This PR depends on PR https://github.com/GEOS-DEV/GEOS/pull/3765 To achieve a consistent implementation of gravity fluxes two concepts...
It seems the kernel dispatch list may not be fully generated or at least used from the CMake templates, and there’s confusion about whether parts of the old dispatch system...
Adds `-Wno-shorten-64-to-32` to Clang warning flags to suppress noisy 64-to-32 bit conversion warnings while keeping other strict checks enabled. This PR is connected with issue #3893
This PR introduces an immiscible multiphase MFD discretization. - The pressure equation is derived from the continuous formulation. - \(n_phases - 1\)-transport equations are considered. - The concept of dependent...
**Describe the issue** In builds with Apple Clang, several warnings were identified with regard to 64-to-32-bit conversion while keeping other strict checks enabled. **Proposed cleanup** Resolve 64-to-32 bit conversion warnings...