Implements working VectorToVector operators
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().