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

Method EvaluateConst

fem/coefficient.cpp:1808–1811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1806 return scal * c1->EvaluateComplex(ip);
1807 }
1808 virtual double EvaluateConst () const override
1809 {
1810 return scal * c1->EvaluateConst();
1811 }
1812 virtual void Evaluate(const BaseMappedIntegrationPoint & ip,
1813 FlatVector<> result) const override
1814 {

Callers

nothing calls this directly

Calls 1

EvaluateConstMethod · 0.45

Tested by

no test coverage detected