|
dune-fem 2.8.0
|
#include <type_traits>#include <vector>#include <dune/common/ftraits.hh>Go to the source code of this file.
Classes | |
| struct | Dune::Fem::LinearSolver::ToleranceCriteria |
Namespaces | |
| namespace | Dune |
| namespace | Dune::Fem |
| namespace | Dune::Fem::LinearSolver |
Functions | |
| template<class Operator , class Precoditioner , class DiscreteFunction > | |
| int | Dune::Fem::LinearSolver::cg (Operator &op, Precoditioner *preconditioner, std::vector< DiscreteFunction > &tempMem, DiscreteFunction &x, const DiscreteFunction &b, const double epsilon, const int maxIterations, const int toleranceCriteria, std::ostream *os=nullptr) |