![]() |
|
Public Member Functions | |
ParSortableList (const List< Type > &) | |
Construct from List, sorting the elements. | |
ParSortableList (const label size) | |
Construct given size. Sort later on. | |
void | sort () |
Sort the list (if changed after construction time). | |
const labelList & | indices () const |
Return the list of sorted point indices. | |
const labelList & | procs () const |
Return the list of processor number. |
|
Construct from List, sorting the elements.
|
|
Construct given size. Sort later on.
|
|
Return the list of sorted point indices.
Definition at line 195 of file ParSortableList.H. |
|
Return the list of processor number.
Definition at line 201 of file ParSortableList.H. |
|
Sort the list (if changed after construction time).
|