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

Method DiffJacobi

fem/coefficient_stdmath.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 template <> shared_ptr<CoefficientFunction>
56 cl_UnaryOpCF<GenericSqrt>::DiffJacobi(const CoefficientFunction * var, T_DJC & cache) const
57 {
58 if (this == var) return make_shared<ConstantCoefficientFunction>(1);
59 return 0.5/sqrt(c1) * c1->DiffJacobi(var, cache);
60 }
61
62
63 /*

Callers

nothing calls this directly

Calls 6

UnaryOpCFFunction · 0.85
GenericCosClass · 0.85
GenericSqrtClass · 0.85
sqrtFunction · 0.70
coshFunction · 0.70
expFunction · 0.70

Tested by

no test coverage detected