 |
waves
Basic FE playground
|
Go to the documentation of this file. 1 #ifndef KATOPTRON_ITERATIVESOLVER_H
2 #define KATOPTRON_ITERATIVESOLVER_H
8 #include "Teuchos_ParameterList.hpp"
23 size_t minimum_ensemble_size = 1)
24 :
LinearSolver(pbl, solverList, numPrimalDPN, minimum_ensemble_size){};
26 virtual void write(std::ostream &out)
const;
31 template <
typename scalar>
37 #endif //KATOPTRON_ITERATIVESOLVER_H
#define KATOPTRON_API
Definition: katoptron.h:13
Solver class which includes utilities such as timers and VTK writers.
Definition: LinearSolver.h:78
katoptron namespace
Definition: Algebraic.h:18
Solver class where the active set strategy is implemented.
Definition: IterativeSolver.h:18
Class which is used to specify in Python the thermomechanical to solve.
Definition: wProblem.h:19
IterativeSolver(Problem &pbl, Teuchos::RCP< Teuchos::ParameterList > solverList, int numPrimalDPN=3, size_t minimum_ensemble_size=1)
Definition: IterativeSolver.h:21