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

Method TraverseTree

fem/coefficient.cpp:3014–3018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3012 }
3013
3014 virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override
3015 {
3016 c1->TraverseTree (func);
3017 func(*this);
3018 }
3019
3020 shared_ptr<CoefficientFunction> Transform
3021 (CoefficientFunction::T_Transform& transformation) const override

Callers

nothing calls this directly

Calls 1

TraverseTreeMethod · 0.45

Tested by

no test coverage detected