| 230 | BASE::T_CalcShape(ip, shape); |
| 231 | } |
| 232 | void GetDiagMassMatrix(FlatVector<> mass) const { |
| 233 | throw Exception("GetDiagMassMatrix not implemented"); |
| 234 | } |
| 235 | }; |
| 236 | |
| 237 | // This class behaves like a numeric type, but 'records' all computations in expression strings |
no outgoing calls
no test coverage detected