(git:c5411e0)
Loading...
Searching...
No Matches
topology_util::reorder_structure Interface Reference

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.
 

Detailed Description

Definition at line 73 of file topology_util.F.

Member Function/Subroutine Documentation

◆ reorder_structure1d()

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.

Parameters
work...
list1...
list2...
N...
Author
Teodoro Laino 08.2006

Definition at line 770 of file topology_util.F.

◆ reorder_structure2d()

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.

Parameters
work...
list1...
list2...
list3...
N...
Author
Teodoro Laino 09.2006

Definition at line 810 of file topology_util.F.


The documentation for this interface was generated from the following file: