Skip to content

[el2p] Use base class quantities in the NewtonController

Bernd Flemisch requested to merge fix/el2p-newtoncontroller into releases/2.12

The ElTwoPNewtonController defined several data members that are already present in the base NewtonController. Delete these members and use the corresponding base class members.

The communication call in the function globalResidual of the ElTwoPBaseModel didn't compile. Comment this call such that the function works at least for sequential runs. This allows to use the residual criterion in the Newton solver. Throw if the routine is called in a parallel run.

Merge request reports