Skip to content

Implements working VectorToVector operators

Marcus Mohr requested to merge mohr/VecOps into master

Commit introduces two children of VectorToVectorOperator. These are

  • VectorLaplaceOperator
  • VectorMassOperator The two classes are templated and we instantiate various P1 and P2 flavors of the two operators.

VectorOperatorBasicTest checks that we can compile them and call apply().

Merge request reports