

Public Member Functions | |
| def | __init__ |
| def | PutScalar |
| def | BeginInsertGlobalValues |
| def | BeginReplaceGlobalValues |
| def | BeginSumIntoGlobalValues |
| def | SubmitBlockEntry |
| def | EndSubmitEntries |
| def | GlobalAssemble |
Public Attributes | |
| this | |
Proxy of C++ Epetra_FEVbrMatrix class
| def PyTrilinos.NOX.Epetra.FEVbrMatrix.__init__ | ( | self, | |
| args | |||
| ) |
__init__(Epetra_FEVbrMatrix self, Epetra_DataAccess CV, BlockMap RowMap, int * NumBlockEntriesPerRow, bool ignoreNonLocalEntries=False) -> FEVbrMatrix
__init__(Epetra_FEVbrMatrix self, Epetra_DataAccess CV, BlockMap RowMap, int NumBlockEntriesPerRow, bool ignoreNonLocalEntries=False) -> FEVbrMatrix
__init__(Epetra_FEVbrMatrix self, Epetra_DataAccess CV, BlockMap RowMap, BlockMap ColMap, int * NumBlockEntriesPerRow,
bool ignoreNonLocalEntries=False) -> FEVbrMatrix
__init__(Epetra_FEVbrMatrix self, Epetra_DataAccess CV, BlockMap RowMap, BlockMap ColMap, int NumBlockEntriesPerRow,
bool ignoreNonLocalEntries=False) -> FEVbrMatrix
__init__(Epetra_FEVbrMatrix self, Epetra_DataAccess CV, CrsGraph Graph, bool ignoreNonLocalEntries=False) -> FEVbrMatrix
__init__(Epetra_FEVbrMatrix self, FEVbrMatrix src) -> FEVbrMatrix
Reimplemented from PyTrilinos.NOX.Epetra.VbrMatrix.
| def PyTrilinos.NOX.Epetra.FEVbrMatrix.BeginInsertGlobalValues | ( | self, | |
| args | |||
| ) |
BeginInsertGlobalValues(FEVbrMatrix self, int BlockRow, int NumBlockEntries, int * BlockIndices) -> int
Reimplemented from PyTrilinos.NOX.Epetra.VbrMatrix.
| def PyTrilinos.NOX.Epetra.FEVbrMatrix.BeginReplaceGlobalValues | ( | self, | |
| args | |||
| ) |
BeginReplaceGlobalValues(FEVbrMatrix self, int BlockRow, int NumBlockEntries, int * BlockIndices) -> int
Reimplemented from PyTrilinos.NOX.Epetra.VbrMatrix.
| def PyTrilinos.NOX.Epetra.FEVbrMatrix.BeginSumIntoGlobalValues | ( | self, | |
| args | |||
| ) |
BeginSumIntoGlobalValues(FEVbrMatrix self, int BlockRow, int NumBlockEntries, int * BlockIndices) -> int
Reimplemented from PyTrilinos.NOX.Epetra.VbrMatrix.
| def PyTrilinos.NOX.Epetra.FEVbrMatrix.EndSubmitEntries | ( | self, | |
| args | |||
| ) |
EndSubmitEntries(FEVbrMatrix self) -> int
Reimplemented from PyTrilinos.NOX.Epetra.VbrMatrix.
| def PyTrilinos.NOX.Epetra.FEVbrMatrix.GlobalAssemble | ( | self, | |
| args | |||
| ) |
GlobalAssemble(FEVbrMatrix self, bool callFillComplete=True) -> int
| def PyTrilinos.NOX.Epetra.FEVbrMatrix.PutScalar | ( | self, | |
| args | |||
| ) |
PutScalar(FEVbrMatrix self, double ScalarConstant) -> int
Reimplemented from PyTrilinos.NOX.Epetra.VbrMatrix.
| def PyTrilinos.NOX.Epetra.FEVbrMatrix.SubmitBlockEntry | ( | self, | |
| args | |||
| ) |
SubmitBlockEntry(FEVbrMatrix self, Epetra_SerialDenseMatrix Mat) -> int SubmitBlockEntry(FEVbrMatrix self, double * Values, int LDA, int NumRows, int NumCols) -> int
Reimplemented from PyTrilinos.NOX.Epetra.VbrMatrix.
1.7.6.1