gustaf.utils.connec.make_hexa_volumes#
- gustaf.utils.connec.make_hexa_volumes(resolutions)[source]#
Given number of nodes per each dimension, returns connectivity information of structured hexahedron elements. Counter clock wise connectivity.
(7)*-------*(6) /| /| / | (5) / | (4)*-------* | | *----|--*(2) | /(3) | / |/ |/ (0)*-------*(1)
- Parameters:
resolutions (list)
- Returns:
elements
- Return type:
(n, 8) np.ndarray