|
NOX
Development
|
Public Member Functions | |
| virtual bool | queryAdaptationCriteria ()=0 |
| Method called by Piro NOXSolver to determine if the mesh needs adapting. | |
| virtual bool | adaptMesh (const Epetra_Vector &solution, const Epetra_Vector &ovlp_solution)=0 |
| Apply adaptation method to mesh and problem. Returns true if adaptation is performed successfully. | |
| virtual void | solutionTransfer (const Epetra_Vector &oldSolution, Epetra_Vector &newSolution)=0 |
| Transfer solution between meshes. | |
| void | setTime (const double time_) |
| Track the time state of the mesh. | |
| void | setIteration (const int iter_) |
| Track the time state of the mesh. | |
Protected Attributes | |
| double | time |
| int | iter |
1.8.5