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

Method Diff

fem/coefficient_matrix.cpp:1017–1022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1015 }
1016
1017 shared_ptr<CoefficientFunction> Diff (const CoefficientFunction * var,
1018 shared_ptr<CoefficientFunction> dir) const override
1019 {
1020 if (this == var) return dir;
1021 return SymmetricCF(c1->Diff(var, dir));
1022 }
1023
1024 shared_ptr<CoefficientFunction> DiffJacobi (const CoefficientFunction * var, T_DJC & cache) const override
1025 {

Callers

nothing calls this directly

Calls 2

SymmetricCFFunction · 0.85
DiffMethod · 0.45

Tested by

no test coverage detected