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

Method TraverseTree

fem/coefficient.cpp:1774–1778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1772 }
1773
1774 virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override
1775 {
1776 c1->TraverseTree (func);
1777 func(*this);
1778 }
1779
1780 shared_ptr<CoefficientFunction>
1781 Transform(CoefficientFunction::T_Transform& transformation) const override

Callers

nothing calls this directly

Calls 1

TraverseTreeMethod · 0.45

Tested by

no test coverage detected