Functions

lognormal_int.c File Reference

Main program for the lognormal integration example. More...

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "gsl_matrix_integer.h"
#include "inputs.h"
#include "quadpts.h"
#include "moments.h"
#include "valid_dtuple_set.h"
Include dependency graph for lognormal_int.c:

Functions

int main (int argc, char **argv)
 Main program for the Design Fire example problem.

Detailed Description

Main program for the lognormal integration example.

This is a C++ program for running the test with the lognormal integration. The example integrates the coagulation kernels defined in user_defined_functions.c . The different steps are fully documented so that the users can adapt them to their problems.

Author:
Rochan R. Upadhyay
Date:
05/19/2011
All Classes Files Functions Variables Typedefs Friends Defines