Node subset stored in 1D arrays. More...
Data Types | |
| interface | initialize |
| type | t_node_list |
| Pack a subset of node indexes. More... | |
| type | t_point_list |
| Store point coordinates. More... | |
| interface | unalloc |
Functions/Subroutines | |
| pure subroutine, private | initialize_node_list (nlist, nb, nbc) |
| pure subroutine, private | initialize_node_list_mask (nlist, mask) |
| pure subroutine, private | unalloc_node_list (nlist) |
| pure subroutine, private | initialize_point_list (plist, n) |
| pure subroutine, private | unalloc_point_list (plist) |
| pure subroutine | node_list_get_mask (nlist, mask) |
| Get the 3D mask corresponding to the node list. | |
Node subset stored in 1D arrays.
|
private |
|
private |
|
private |
| pure subroutine type_node_list::node_list_get_mask | ( | type(t_node_list), intent(in) | nlist, |
| logical, dimension(:,:,:), intent(out) | mask ) |
Get the 3D mask corresponding to the node list.
|
private |
|
private |