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

Method Diff

fem/python_fem.cpp:193–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193template <> shared_ptr<CoefficientFunction>
194cl_UnaryOpCF<GenericBSpline>::Diff(const CoefficientFunction * var,
195 shared_ptr<CoefficientFunction> dir) const
196{
197 if (this == var) return dir;
198 return UnaryOpCF(c1, GenericBSpline(lam.sp->Differentiate())) * c1->Diff(var, dir);
199}
200
201template <> shared_ptr<CoefficientFunction>
202cl_UnaryOpCF<GenericBSpline>::DiffJacobi(const CoefficientFunction * var,

Callers 11

test_diffFunction · 0.45
GetDiffOpFunction · 0.45
InvESFunction · 0.45
test_diffFunction · 0.45
test_tensor_diffFunction · 0.45
test_zero_detectionFunction · 0.45
TestFunction · 0.45
test_diffFunction · 0.45

Calls 4

UnaryOpCFFunction · 0.85
GenericBSplineClass · 0.85
GenericPowClass · 0.85
logFunction · 0.70

Tested by 9

test_diffFunction · 0.36
InvESFunction · 0.36
test_diffFunction · 0.36
test_tensor_diffFunction · 0.36
test_zero_detectionFunction · 0.36
TestFunction · 0.36
test_diffFunction · 0.36