| 217 | } |
| 218 | |
| 219 | void CalcShape(const IntegrationPoint &ip, SliceMatrix<double> shapes) const override |
| 220 | { |
| 221 | throw Exception("HCCFacet, element type " + ToString(ET) + " not implemented"); |
| 222 | } |
| 223 | |
| 224 | virtual void CalcDivShape(const IntegrationPoint &ip, SliceMatrix<double> div_shapes) const override |
| 225 | { |
no test coverage detected