| 224 | |
| 225 | template<ELEMENT_TYPE ET> |
| 226 | void FacetFE<ET>::CalcFacetShapeVolIP(int fnr, const IntegrationPoint & ip, |
| 227 | BareSliceVector<> shape) const |
| 228 | { |
| 229 | static_cast<const FacetFE<ET>*>(this)->T_CalcShapeFNr(fnr, GetTIP<DIM>(ip), shape); |
| 230 | } |
| 231 | |
| 232 | template<ELEMENT_TYPE ET> |
| 233 | void FacetFE<ET>::CalcFacetShapeVolIR (int fnr, const SIMD_IntegrationRule & ir, |
no outgoing calls
no test coverage detected