Implementation of the controls a generic adaptive solver. More...
#include "Solver.h"
#include <mpi.h>
#include <iostream>
#include <string>
#include <cstdio>
#include <cstdlib>
#include <cfloat>
Go to the source code of this file.
Classes | |
class | StepControl |
class | SolverControl |
Controls a generic instationary solver. More... | |
Defines | |
#define | MaxStepControls 10 |
#define | FACTOR 1.0e5 |
Functions | |
int | chdir (const char *) |
Implementation of the controls a generic adaptive solver.
#define FACTOR 1.0e5 |
#define MaxStepControls 10 |
Referenced by SolverControl::register_at().
int chdir | ( | const char * | ) |
Referenced by SolverControl::init().