Skip to content

Commit

Permalink
Update _region.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Feb 16, 2024
1 parent a2e25d2 commit 45a3edf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/felupe/region/_region.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand Down

0 comments on commit 45a3edf

Please sign in to comment.