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

Method Evaluate

fem/coefficient_matrix.cpp:1132–1135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1130 }
1131 using T_CoefficientFunction<SkewCoefficientFunction>::Evaluate;
1132 virtual double Evaluate (const BaseMappedIntegrationPoint & ip) const override
1133 {
1134 throw Exception ("SkewCF:: scalar evaluate for matrix called");
1135 }
1136
1137
1138 template <typename MIR, typename T, ORDERING ORD>

Callers 7

T_EvaluateMethod · 0.45
EvaluateMethod · 0.45
T_EvaluateMethod · 0.45
T_EvaluateMethod · 0.45
T_EvaluateMethod · 0.45
T_EvaluateMethod · 0.45
T_EvaluateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected