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

Method TraverseTree

fem/coefficient.cpp:3367–3372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3365 // virtual Array<int> Dimensions() const { return Array<int> (dims); }
3366
3367 virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override
3368 {
3369 c1->TraverseTree (func);
3370 c2->TraverseTree (func);
3371 func(*this);
3372 }
3373
3374 shared_ptr<CoefficientFunction> Transform
3375 (CoefficientFunction::T_Transform& transformation) const override

Callers

nothing calls this directly

Calls 1

TraverseTreeMethod · 0.45

Tested by

no test coverage detected