Skip to content

[Process] Separate createLocalAssemblers respectively for BC/Source term and system of equations

wenqing requested to merge wenqing/ogs:improvement into master

This MR avoids to instantiate local assemblers of Process with the shape function of ShapePoint1.

Along with this improvement, the directory of ProcessLib/BoudaryCondition and ProcessLib/SourceTerms are moved to a new sub-directory called as ProcessLib/BoudaryConditionAndSourceTerm. While the directory name of SourceTerms is changed to SourceTerm.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?
Edited by wenqing

Merge request reports