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"
Functions | |
int | main (int argc, char **argv) |
Main program for the Design Fire example problem. |
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.