Skip to content

Commit 815607a

Browse files
Updating docs in basetype
1 parent 17c4fac commit 815607a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/modules/BaseType/src/BaseType.F90

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,11 +1471,15 @@ END SUBROUTINE highorder_refelem
14711471
!! number of shape functions
14721472
REAL(DFP), ALLOCATABLE :: N(:, :)
14731473
!! Shape function value `N(I, ips)`
1474-
!! nrow = nns
1475-
!! ncol = nips
1474+
!! shape: (nns, nips)
1475+
!! dim 1 = number of nodes in element
1476+
!! dim 2 = number of integration points
14761477
REAL(DFP), ALLOCATABLE :: dNdXi(:, :, :)
14771478
!! Local derivative of a shape function
14781479
!! shape = nns, xidim, nips
1480+
!! dim 1 = number of nodes in element
1481+
!! dim 2 = xi dimension (xi, eta, zeta)
1482+
!! dim 3 = number of integration points
14791483
REAL(DFP), ALLOCATABLE :: jacobian(:, :, :)
14801484
!! Jacobian of mapping `J(:,:,ips)` also $\mathbf{F}_{\Xi x}$
14811485
!! shape = nsd, xidim, nips

0 commit comments

Comments
 (0)