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

Method Interpolate

comp/irspace.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

InterpolateMethod · 0.45
InterpolateMethod · 0.45

Calls 1

EvaluateMethod · 0.45

Tested by

no test coverage detected