|
NOX
Development
|


Public Member Functions | |
| AdaptiveSolutionManager (const Teuchos::RCP< const Epetra_Map > &map_, const Teuchos::RCP< const Epetra_Map > &overlapMap_, const Teuchos::RCP< const Epetra_CrsGraph > &overlapJacGraph_) | |
|
virtual Teuchos::RCP< const Epetra_Vector > | updateSolution () |
|
virtual Teuchos::RCP < LOCA::Epetra::Group > | buildSolutionGroup ()=0 |
| Build the LOCA solution group. | |
| virtual void | projectCurrentSolution () |
| Remap "old" solution into new data structures. | |
| virtual void | getConvergenceData (int &KrylovIters, int &lastSolveKrylocIters, int &linSolves, double &tolAchieved) const |
| Accessor functions. | |
|
virtual Teuchos::RCP < Teuchos::ParameterList > | getAdaptParamsNonConst () |
|
virtual Teuchos::RCP< const Teuchos::ParameterList > | getAdaptParams () const |
Protected Attributes | |
| Teuchos::RCP< LOCA::Epetra::Group > | grp |
| The solution group. | |
|
Teuchos::RCP < NOX::Epetra::LinearSystem > | linsys |
| The linear system used for the solution in the group. | |
|
Teuchos::RCP < Teuchos::ParameterList > | adaptParams |
| The adaptation parameter list. | |
|
Teuchos::RCP < Teuchos::ParameterList > | piroParams |
| The parent of the solution parameter list. | |
1.7.6.1