EpetraExt
Development
|
Constructs a LinearProblem with a "fixed" Column Map for the CrsMatrix. More...
#include <EpetraExt_SolverMap_LinearProblem.h>
Public Member Functions | |
~LinearProblem_SolverMap () | |
Destructor. More... | |
LinearProblem_SolverMap () | |
Constructor. More... | |
NewTypeRef | operator() (OriginalTypeRef orig) |
Constructs "fixed" Epetra_LinearProblem. More... | |
![]() | |
bool | fwd () |
Forward transfer of data from orig object input in the operator() method call to the new object created in this same call. More... | |
bool | rvs () |
Reverse transfer of data from new object created in the operator() method call to the orig object input to this same method. More... | |
virtual | ~StructuralSameTypeTransform () |
![]() | |
virtual | ~SameTypeTransform () |
![]() | |
virtual | ~Transform () |
virtual NewTypeRef | operator() (OriginalTypeRef orig)=0 |
Analysis of transform operation on original object and construction of new object. More... | |
virtual bool | analyze (OriginalTypeRef orig) |
Initial analysis phase of transform. More... | |
virtual NewTypeRef | construct () |
Construction of new object as a result of the transform. More... | |
virtual bool | isConstructed () |
Check for whether transformed object has been constructed. More... | |
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 53 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 60 of file EpetraExt_SolverMap_LinearProblem.cpp.