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

Method Evaluate

fem/coefficient.cpp:2960–2963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2958
2959 using CoefficientFunction /* NoDerivative*/ ::Evaluate;
2960 double Evaluate (const BaseMappedIntegrationPoint & ip) const override
2961 {
2962 return 0;
2963 }
2964 void Evaluate (const BaseMappedIntegrationPoint & ip, FlatVector<> res) const override
2965 {
2966 STACK_ARRAY(double,mem, dim1);

Callers

nothing calls this directly

Calls 2

CalcEigenSystemFunction · 0.50
EvaluateMethod · 0.45

Tested by

no test coverage detected