| 222 | } |
| 223 | |
| 224 | virtual void CalcDivShape(const IntegrationPoint &ip, SliceMatrix<double> div_shapes) const override |
| 225 | { |
| 226 | throw Exception("HDDFacet, element type " + ToString(ET) + " FaceDivShape not implemented"); |
| 227 | } |
| 228 | |
| 229 | }; |
| 230 |
no test coverage detected