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

Method TraverseTree

fem/coefficient_matrix.cpp:228–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 virtual void TraverseTree(const function<void(CoefficientFunction &)> &func) override
229 {
230 c1->TraverseTree(func);
231 func(*this);
232 }
233
234 virtual Array<shared_ptr<CoefficientFunction>>
235 InputCoefficientFunctions() const override

Callers

nothing calls this directly

Calls 1

TraverseTreeMethod · 0.45

Tested by

no test coverage detected