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

Method TraverseTree

comp/interpolate.cpp:353–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351 }
352
353 void TraverseTree (const function<void(CoefficientFunction&)> & func_) override
354 {
355 func->TraverseTree(func_);
356 func_(*this);
357 }
358
359 shared_ptr<CoefficientFunction> Diff (const CoefficientFunction * var, shared_ptr<CoefficientFunction> dir) const override
360 {

Callers 3

InterpolateDiffOpMethod · 0.45
FindProxySpaceFunction · 0.45
InterpolateCFFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected