List of all members.
Data Types |
| type | Epetra_DistObject |
| |
Epetra_DistObject: A class for constructing and using dense multi-vectors, vectors and matrices in parallel. More...
|
Public Member Functions |
|
| subroutine | export (this, A, exporter, CombineMode, indexor, err) |
| | Exports an Epetra_DistObject using the Epetra_Export object.
|
| subroutine | export (this, A, importer, CombineMode, indexor, err) |
| | Exports an Epetra_DistObject using the Epetra_Import object.
|
| subroutine | import (this, A, importer, CombineMode, indexor, err) |
| | Imports an Epetra_DistObject using the Epetra_Import object.
|
| subroutine | import (this, A, exporter, CombineMode, indexor, err) |
| | Imports an Epetra_DistObject using the Epetra_Export object.
|
Member Function/Subroutine Documentation
| subroutine FEpetra_DistObject::export |
( |
class(Epetra_DistObject), intent(in) |
this, |
|
|
class(Epetra_SrcDistObject), intent(in) |
A, |
|
|
type(Epetra_Export), intent(in) |
exporter, |
|
|
integer(FT_Epetra_CombineMode_E_t), intent(in) |
CombineMode, |
|
|
type(Epetra_OffsetIndex), intent(in) |
indexor, |
|
|
type(error), intent(out), optional |
err |
|
) |
| |
Exports an Epetra_DistObject using the Epetra_Export object.
- Parameters:
-
| [in] | A | Distributed object that will be exported to the this multivector. |
| [in] | exporter | A Epetra_Export object specifying the communication required. |
| [in] | CombineMode | A FT_Epetra_CombineMode_E_t enumerated type specifying how results should be combined on the receiving processor. |
| [out] | err | Returns error information. |
| subroutine FEpetra_DistObject::export |
( |
class(Epetra_DistObject), intent(in) |
this, |
|
|
class(Epetra_SrcDistObject), intent(in) |
A, |
|
|
type(Epetra_Import), intent(in) |
importer, |
|
|
integer(FT_Epetra_CombineMode_E_t), intent(in) |
CombineMode, |
|
|
type(Epetra_OffsetIndex), intent(in) |
indexor, |
|
|
type(error), intent(out), optional |
err |
|
) |
| |
Exports an Epetra_DistObject using the Epetra_Import object.
- Parameters:
-
| [in] | A | Distributed object that will be exported to the this object. |
| [in] | importer | A Epetra_Import object specifying the communication required. |
| [in] | CombineMode | A FT_Epetra_CombineMode_E_t enumerated type specifying how results should be combined on the receiving processor. |
| [out] | err | Returns error information. |
| subroutine FEpetra_DistObject::import |
( |
class(Epetra_DistObject), intent(in) |
this, |
|
|
class(Epetra_SrcDistObject), intent(in) |
A, |
|
|
type(Epetra_Import), intent(in) |
importer, |
|
|
integer(FT_Epetra_CombineMode_E_t), intent(in) |
CombineMode, |
|
|
type(Epetra_OffsetIndex), intent(in) |
indexor, |
|
|
type(error), intent(out), optional |
err |
|
) |
| |
Imports an Epetra_DistObject using the Epetra_Import object.
- Parameters:
-
| [in] | A | Distributed object that will be imported into the this object. |
| [in] | importer | A Epetra_Import object specifying the communication required. |
| [in] | CombineMode | A FT_Epetra_CombineMode_E_t enumerated type specifying how results should be combined on the receiving processor. |
| [out] | err | Returns error information. |
| subroutine FEpetra_DistObject::import |
( |
class(Epetra_DistObject), intent(in) |
this, |
|
|
class(Epetra_SrcDistObject), intent(in) |
A, |
|
|
type(Epetra_Export), intent(in) |
exporter, |
|
|
integer(FT_Epetra_CombineMode_E_t), intent(in) |
CombineMode, |
|
|
type(Epetra_OffsetIndex), intent(in) |
indexor, |
|
|
type(error), intent(out), optional |
err |
|
) |
| |
Imports an Epetra_DistObject using the Epetra_Export object.
- Parameters:
-
| [in] | A | Distributed object that will be imported into the this object. |
| [in] | exporter | A Epetra_Export object specifying the communication required. |
| [in] | CombineMode | A FT_Epetra_CombineMode_E_t enumerated type specifying how results should be combined on the receiving processor. |
| [out] | err | Returns error information. |
The documentation for this module was generated from the following file: