NOX
Development
|
Public Types | |
enum | SolutionFileAttribute { NoPrint, Print } |
Public Member Functions | |
ContinuationManager (const Teuchos::RCP< Epetra_Comm > &aComm, const std::string &taskFileName) | |
bool | BuildLOCAStepper () |
bool | BuildLOCAPeriodicStepper (const Teuchos::RCP< EpetraExt::MultiComm > globalComm) |
bool | ValidateLOCAStepper () |
bool | RunLOCAStepper () |
bool | PrintLOCAStepperStatistics () |
std::string | GetSolutionFileName () const |
std::string | GetContinuationFileName () const |
int | GetStepID () const |
Teuchos::RCP < Teuchos::ParameterList > | GetTaskList () const |
SolutionFileAttribute | GetSolutionFileAttribute () const |
bool | SetLOCAProblem (const Teuchos::RCP< ProblemLOCAPrototype > &aProblem) |
bool | SetLOCAConstraint (const Teuchos::RCP< LOCA::MultiContinuation::ConstraintInterface > &anInterfaceConstraint) |
bool | SetTaskList (Teuchos::RCP< Teuchos::ParameterList > aTaskList) |
std::string | StringifyInt (const int &intNumber, const int &digits) const |