| 260 | } |
| 261 | |
| 262 | virtual double Evaluate(const BaseMappedIntegrationPoint &ip) const override |
| 263 | { |
| 264 | throw Exception("InverseAnyDimCF:: scalar evaluate for matrix called"); |
| 265 | } |
| 266 | |
| 267 | void Evaluate(const BaseMappedIntegrationPoint & ip, |
| 268 | FlatVector<> result) const override |
nothing calls this directly
no test coverage detected