20 const Eigen::Ref<Eigen::Matrix<double, NPOINTS * DisplacementDim, 1>
const>&
22 DNDX_Type
const& dNdx)
25 for (
int i = 0; i < DisplacementDim; ++i)
27 divergence += dNdx.template block<1, NPOINTS>(i, 0) *
28 u.template segment<NPOINTS>(i * NPOINTS);