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

Method TraverseTree

fem/coefficient.cpp:2087–2092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2085 }
2086
2087 virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override
2088 {
2089 c1->TraverseTree (func);
2090 c2->TraverseTree (func);
2091 func(*this);
2092 }
2093
2094 void DoArchive(Archive& ar) override
2095 {

Callers

nothing calls this directly

Calls 1

TraverseTreeMethod · 0.45

Tested by

no test coverage detected