Loading [MathJax]/extensions/tex2jax.js
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
simulation_object.h
Go to the documentation of this file.
1
6
#ifndef _simulation_struct_h_
7
#define _simulation_struct_h_
8
9
#include <
mpivars_struct.h
>
10
#include <
hypar.h
>
11
23
typedef
struct
simulation_object {
24
25
MPIVariables
mpi
;
26
HyPar
solver
;
27
int
is_barebones
;
30
}
SimulationObject
;
31
32
#endif
SimulationObject::is_barebones
int is_barebones
Definition:
simulation_object.h:27
SimulationObject
Structure defining a simulation.
Definition:
simulation_object.h:23
SimulationObject::solver
HyPar solver
Definition:
simulation_object.h:26
HyPar
Structure containing all solver-specific variables and functions.
Definition:
hypar.h:23
hypar.h
Contains structure definition for hypar.
SimulationObject::mpi
MPIVariables mpi
Definition:
simulation_object.h:25
mpivars_struct.h
MPI related structure.
MPIVariables
Structure of MPI-related variables.
Definition:
mpivars_struct.h:24