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

Method Evaluate

fem/coefficient_matrix.cpp:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 }
261
262 virtual double Evaluate(const BaseMappedIntegrationPoint &ip) const override
263 {
264 throw Exception("InverseAnyDimCF:: scalar evaluate for matrix called");
265 }
266
267 void Evaluate(const BaseMappedIntegrationPoint & ip,
268 FlatVector<> result) const override

Callers

nothing calls this directly

Calls 14

T_EvaluateMethod · 0.95
DimensionsMethod · 0.80
DimensionFunction · 0.70
IsComplexFunction · 0.70
EvaluateFunction · 0.70
TransFunction · 0.50
RangeFunction · 0.50
HeightMethod · 0.45
WidthMethod · 0.45
DistMethod · 0.45
DataMethod · 0.45
SizeMethod · 0.45

Tested by

no test coverage detected