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

Method TraverseTree

fem/coefficient_matrix.cpp:698–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696 { return "cofactor"; }
697
698 virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override
699 {
700 c1->TraverseTree (func);
701 func(*this);
702 }
703
704 shared_ptr<CoefficientFunction>
705 Transform(CoefficientFunction::T_Transform& transformation) const override

Callers

nothing calls this directly

Calls 1

TraverseTreeMethod · 0.45

Tested by

no test coverage detected