Skip to content

Groundwater Flow Process

Dmitry Yu. Naumov requested to merge github/fork/endJunction/GWP into master

This is based on #521 and must not be merged before.

The commits (starting with [PL] Add GlobalSetup as template to GW process.) fills in the initialize() and the solve() functions in the GroundwaterFlowProcess. The creation of the process is documented in the commit messages.

One think needs special attention because of incompatibility between the MathLib::DenseMatrix and Eigen matrices used: see the [ML] Remove size check, because eigen has no getNRows() commit for details.

For those who wonder where the boundary conditions are applied, please don't: these are going into another PR.

Merge request reports