HyPar  1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
LinearADRReaction.c File Reference

Function to evaluate the reaction term in the linear advection-diffusion-reaction model. More...

#include <physicalmodels/linearadr.h>
#include <mpivars.h>
#include <hypar.h>

Go to the source code of this file.

Functions

int LinearADRReaction (void *s, void *m)
 

Detailed Description

Function to evaluate the reaction term in the linear advection-diffusion-reaction model.

Author
Debojyoti Ghosh

Definition in file LinearADRReaction.c.

Function Documentation

◆ LinearADRReaction()

int LinearADRReaction ( void *  s,
void *  m 
)

Not yet implemented

Parameters
sSolver object of type HyPar
mMPI object of type MPIVariables

Definition at line 12 of file LinearADRReaction.c.

15 {
16  return(0);
17 }