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. 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 | ~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... | |
Definition at line 56 of file EpetraExt_StaticCondensation_LinearProblem.h.
EpetraExt::LinearProblem_StaticCondensation::~LinearProblem_StaticCondensation | ( | ) |
Definition at line 61 of file EpetraExt_StaticCondensation_LinearProblem.cpp.
|
inline |
Definition at line 112 of file EpetraExt_StaticCondensation_LinearProblem.h.
LinearProblem_StaticCondensation::NewTypeRef EpetraExt::LinearProblem_StaticCondensation::operator() | ( | OriginalTypeRef | orig | ) |
Definition at line 105 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 362 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 407 of file EpetraExt_StaticCondensation_LinearProblem.cpp.