Functions

Fokker_Planck_1D_QMOM.c File Reference

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"
Include dependency graph for Fokker_Planck_1D_QMOM.c:

Functions

int main (int argc, char **argv)
 Main program for the Fokker-Planck example problem with improved QMOM algorithm.

Detailed Description

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.

Author:
Rochan R. Upadhyay
Date:
04/29/2010
All Classes Files Functions Variables Typedefs Friends Defines