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

Method TraverseTree

fem/coefficient.cpp:7323–7327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7321 }
7322
7323 virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override
7324 {
7325 cf->TraverseTree (func);
7326 func(*this);
7327 }
7328
7329 void GenerateCode(Code &code, FlatArray<int> inputs, int index) const override
7330 {

Callers 15

NewtonCFMethod · 0.45
MinimizationCFMethod · 0.45
TraverseTreeMethod · 0.45
TraverseTreeMethod · 0.45
TraverseTreeMethod · 0.45
TraverseTreeMethod · 0.45
TraverseTreeMethod · 0.45
TraverseTreeMethod · 0.45
TraverseTreeMethod · 0.45
TraverseTreeMethod · 0.45
TraverseTreeMethod · 0.45
TraverseTreeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected