Header file containing the functions to interface with the user. More...
#include <stdio.h>#include <stdlib.h>#include <math.h>#include "inputs.h"

Go to the source code of this file.
Functions | |
| void | user_source (size_t dimension, size_t num_points, double y[], double f[], double growth[]) |
| Function where the user enters the evaluation of the source terms and growth terms. | |
| void | user_post_process (double time, size_t dimension, size_t num_points, double y[]) |
| ! Function where the user enters computes quantities of interest from the solution. | |
Header file containing the functions to interface with the user.
1.7.2