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

Method EvaluateConst

fem/coefficient.cpp:1194–1197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1192
1193
1194double PolynomialCoefficientFunction::EvaluateConst () const
1195{
1196 return (*(*polycoeffs[0])[0])[0];
1197}
1198
1199#endif
1200

Calls

no outgoing calls

Tested by

no test coverage detected