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

List of all members.

Public Member Functions

def __init__
def __call__
def fwd
def rvs

Public Attributes

 this

Detailed Description

Generates a sub-block view of a Epetra_CrsMatrix.

C++ includes: EpetraExt_SubCopy_CrsMatrix.h 

Constructor & Destructor Documentation

__init__(EpetraExt::CrsMatrix_SubCopy self, Map newMap) -> CrsMatrix_SubCopy
__init__(EpetraExt::CrsMatrix_SubCopy self, Map newRangeAndRowMap, Map newDomainMap) -> CrsMatrix_SubCopy

EpetraExt::CrsMatrix_SubCopy::CrsMatrix_SubCopy(const Epetra_Map
&newRangeAndRowMap, const Epetra_Map &newDomainMap)

Constructor. 

Member Function Documentation

__call__(CrsMatrix_SubCopy self, CrsMatrix orig) -> CrsMatrix
def PyTrilinos.NOX.Epetra.CrsMatrix_SubCopy.fwd (   self,
  args 
)
fwd(CrsMatrix_SubCopy self) -> bool

bool
EpetraExt::CrsMatrix_SubCopy::fwd()

Forward transfer of data from orig object input in the operator()
method call to the new object created in this same call. Returns true
is operation is successful.

Preconditions:

Invariants:

Postconditions: 
def PyTrilinos.NOX.Epetra.CrsMatrix_SubCopy.rvs (   self,
  args 
)
rvs(CrsMatrix_SubCopy self) -> bool

bool
EpetraExt::CrsMatrix_SubCopy::rvs()

Reverse transfer of data from new object created in the operator()
method call to the orig object input to this same method. Returns true
if operation is successful.

Preconditions:

Invariants:

Postconditions: 

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