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

Method TraverseTree

fem/coefficient_matrix.cpp:1065–1069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1063 }
1064
1065 virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override
1066 {
1067 c1->TraverseTree (func);
1068 func(*this);
1069 }
1070
1071 virtual string GetDescription () const override
1072 { return "skew"; }

Callers 5

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