File that parses the input file. More...
#include "inputs.h"
#include "GetPot.h"
Variables | |
int | num_steps |
Total number of time steps. | |
int | print_interval |
int | verbose_mode |
Verbose mode or not. | |
double | dt |
Time step (in seconds) | |
double | mu |
double | std_dev |
double | std_noise |
File that parses the input file.
In this example it reads the file Fokker_Planck_1D_QMOM.inp according to GetPot rules. The details of input file parsing are omitted as they are documented in detail in /examples/Brownian_Coagulation/Brownian_coagulation_inputs.c.