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

Method Diff

fem/coefficient.cpp:1932–1937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1930 }
1931
1932 shared_ptr<CoefficientFunction> Diff (const CoefficientFunction * var,
1933 shared_ptr<CoefficientFunction> dir) const override
1934 {
1935 if (this == var) return dir;
1936 return scal * c1->Diff(var, dir);
1937 }
1938
1939 shared_ptr<CoefficientFunction> DiffJacobi (const CoefficientFunction * var, T_DJC & cache) const override
1940 {

Callers

nothing calls this directly

Calls 1

DiffMethod · 0.45

Tested by

no test coverage detected