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

Method TraverseTree

fem/coefficient_matrix.hpp:884–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

882 }
883
884 virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override
885 {
886 c1->TraverseTree (func);
887 func(*this);
888 }
889
890 virtual void GenerateCode(Code &code, FlatArray<int> inputs, int index) const override {
891 CodeExpr result;

Callers 3

TraverseTreeMethod · 0.45
TraverseTreeMethod · 0.45
TraverseTreeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected