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

Method Diff

fem/coefficient.cpp:5097–5103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5095 }
5096
5097 shared_ptr<CoefficientFunction> Diff (const CoefficientFunction * var,
5098 shared_ptr<CoefficientFunction> dir) const override
5099 {
5100 if (this == var) return dir;
5101 return MakeExtendDimensionCoefficientFunction (c1->Diff(var, dir), Array<int> (dims), Array<int> (pos),
5102 Array<int>(stride));
5103 }
5104
5105 shared_ptr<CoefficientFunction> DiffJacobi (const CoefficientFunction * var, T_DJC & cache) const override
5106 {

Callers

nothing calls this directly

Calls 2

DiffMethod · 0.45

Tested by

no test coverage detected