KASKADE 7 development version
|
#include <cstdlib>
#include <iostream>
#include <vector>
#include <cmath>
#include <algorithm>
#include <cassert>
#include "fem/assemble.hh"
#include "fem/istlinterface.hh"
#include "fem/functional_aux.hh"
#include "fem/gridmanager.hh"
#include "linalg/iluprecond.hh"
#include "linalg/gbit.hh"
#include "io/vtk.hh"
#include "utilities/timing.hh"
Go to the source code of this file.
Classes | |
class | Kaskade::Giant< Grid, Equation, VariableSet, Spaces > |
Solution of a nonlinear system of equations by a damped Newton-method with adaptive precision control of the used iterative linear solver Gbit. More... | |
struct | Kaskade::Giant< Grid, Equation, VariableSet, Spaces >::NleqInfo |
Namespaces | |
namespace | Kaskade |
Macros | |
#define | MACHCONST_ |
#define | SMALL DBL_EPSILON |
#define | EPMACH DBL_MIN |
#define | THETA_MAX 0.5 |
#define | MAX_ITER_DEFAULT 50 |
#define | LAMBDA_START_DEFAULT 1.0e-2 |
#define | LAMBDA_START_EXTREMELY_DEFAULT 1.0e-4 |
#define | LAMBDA_MIN_DEFAULT 1.0e-4 |
#define | LAMBDA_MIN_EXTREMELY_DEFAULT 1.0e-8 |
#define | DELTA_BAR 1.0e-3 |
#define | TOLMIN EPMACH*1.0e2 |
#define | TOLMAX 1.0e-1 |
#define DELTA_BAR 1.0e-3 |
Definition at line 392 of file giant_gbit.hh.
#define EPMACH DBL_MIN |
Definition at line 288 of file giant_gbit.hh.
#define LAMBDA_MIN_DEFAULT 1.0e-4 |
Definition at line 390 of file giant_gbit.hh.
#define LAMBDA_MIN_EXTREMELY_DEFAULT 1.0e-8 |
Definition at line 391 of file giant_gbit.hh.
#define LAMBDA_START_DEFAULT 1.0e-2 |
Definition at line 388 of file giant_gbit.hh.
#define LAMBDA_START_EXTREMELY_DEFAULT 1.0e-4 |
Definition at line 389 of file giant_gbit.hh.
#define MACHCONST_ |
Definition at line 286 of file giant_gbit.hh.
#define MAX_ITER_DEFAULT 50 |
Definition at line 387 of file giant_gbit.hh.
#define SMALL DBL_EPSILON |
Definition at line 287 of file giant_gbit.hh.
#define THETA_MAX 0.5 |
Definition at line 386 of file giant_gbit.hh.
#define TOLMAX 1.0e-1 |
#define TOLMIN EPMACH*1.0e2 |