| 781 | BareSliceVector<double> x) const override; |
| 782 | |
| 783 | virtual void CheckElement (const FiniteElement& bfel) const override |
| 784 | { |
| 785 | auto & fel = dynamic_cast<const SkewMatrixFiniteElement&> (bfel).ScalFE(); |
| 786 | diffop->CheckElement(fel); |
| 787 | } |
| 788 | }; |
| 789 | |
| 790 |
nothing calls this directly
no test coverage detected