Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1194
double PolynomialCoefficientFunction::EvaluateConst () const
1195
{
1196
return (*(*polycoeffs[0])[0])[0];
1197
}
1198
1199
#endif
1200
Callers
5
EvaluateConst
Method · 0.45
HDG_LaplaceIntegrator
Method · 0.45
DGInnerFacet_LaplaceIntegrator
Method · 0.45
DGBoundaryFacet_LaplaceIntegrator
Method · 0.45
DGFacet_DirichletBoundaryIntegrator
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected