File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments