#include <EpetraExt_Migrate.h>
Public Types | |
| typedef Teuchos::RefCountPtr< DT > | DataPtr |
| typedef std::vector< DataPtr > | DataContainer |
| typedef DataContainer::iterator | DataContainerIter |
| typedef DataContainer::const_iterator | DataContainerCIter |
| typedef std::vector< int > | ProcList |
| typedef ProcList::iterator | ProcListIter |
| typedef std::vector< char > | Buffer |
Public Member Functions | |
| Migrate1 (Epetra_Comm &comm) | |
| ~Migrate1 () | |
| void | operator() (std::vector< int > const &pList, std::vector< Teuchos::RefCountPtr< DT > > const &iData, std::vector< Teuchos::RefCountPtr< DT > > &oData) |
| void | rvs (std::vector< int > const &pList, std::vector< Teuchos::RefCountPtr< DT > > const &iData, std::vector< Teuchos::RefCountPtr< DT > > &oData) |
Protected Attributes | |
| Epetra_Comm & | comm_ |
| char * | imports_ |
| int | importSize_ |
| Buffer | exports_ |
Private Member Functions | |
| Migrate1 () | |
| bool | operator== (Migrate1 const &right) const |
| bool | operator!= (Migrate1 const &right) const |
|
|||||
|
Definition at line 121 of file EpetraExt_Migrate.h. |
|
|||||
|
Definition at line 122 of file EpetraExt_Migrate.h. |
|
|||||
|
Definition at line 123 of file EpetraExt_Migrate.h. |
|
|||||
|
Definition at line 124 of file EpetraExt_Migrate.h. |
|
|||||
|
Definition at line 126 of file EpetraExt_Migrate.h. |
|
|||||
|
Definition at line 127 of file EpetraExt_Migrate.h. |
|
|||||
|
Definition at line 129 of file EpetraExt_Migrate.h. |
|
||||||||||
|
Definition at line 132 of file EpetraExt_Migrate.h. |
|
|||||||||
|
Definition at line 139 of file EpetraExt_Migrate.h. |
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||||||
|
Definition at line 359 of file EpetraExt_Migrate.h. |
|
||||||||||||||||||||
|
Definition at line 416 of file EpetraExt_Migrate.h. |
|
|||||
|
Definition at line 162 of file EpetraExt_Migrate.h. |
|
|||||
|
Definition at line 164 of file EpetraExt_Migrate.h. |
|
|||||
|
Definition at line 165 of file EpetraExt_Migrate.h. |
|
|||||
|
Definition at line 167 of file EpetraExt_Migrate.h. |
1.3.9.1