Finite Element Domain Decomposition Library
FEDDLib
|
Public Types | |
typedef Problem< SC, LO, NO, GO > | Problem_Type |
typedef Teuchos::RCP< Problem_Type > | ProblemPtr_Type |
typedef TimeProblem< SC, LO, GO, NO > | TimeProblem_Type |
typedef NonLinearProblem< SC, LO, GO, NO > | NonLinearProblem_Type |
typedef Problem_Type::Matrix_Type | Matrix_Type |
typedef Problem_Type::MatrixPtr_Type | MatrixPtr_Type |
typedef Teuchos::RCP< ExporterTxt > | ExporterTxtPtr_Type |
Public Member Functions | |
NonLinearSolver (std::string type) | |
void | solve (NonLinearProblem_Type &problem) |
void | solve (TimeProblem_Type &problem, double time=0., vec_dbl_ptr_Type valuesForExport=Teuchos::null) |
int | getNonLinIts () |