HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
c
d
e
f
g
i
l
m
o
p
r
s
t
u
w
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Enumerator
+
Macros
_
a
c
d
g
i
m
n
r
s
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
LinearADRReaction.c
Go to the documentation of this file.
1
7
#include <
physicalmodels/linearadr.h
>
8
#include <
mpivars.h
>
9
#include <
hypar.h
>
10
12
int
LinearADRReaction
(
void
*s,
13
void
*m
14
)
15
{
16
return
(0);
17
}
18
mpivars.h
MPI related function definitions.
LinearADRReaction
int LinearADRReaction(void *s, void *m)
Definition:
LinearADRReaction.c:12
hypar.h
Contains structure definition for hypar.
linearadr.h
Linear Advection-Diffusion-Reaction model.