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

Method Diff

comp/interpolate.cpp:359–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357 }
358
359 shared_ptr<CoefficientFunction> Diff (const CoefficientFunction * var, shared_ptr<CoefficientFunction> dir) const override
360 {
361 if (this == var) return dir;
362 return InterpolateCF(func->Diff(var, dir),fes);
363 }
364 };
365
366

Callers 1

DiffMethod · 0.45

Calls 1

InterpolateCFFunction · 0.85

Tested by

no test coverage detected