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

Method TraverseTree

fem/coefficient.cpp:3222–3226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3220 }
3221
3222 virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override
3223 {
3224 c1->TraverseTree (func);
3225 func(*this);
3226 }
3227
3228 virtual Array<shared_ptr<CoefficientFunction>> InputCoefficientFunctions() const override
3229 { return Array<shared_ptr<CoefficientFunction>>({ c1 }); }

Callers

nothing calls this directly

Calls 1

TraverseTreeMethod · 0.45

Tested by

no test coverage detected