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

Function MakeConstantCoefficientFunction

fem/coefficient.cpp:4584–4588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4582};
4583
4584shared_ptr<CoefficientFunction>
4585MakeConstantCoefficientFunction (Complex c)
4586{
4587 return make_shared<ConstantCoefficientFunctionC>(c);
4588}
4589
4590
4591shared_ptr<CoefficientFunction>

Callers 2

MakeCoefficientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected