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

Method TraverseTree

fem/coefficient.cpp:2784–2788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2782 }
2783
2784 virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override
2785 {
2786 c1->TraverseTree (func);
2787 func(*this);
2788 }
2789
2790 virtual Array<shared_ptr<CoefficientFunction>> InputCoefficientFunctions() const override
2791 { return Array<shared_ptr<CoefficientFunction>>({ c1 }); }

Callers

nothing calls this directly

Calls 1

TraverseTreeMethod · 0.45

Tested by

no test coverage detected