NOX  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Attributes | List of all members
NOX::Epetra::AdaptManager Class Referenceabstract

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
 

The documentation for this class was generated from the following file: