

Public Member Functions | |
| def | __init__ |
| def | GlobalAssemble |
| def | setIgnoreNonLocalEntries |
| def | __setitem__ |
| def | __getitem__ |
| def | InsertGlobalValues |
| def | InsertGlobalValue |
Public Attributes | |
| this | |
Static Public Attributes | |
| ROW_MAJOR = ___init__.FECrsMatrix_ROW_MAJOR | |
| COLUMN_MAJOR = ___init__.FECrsMatrix_COLUMN_MAJOR | |
Proxy of C++ Epetra_FECrsMatrix class
| def PyTrilinos.NOX.Epetra.FECrsMatrix.__init__ | ( | self, | |
| args | |||
| ) |
__init__(Epetra_FECrsMatrix self, Epetra_DataAccess CV, Map RowMap, int * NumEntriesPerRow, bool ignoreNonLocalEntries=False) -> FECrsMatrix __init__(Epetra_FECrsMatrix self, Epetra_DataAccess CV, Map RowMap, int NumEntriesPerRow, bool ignoreNonLocalEntries=False) -> FECrsMatrix __init__(Epetra_FECrsMatrix self, Epetra_DataAccess CV, Map RowMap, Map ColMap, int * NumEntriesPerRow, bool ignoreNonLocalEntries=False) -> FECrsMatrix __init__(Epetra_FECrsMatrix self, Epetra_DataAccess CV, Map RowMap, Map ColMap, int NumEntriesPerRow, bool ignoreNonLocalEntries=False) -> FECrsMatrix __init__(Epetra_FECrsMatrix self, Epetra_DataAccess CV, CrsGraph Graph, bool ignoreNonLocalEntries=False) -> FECrsMatrix __init__(Epetra_FECrsMatrix self, Epetra_DataAccess CV, Epetra_FECrsGraph const & Graph, bool ignoreNonLocalEntries=False) -> FECrsMatrix __init__(Epetra_FECrsMatrix self, FECrsMatrix src) -> FECrsMatrix
Reimplemented from PyTrilinos.NOX.Epetra.CrsMatrix.
| def PyTrilinos.NOX.Epetra.FECrsMatrix.__getitem__ | ( | self, | |
| args | |||
| ) |
__getitem__(FECrsMatrix self, PyObject * args) -> PyObject *
Reimplemented from PyTrilinos.NOX.Epetra.CrsMatrix.
| def PyTrilinos.NOX.Epetra.FECrsMatrix.__setitem__ | ( | self, | |
| args | |||
| ) |
__setitem__(FECrsMatrix self, PyObject * args, double val)
Reimplemented from PyTrilinos.NOX.Epetra.CrsMatrix.
| def PyTrilinos.NOX.Epetra.FECrsMatrix.GlobalAssemble | ( | self, | |
| args | |||
| ) |
GlobalAssemble(FECrsMatrix self, bool callFillComplete=True, Epetra_CombineMode combineMode=Add, bool save_off_and_reuse_map_exporter=False) -> int
GlobalAssemble(FECrsMatrix self, Map domain_map, Map range_map, bool callFillComplete=True, Epetra_CombineMode combineMode=Add,
bool save_off_and_reuse_map_exporter=False) -> int
| def PyTrilinos.NOX.Epetra.FECrsMatrix.InsertGlobalValue | ( | self, | |
| args | |||
| ) |
InsertGlobalValue(FECrsMatrix self, int i, int j, double val) -> int
| def PyTrilinos.NOX.Epetra.FECrsMatrix.InsertGlobalValues | ( | self, | |
| args | |||
| ) |
InsertGlobalValues(FECrsMatrix self, int const Row, int const Size, Epetra_SerialDenseVector Values, Epetra_IntSerialDenseVector Entries) -> int
Reimplemented from PyTrilinos.NOX.Epetra.CrsMatrix.
| def PyTrilinos.NOX.Epetra.FECrsMatrix.setIgnoreNonLocalEntries | ( | self, | |
| args | |||
| ) |
setIgnoreNonLocalEntries(FECrsMatrix self, bool flag)
1.7.6.1