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

Method DiffJacobi

fem/python_fem.cpp:201–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201template <> shared_ptr<CoefficientFunction>
202cl_UnaryOpCF<GenericBSpline>::DiffJacobi(const CoefficientFunction * var,
203 T_DJC & cache) const
204{
205 return BASE::DiffJacobi(var, cache);
206}
207
208
209

Calls 2

expFunction · 0.70
logFunction · 0.70

Tested by

no test coverage detected