Main program for Fokker-Planck example with improved QMOM algorithm. 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 with improved QMOM algorithm. | |
Main program for Fokker-Planck example with improved QMOM algorithm.
This is a C++ program for running the Fokker-Planck example with the improved algorithm replacing the product-difference algorithm. 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