42 #ifndef EpetraExt_LINEARPROBLEM_STATICCONDENSATION_H 
   43 #define EpetraExt_LINEARPROBLEM_STATICCONDENSATION_H 
  163 #endif //EpetraExt_LINEARPROBLEM_STATICCONDENSATION_H 
Epetra_MultiVector * OldLHS_
 
Epetra_MultiVector * ULHS_
 
Epetra_CrsGraph * URGraph_
 
Epetra_CrsMatrix * UUMatrix_
 
Epetra_CrsGraph * ULGraph_
 
Epetra_CrsMatrix * OldMatrix_
 
Epetra_CrsGraph * RRGraph_
 
Epetra_CrsMatrix * RRMatrix_
 
const Epetra_Map * OldRowMap_
 
Epetra_MultiVector * URHS_
 
Epetra_Export * RExporter_
 
const Epetra_CrsGraph * OldGraph_
 
Epetra_LinearProblem * OldProblem_
 
bool fwd()
Forward transfer of data from orig object input in the operator() method call to the new object creat...
 
Epetra_CrsGraph * LLGraph_
 
Epetra_CrsMatrix * URMatrix_
 
Epetra_MultiVector * NewLHS_
 
NewTypeRef operator()(OriginalTypeRef orig)
Analysis of transform operation on original object and construction of new object. 
 
Epetra_CrsGraph * UUGraph_
 
LinearProblem_StaticCondensation(int degree=1, bool verbose=false)
 
Epetra_MultiVector * NewRHS_
 
Epetra_MultiVector * LRHS_
 
Epetra_MultiVector * RRHS_
 
Epetra_LinearProblem * NewProblem_
 
Epetra_CrsGraph * RLGraph_
 
Epetra_CrsGraph * NewGraph_
 
Epetra_Export * UExporter_
 
Epetra_MultiVector * LLHS_
 
~LinearProblem_StaticCondensation()
 
Epetra_CrsMatrix * NewMatrix_
 
Epetra_CrsMatrix * RLMatrix_
 
Epetra_MultiVector * RLHS_
 
Epetra_CrsMatrix * ULMatrix_
 
Epetra_Export * Exporter_
 
Epetra_CrsMatrix * LLMatrix_
 
Epetra_Export * LExporter_
 
bool rvs()
Reverse transfer of data from new object created in the operator() method call to the orig object inp...
 
Epetra_MultiVector * OldRHS_