MCPcopy 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

Calls

no outgoing calls

Tested by

no test coverage detected