| 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> |
no outgoing calls
no test coverage detected