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

List of all members.

Public Member Functions

def __init__
def GetBlockMap
def GetBlockMapRef
def GetVbrMatrix
def GetVbrMatrixRef
def GetVbrRHS
def GetVbrExactSolution
def GetVbrStartingSolution
def CreateVbrMatrix
def GetVbrLinearProblem
def ComputeResidualVbr
def ComputeDiffBetweenStartingAndExactSolutionsVbr
def PrintVbrMatrixAndVectors

Public Attributes

 this

Detailed Description

Proxy of C++ Trilinos_Util::VbrMatrixGallery class

Constructor & Destructor Documentation

__init__(Trilinos_Util::VbrMatrixGallery self, string const name, Map map) -> VbrMatrixGallery
__init__(Trilinos_Util::VbrMatrixGallery self, string const name, Comm Comm) -> VbrMatrixGallery

Trilinos_Util::VbrMatrixGallery::VbrMatrixGallery(const string name,
const Epetra_Comm &Comm) 

Reimplemented from PyTrilinos.TriUtils.CrsMatrixGallery.


Member Function Documentation

ComputeDiffBetweenStartingAndExactSolutionsVbr(VbrMatrixGallery self, double * residual)

void
Trilinos_Util::VbrMatrixGallery::ComputeDiffBetweenStartingAndExactSolutionsVbr(double
*residual)

Computes the 2-norm of the difference between the starting solution
and the exact solution for the VBR problem. 
ComputeResidualVbr(VbrMatrixGallery self, double * residual)

void
Trilinos_Util::VbrMatrixGallery::ComputeResidualVbr(double *residual)

Computes the 2-norm of the residual for the VBR problem. 
CreateVbrMatrix(VbrMatrixGallery self)

void
Trilinos_Util::VbrMatrixGallery::CreateVbrMatrix(void) 
GetBlockMap(VbrMatrixGallery self) -> BlockMap

const Epetra_BlockMap * Trilinos_Util::VbrMatrixGallery::GetBlockMap()

Returns a pointer the internally stored BlockMap. 
GetBlockMapRef(VbrMatrixGallery self) -> BlockMap

const Epetra_BlockMap &
Trilinos_Util::VbrMatrixGallery::GetBlockMapRef() 
GetVbrExactSolution(VbrMatrixGallery self) -> Epetra_MultiVector

Epetra_MultiVector *
Trilinos_Util::VbrMatrixGallery::GetVbrExactSolution()

Returns a pointer to the selected Vbr exact solution. 
GetVbrLinearProblem(VbrMatrixGallery self) -> LinearProblem

Epetra_LinearProblem *
Trilinos_Util::VbrMatrixGallery::GetVbrLinearProblem()

Returns a pointer to Epetra_LinearProblem for VBR. 
GetVbrMatrix(VbrMatrixGallery self, int const NumPDEEqns) -> VbrMatrix
GetVbrMatrix(VbrMatrixGallery self) -> VbrMatrix

Epetra_VbrMatrix * Trilinos_Util::VbrMatrixGallery::GetVbrMatrix()

Returns a VbrMatrix, starting from the CsrMatrix. 
GetVbrMatrixRef(VbrMatrixGallery self) -> VbrMatrix

Epetra_VbrMatrix &
Trilinos_Util::VbrMatrixGallery::GetVbrMatrixRef() 
GetVbrRHS(VbrMatrixGallery self) -> Epetra_MultiVector

Epetra_MultiVector * Trilinos_Util::VbrMatrixGallery::GetVbrRHS()

Returns a pointer to the RHS for the selected Vbr exact solution.

Returns a pointer to the RHS corresponding to the selected exact
solution to the linear systems defined by the Epetra_VbrMatrix. 
GetVbrStartingSolution(VbrMatrixGallery self) -> Epetra_MultiVector

Epetra_MultiVector *
Trilinos_Util::VbrMatrixGallery::GetVbrStartingSolution()

Returns a pointer to the starting solution for Vbr problems. 
PrintVbrMatrixAndVectors(VbrMatrixGallery self, ostream & os)
PrintVbrMatrixAndVectors(VbrMatrixGallery self)

void
Trilinos_Util::VbrMatrixGallery::PrintVbrMatrixAndVectors() 

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