diff --git a/src/felupe/region/_region.py b/src/felupe/region/_region.py index 5227f798..c4418c23 100644 --- a/src/felupe/region/_region.py +++ b/src/felupe/region/_region.py @@ -37,7 +37,10 @@ class Region: quadrature: Quadrature An element-compatible numeric integration scheme with points and weights. grad : bool, optional - A flag to invoke gradient evaluation (default is True). + A flag to invoke gradient evaluation (default is True). If True, the partial + derivatives of the element shape functions w.r.t. undeformed coordinates + :math:`\frac{\partial \boldsymbol{h}(\boldsymbol{r})}{\partial \boldsymbol{X}}` + and the differential volumes :math:`dV` are evaluated. Attributes ----------