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

Method Diff

comp/interpolate.cpp:875–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

873
874
875 shared_ptr<CoefficientFunction> InterpolateProxy ::
876 Diff (const CoefficientFunction * var, shared_ptr<CoefficientFunction> dir) const
877 {
878 if (this == var) return dir;
879 return make_shared<InterpolateProxy> (func->Diff(var,dir), space, testfunction, final_diffop, bonus_intorder);
880 }
881
882 shared_ptr<CoefficientFunction> InterpolateCF (shared_ptr<CoefficientFunction> func, shared_ptr<FESpace> space,
883 int bonus_intorder,

Callers

nothing calls this directly

Calls 1

DiffMethod · 0.45

Tested by

no test coverage detected