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

Method TraverseTree

fem/coefficient_matrix.cpp:493–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491 }
492
493 virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override
494 {
495 c1->TraverseTree (func);
496 func(*this);
497 }
498
499 shared_ptr<CoefficientFunction>
500 Transform(CoefficientFunction::T_Transform& transformation) const override

Callers

nothing calls this directly

Calls 1

TraverseTreeMethod · 0.45

Tested by

no test coverage detected