| 863 | VectorDifferentialOperator :: ~VectorDifferentialOperator () { ; } |
| 864 | |
| 865 | void VectorDifferentialOperator :: CheckElement (const FiniteElement& bfel) const |
| 866 | { |
| 867 | auto & fel = dynamic_cast<const VectorFiniteElement&> (bfel)[0]; |
| 868 | diffop->CheckElement(fel); |
| 869 | } |
| 870 | |
| 871 | void VectorDifferentialOperator :: |
| 872 | CalcMatrix (const FiniteElement & bfel, |
nothing calls this directly
no test coverage detected