Skip to content

add surrogate polynomial operator for 3D P1 elements

Benjamin Mann requested to merge mogli/variable_stencil_3d into master
  • add abstract base class P1Operator which can be used with the new generated forms
  • add required functions to assemble local stencils for variable 3D Operators using form.integrateRow()
  • add derived classes P1ConstantOperator_new, P1VariableOperator_new and P1SurrogateOperator. Note: The old versions must be kept since they are used internally in the corresponding P2-Operators. Since the old operators can not be used with the new forms, while the new operators can only be used with the new forms, it is not possible to only replace some of the internal operators by the new ones.

Merge request reports