| 18 | ELEMENT_TYPE ElementType() const override { return et; } |
| 19 | |
| 20 | void Interpolate (const ElementTransformation & trafo, |
| 21 | const CoefficientFunction & func, SliceMatrix<> coefs, LocalHeap & lh) const override |
| 22 | { |
| 23 | HeapReset hr(lh); |
| 24 | BaseMappedIntegrationRule & mir = trafo(ir, lh); |
| 25 | func.Evaluate (mir, coefs); |
| 26 | } |
| 27 | |
| 28 | }; |
| 29 |
no test coverage detected