| 239 | |
| 240 | template<ELEMENT_TYPE ET> |
| 241 | void FacetFE<ET>::CalcFacetDShapeVolIP(int fnr, const IntegrationPoint & ip, |
| 242 | BareSliceMatrix<> dshape) const |
| 243 | { |
| 244 | T_CalcShapeFNr (fnr, GetTIPGrad<DIM> (ip), |
| 245 | SBLambda ([dshape] (int i, auto shape) |
| 246 | { dshape.Row(i) = GetGradient(shape); })); |
| 247 | } |
| 248 | |
| 249 | |
| 250 |
no test coverage detected