Aleks Novikov
Aleks Novikov
GMRES/MGR is stalling, UMFPACK is out of memory for >=32k mesh in SPE10 mechanical extension model
Hi everybody! I am comparing thermoporoelastic modeling in GEOS (FEM) and DARTS (FVM) in the case of SPE10 mechanical extension model introduced in [Garipov et al, 2018](https://link.springer.com/article/10.1007/s10596-018-9737-5). This is an...
This PR adds interfaces for embedding of Python function into C++ code, adds multilinear adaptive interpolation with given exact evaluator from Python and adds the support of both static and...
This PR supports the construction of PyArrayWrapper with a MODIFIABLE access level. Before the access level was READ_ONLY by default. Now the access level is chosen based on the constness...