HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Function to evaluate the reaction term in the linear advection-diffusion-reaction model. More...
Go to the source code of this file.
Functions | |
int | LinearADRReaction (void *s, void *m) |
Function to evaluate the reaction term in the linear advection-diffusion-reaction model.
Definition in file LinearADRReaction.c.
int LinearADRReaction | ( | void * | s, |
void * | m | ||
) |
Not yet implemented
s | Solver object of type HyPar |
m | MPI object of type MPIVariables |
Definition at line 12 of file LinearADRReaction.c.