Functions

Fokker_Planck_2D.c File Reference

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

Functions

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

Detailed Description

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.

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