| 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); |
nothing calls this directly
no test coverage detected