PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes
PyTrilinos.NOX.Epetra.FEVbrMatrix Class Reference
Inheritance diagram for PyTrilinos.NOX.Epetra.FEVbrMatrix:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.NOX.Epetra.FEVbrMatrix:
Collaboration graph
[legend]

List of all members.

Public Member Functions

def __init__
def PutScalar
def BeginInsertGlobalValues
def BeginReplaceGlobalValues
def BeginSumIntoGlobalValues
def SubmitBlockEntry
def EndSubmitEntries
def GlobalAssemble

Public Attributes

 this

Detailed Description

Proxy of C++ Epetra_FEVbrMatrix class

Constructor & Destructor Documentation

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.


Member Function Documentation

BeginInsertGlobalValues(FEVbrMatrix self, int BlockRow, int NumBlockEntries, int * BlockIndices) -> int

Reimplemented from PyTrilinos.NOX.Epetra.VbrMatrix.

BeginReplaceGlobalValues(FEVbrMatrix self, int BlockRow, int NumBlockEntries, int * BlockIndices) -> int

Reimplemented from PyTrilinos.NOX.Epetra.VbrMatrix.

BeginSumIntoGlobalValues(FEVbrMatrix self, int BlockRow, int NumBlockEntries, int * BlockIndices) -> int

Reimplemented from PyTrilinos.NOX.Epetra.VbrMatrix.

EndSubmitEntries(FEVbrMatrix self) -> int

Reimplemented from PyTrilinos.NOX.Epetra.VbrMatrix.

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.

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.


The documentation for this class was generated from the following file:
 All Classes Functions