Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ TraverseTree
Method
TraverseTree
comp/meshaccess.hpp:1161–1165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1159
*/
1160
1161
virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override
1162
{
1163
cf->TraverseTree (func);
1164
func(*this);
1165
}
1166
1167
/*
1168
// TODO
Callers
7
BilinearForm
Method · 0.45
TraverseTree
Function · 0.45
T_Integrate
Method · 0.45
contact.cpp
File · 0.45
ContactIntegrator
Method · 0.45
Assemble
Method · 0.45
NGS_DLL_HEADER ExportNgcomp
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected