dune-fem
2.8-git
|
#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 | |
Dune | |
Dune::Fem | |
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) |