pschultzendorff
pschultzendorff
The method `pp.numerics.fv.upwind.Upwind.discretize` has quite outdated documentation. For example, the required keys in the parameter dictionary as well as the return values of the method are wrong. In addition, #1192...
Currently, the "numbarized" function inside ``matrix_operations.invert_diagonal_blocks`` is hard coded to ``parallel=True``. While this might offer some speed up for large systems, on all the benchmarks I ran, setting it to...
## Proposed changes Writing this on my phone, apologies for anything I miss and any name errors. This PR introduces functionality to translate physical names from ‘’.msh’’ files to tags...
Gmsh meshes often come with physical names/tags assigned to cells, faces, and nodes. An example is the [SPE11 benchmark](https://github.com/Simulation-Benchmarks/11thSPE-CSP/blob/main/geometries/spe11a.geo), which features 7 different facies with varying permeability and porosity. Translating...
## Proposed changes Attempt at fixing #1421. The idea is to have `SolverStatistics` keep track of whether the current nonlinear loop has converged. When calling `DataSavingMixin.save_data_time_step`, `SolverStatistics.save` stores the convergence...