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

Method TraverseTree

comp/meshaccess.hpp:1161–1165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1159 */
1160
1161 virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override
1162 {
1163 cf->TraverseTree (func);
1164 func(*this);
1165 }
1166
1167 /*
1168 // TODO

Callers 7

BilinearFormMethod · 0.45
TraverseTreeFunction · 0.45
T_IntegrateMethod · 0.45
contact.cppFile · 0.45
ContactIntegratorMethod · 0.45
AssembleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected