| 40 | } |
| 41 | |
| 42 | void FiniteElement :: Print (ostream & ost) const |
| 43 | { |
| 44 | ost << ClassName() << ", tpye = " << ElementType() << ", order = " << Order() << ", ndof = " << ndof << endl; |
| 45 | } |
| 46 | |
| 47 | void FiniteElement :: Interpolate (const ElementTransformation & trafo, |
| 48 | const class CoefficientFunction & func, SliceMatrix<> coefs, |
nothing calls this directly
no test coverage detected