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

Method Evaluate

comp/meshaccess.cpp:2560–2565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2558
2559 using CoefficientFunctionNoDerivative::Evaluate;
2560 double Evaluate(const BaseMappedIntegrationPoint& mip) const override
2561 {
2562 Vec<1> result;
2563 Evaluate(mip, result);
2564 return result[0];
2565 }
2566
2567
2568 virtual void Evaluate(const BaseMappedIntegrationPoint & mip,

Callers 3

CalcPointMethod · 0.45
T_EvaluateMethod · 0.45

Calls 9

ElementIdClass · 0.85
EvaluateFunction · 0.50
RangeFunction · 0.50
SizeMethod · 0.45
AppendMethod · 0.45
VBMethod · 0.45
NrMethod · 0.45
GetDimensionMethod · 0.45
DataMethod · 0.45

Tested by

no test coverage detected