|
EpetraExt
Development
|
#include <EpetraExt_Permutation.h>

Public Member Functions | |
| Permutation (Epetra_DataAccess CV, const Epetra_BlockMap &map, int *permutation) | |
| Constructor. | |
| Permutation (const Epetra_BlockMap &map) | |
| Constructor. | |
| Permutation (const Permutation< T > &src) | |
| Copy Constructor. | |
Definition at line 204 of file EpetraExt_Permutation.h.
| EpetraExt::Permutation< T >::Permutation | ( | Epetra_DataAccess | CV, |
| const Epetra_BlockMap & | map, | ||
| int * | permutation | ||
| ) | [inline] |
Constructor.
| CV | Set to either Copy or View. |
| map | Defines the index space to be permuted. |
| permutation | Array defining the permutation. The length of this array must be 'map.NumMyElements()'. This array is the local portion of the 'p' vector described in the 'Detailed Description' section. |
Definition at line 217 of file EpetraExt_Permutation.h.
| EpetraExt::Permutation< T >::Permutation | ( | const Epetra_BlockMap & | map | ) | [inline] |
Constructor.
This constructor creates an empty permutation object. The contents must then be set using regular Epetra_IntVector methods.
| map | Defines the index space to be permuted. |
Definition at line 229 of file EpetraExt_Permutation.h.
| EpetraExt::Permutation< T >::Permutation | ( | const Permutation< T > & | src | ) | [inline] |
Copy Constructor.
Definition at line 235 of file EpetraExt_Permutation.h.
1.7.6.1