|
EpetraExt Development
|
#include <EpetraExt_StaticCondensation_LinearProblem.h>

Public Member Functions | |
| ~LinearProblem_StaticCondensation () | |
| LinearProblem_StaticCondensation (int degree=1, bool verbose=false) | |
| NewTypeRef | operator() (OriginalTypeRef orig) |
| 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. | |
| Public Member Functions inherited from EpetraExt::SameTypeTransform< Epetra_LinearProblem > | |
| 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. | |
Additional Inherited Members | |
| Public Types inherited from EpetraExt::SameTypeTransform< Epetra_LinearProblem > | |
| typedef Epetra_LinearProblem | TransformType |
| typedef Epetra_LinearProblem * | TransformTypePtr |
| typedef Epetra_LinearProblem & | TransformTypeRef |
| typedef Epetra_LinearProblem | OriginalType |
| typedef Epetra_LinearProblem * | OriginalTypePtr |
| typedef Teuchos::RCP< Epetra_LinearProblem > | OriginalTypeRCP |
| typedef Epetra_LinearProblem & | OriginalTypeRef |
| typedef Epetra_LinearProblem | NewType |
| typedef Epetra_LinearProblem * | NewTypePtr |
| typedef Teuchos::RCP< Epetra_LinearProblem > | NewTypeRCP |
| typedef Epetra_LinearProblem & | NewTypeRef |
| Transform () | |
| Default constructor, protected to allow only derived classes to use. | |
| OriginalTypePtr | origObj_ |
| NewTypePtr | newObj_ |
Definition at line 62 of file EpetraExt_StaticCondensation_LinearProblem.h.
| EpetraExt::LinearProblem_StaticCondensation::~LinearProblem_StaticCondensation | ( | ) |
Definition at line 60 of file EpetraExt_StaticCondensation_LinearProblem.cpp.
|
inline |
Definition at line 118 of file EpetraExt_StaticCondensation_LinearProblem.h.
| LinearProblem_StaticCondensation::NewTypeRef EpetraExt::LinearProblem_StaticCondensation::operator() | ( | OriginalTypeRef | orig | ) |
Definition at line 104 of file EpetraExt_StaticCondensation_LinearProblem.cpp.
|
virtual |
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:
Implements EpetraExt::Transform< Epetra_LinearProblem, Epetra_LinearProblem >.
Definition at line 361 of file EpetraExt_StaticCondensation_LinearProblem.cpp.
|
virtual |
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:
Implements EpetraExt::Transform< Epetra_LinearProblem, Epetra_LinearProblem >.
Definition at line 406 of file EpetraExt_StaticCondensation_LinearProblem.cpp.