KASKADE 7 development version
|
#include <cstdlib>
#include <fstream>
#include <cmath>
#include <dune/istl/operators.hh>
#include <dune/istl/preconditioners.hh>
#include "utilities/timing.hh"
Go to the source code of this file.
Classes | |
class | Kaskade::Gbit< LinearSpace > |
Iterative solution of a large linear system using an error based termination-criterium. Includes some special termination-criterium options which are used by the giantGbit code. More... | |
struct | Kaskade::Gbit< LinearSpace >::GbitInfo |
Namespaces | |
namespace | Kaskade |
Macros | |
#define | MACHCONST_ |
#define | SMALL DBL_EPSILON |
#define | EPMACH DBL_MIN |
#define | TAU_MIN 1.0e-8 |
#define | TAU_MAX 1.0e2 |
#define | EPSILON_LIMIT 1.0e20 |
#define | MAXITER_DEFAULT 1000 |