Public Member Functions | |
| def | __init__ |
| def | redistribute |
| def | redistribute_reverse |
| def | get_importer |
Public Attributes | |
| this | |
Proxy of C++ Isorropia::Epetra::Redistributor class
| def PyTrilinos.Isorropia.NestedEpetra.Redistributor.__init__ | ( | self, | |
| args | |||
| ) |
__init__(Isorropia::Epetra::Redistributor self, Teuchos::RCP< Isorropia::Epetra::Partitioner > partitioner) -> Redistributor __init__(Isorropia::Epetra::Redistributor self, Teuchos::RCP< Epetra_Map > target_map) -> Redistributor __init__(Isorropia::Epetra::Redistributor self, Partitioner partitioner) -> Redistributor __init__(Isorropia::Epetra::Redistributor self, Map target_map) -> Redistributor
| def PyTrilinos.Isorropia.NestedEpetra.Redistributor.get_importer | ( | self, | |
| args | |||
| ) |
get_importer(Redistributor self) -> Import
| def PyTrilinos.Isorropia.NestedEpetra.Redistributor.redistribute | ( | self, | |
| args | |||
| ) |
redistribute(Redistributor self, SrcDistObject src, DistObject target) redistribute(Redistributor self, CrsGraph input_graph, bool callFillComplete=True) -> Teuchos::RCP< Epetra_CrsGraph > redistribute(Redistributor self, CrsGraph input_graph, Epetra_CrsGraph *& outputGraphPtr, bool callFillComplete=True) redistribute(Redistributor self, CrsMatrix input_matrix, bool callFillComplete=True) -> Teuchos::RCP< Epetra_CrsMatrix > redistribute(Redistributor self, RowMatrix input_matrix, bool callFillComplete=True) -> Teuchos::RCP< Epetra_CrsMatrix > redistribute(Redistributor self, Epetra_Vector input_vector) -> Teuchos::RCP< Epetra_Vector > redistribute(Redistributor self, Epetra_MultiVector input_vector) -> Teuchos::RCP< Epetra_MultiVector >
| def PyTrilinos.Isorropia.NestedEpetra.Redistributor.redistribute_reverse | ( | self, | |
| args | |||
| ) |
redistribute_reverse(Redistributor self, Epetra_Vector input_vector, Epetra_Vector output_vector) redistribute_reverse(Redistributor self, Epetra_MultiVector input_vector, Epetra_MultiVector output_vector)
1.7.6.1