Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ MakeCoordinateCoefficientFunction
Function
MakeCoordinateCoefficientFunction
fem/coefficient_geo.cpp:167–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
166
167
shared_ptr<CoefficientFunction> MakeCoordinateCoefficientFunction (int comp)
168
{
169
return make_shared<CoordCoefficientFunction> (comp);
170
}
171
172
173
Callers
2
ExportCoefficientFunction
Function · 0.85
coefficientfunction.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected