![]() |
(git:4a2d255)
|
Public Member Functions | |
| subroutine | reorder_structure1d (work, list1, list2, n) |
| Given two lists of corresponding element a complex type is built in which each element of the type has a list of mapping elements. | |
| subroutine | reorder_structure2d (work, list1, list2, list3, n) |
| Given two lists of corresponding element a complex type is built in which each element of the type has a list of mapping elements. | |
Definition at line 71 of file topology_util.F.
| subroutine topology_util::reorder_structure::reorder_structure1d | ( | type(array1_list_type), dimension(:), intent(inout) | work, |
| integer, dimension(:), intent(in) | list1, | ||
| integer, dimension(:), intent(in) | list2, | ||
| integer, intent(in) | n | ||
| ) |
Given two lists of corresponding element a complex type is built in which each element of the type has a list of mapping elements.
| work | ... |
| list1 | ... |
| list2 | ... |
| N | ... |
Definition at line 768 of file topology_util.F.
| subroutine topology_util::reorder_structure::reorder_structure2d | ( | type(array2_list_type), dimension(:), intent(inout) | work, |
| integer, dimension(:), intent(in) | list1, | ||
| integer, dimension(:), intent(in) | list2, | ||
| integer, dimension(:), intent(in) | list3, | ||
| integer, intent(in) | n | ||
| ) |
Given two lists of corresponding element a complex type is built in which each element of the type has a list of mapping elements.
| work | ... |
| list1 | ... |
| list2 | ... |
| list3 | ... |
| N | ... |
Definition at line 808 of file topology_util.F.