Skip to content

Move up process bcs

Second chunk of moves from GroundwaterFlowProcess up into the Process class. As the result the GWFP now has only the local assemblers and the hydraulic conductivity members.

Initial and both types of boundary conditions were directly moved. To generalize the initialization the Process class has a new member _process_variables pointing to the used set of process variables (defined in ProjectData).

Initialization of the mesh subsets (components) was finally moved up.

Next steps are:

  • move up post() for output
  • extend the Process class to handle multiple components. (For now at the corresponding places there is a 0 passed around.)

Merge request reports