Functions

user_defined_functions.h File Reference

Header file containing the functions to interface with the user. More...

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "inputs.h"
Include dependency graph for user_defined_functions.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Header file containing the functions to interface with the user.

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