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

Method Evaluate

fem/coefficient_geo.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195 using CoefficientFunctionNoDerivative::Evaluate;
196 virtual double Evaluate (const BaseMappedIntegrationPoint & ip) const override
197 {
198 return 0;
199 }
200 virtual void Evaluate (const BaseMappedIntegrationPoint & ip, FlatVector<> res) const override
201 {
202 if (ip.DimSpace() != D)

Callers

nothing calls this directly

Calls 9

GetTransformationMethod · 0.80
GetFacetMethod · 0.80
TransFunction · 0.50
DimSpaceMethod · 0.45
VBMethod · 0.45
SizeMethod · 0.45
RangeMethod · 0.45
RowMethod · 0.45
GetNormalsMethod · 0.45

Tested by

no test coverage detected