Main program for 2-D Fokker-Planck example. More...
#include <stdio.h>#include <string.h>#include <stdlib.h>#include "gsl_matrix_integer.h"#include "gsl_ode_solver.h"#include "inputs.h"#include "quadpts.h"#include "moments.h"#include "valid_dtuple_set.h"
Functions | |
| int | main (int argc, char **argv) |
| Main program for the Fokker-Planck example problem. | |
Main program for 2-D Fokker-Planck example.
This is a C++ program for running the 2-D Fokker-Planck example. The different steps are fully documented so that the users can adapt them to their problems. This example uses the growth terms and diffusion in internal space.
1.7.2