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

Method Evaluate

fem/coefficient_geo.cpp:405–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403 // virtual int Dimension() const { return D; }
404
405 virtual double Evaluate (const BaseMappedIntegrationPoint & ip) const override
406 {
407 return 0;
408 }
409 virtual void Evaluate (const BaseMappedIntegrationPoint & ip, FlatVector<> res) const override
410 {
411 if (ip.DimSpace() != D)

Callers

nothing calls this directly

Calls 7

GetEdgesFunction · 0.85
GetTransformationMethod · 0.80
GetSortMethod · 0.80
DimSpaceMethod · 0.45
FacetNrMethod · 0.45
SizeMethod · 0.45
DataMethod · 0.45

Tested by

no test coverage detected