EpetraExt Package Browser (Single Doxygen Collection) Development
|
Constructs a LinearProblem with a "fixed" Column Map for the CrsMatrix. More...
#include <EpetraExt_SolverMap_LinearProblem.h>
Public Member Functions | |
~LinearProblem_SolverMap () | |
Destructor. | |
LinearProblem_SolverMap () | |
Constructor. | |
NewTypeRef | operator() (OriginalTypeRef orig) |
Constructs "fixed" Epetra_LinearProblem. | |
![]() | |
bool | fwd () |
Forward transfer of data from orig object input in the operator() method call to the new object created in this same call. | |
bool | rvs () |
Reverse transfer of data from new object created in the operator() method call to the orig object input to this same method. | |
virtual | ~StructuralSameTypeTransform () |
![]() | |
virtual | ~SameTypeTransform () |
![]() | |
virtual | ~Transform () |
virtual bool | analyze (OriginalTypeRef orig) |
Initial analysis phase of transform. | |
virtual NewTypeRef | construct () |
Construction of new object as a result of the transform. | |
virtual bool | isConstructed () |
Check for whether transformed object has been constructed. | |
virtual NewTypeRef | operator() (OriginalTypeRef orig)=0 |
Analysis of transform operation on original object and construction of new object. | |
Private Attributes | |
CrsMatrix_SolverMap | SolverMapTrans_ |
Additional Inherited Members | |
![]() | |
typedef T | TransformType |
typedef T * | TransformTypePtr |
typedef T & | TransformTypeRef |
![]() | |
typedef T | OriginalType |
typedef T * | OriginalTypePtr |
typedef Teuchos::RCP< T > | OriginalTypeRCP |
typedef T & | OriginalTypeRef |
typedef T | NewType |
typedef T * | NewTypePtr |
typedef Teuchos::RCP< T > | NewTypeRCP |
typedef T & | NewTypeRef |
![]() | |
Transform () | |
Default constructor, protected to allow only derived classes to use. | |
![]() | |
OriginalTypePtr | origObj_ |
NewTypePtr | newObj_ |
Constructs a LinearProblem with a "fixed" Column Map for the CrsMatrix.
Almost entirely a view except for the "fixed" Epetra_CrsGraph.
Definition at line 57 of file EpetraExt_SolverMap_LinearProblem.h.
EpetraExt::LinearProblem_SolverMap::~LinearProblem_SolverMap | ( | ) |
Destructor.
Definition at line 52 of file EpetraExt_SolverMap_LinearProblem.cpp.
|
inline |
Constructor.
Definition at line 71 of file EpetraExt_SolverMap_LinearProblem.h.
LinearProblem_SolverMap::NewTypeRef EpetraExt::LinearProblem_SolverMap::operator() | ( | OriginalTypeRef | orig | ) |
Constructs "fixed" Epetra_LinearProblem.
Definition at line 59 of file EpetraExt_SolverMap_LinearProblem.cpp.
|
private |
Definition at line 59 of file EpetraExt_SolverMap_LinearProblem.h.