MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / Print

Method Print

fem/finiteelement.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls 5

ElementTypeFunction · 0.85
ClassNameFunction · 0.70
OrderFunction · 0.70
GetNComponentsFunction · 0.70
PrintMethod · 0.45

Tested by

no test coverage detected