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

Method Diff

fem/coefficient_matrix.cpp:1173–1178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1171 }
1172
1173 shared_ptr<CoefficientFunction> Diff (const CoefficientFunction * var,
1174 shared_ptr<CoefficientFunction> dir) const override
1175 {
1176 if (this == var) return dir;
1177 return SkewCF(c1->Diff(var, dir));
1178 }
1179
1180 shared_ptr<CoefficientFunction> DiffJacobi (const CoefficientFunction * var, T_DJC & cache) const override
1181 {

Callers 5

DiffMethod · 0.45
DiffMethod · 0.45
DiffMethod · 0.45
DiffMethod · 0.45
DiffMethod · 0.45

Calls 1

SkewCFFunction · 0.85

Tested by

no test coverage detected