Skip to content

Remove integration method template parameter from BCs and remaining processes

Christoph Lehmann requested to merge chleh/ogs:remove-int-meth-tpl-param2 into master

The MR is rather long, but the changes follow a single pattern. The commits are organized by process (BC/ST, heat transport BHE, LIE, remaining process), because each of these groups has an own local assembler factory. For each of the groups there are two commits: (a) One changing the local assembler factory and (b) one changing the local assemblers themselves.

The changes are very repetitive. Those in (a) follow the pattern of this commit in !4204 (merged). Those in (b) follow the pattern of this commit.

  • Feature description was added to the changelog
Edited by Christoph Lehmann

Merge request reports