HyPar  1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
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 
31 
32 #endif
Structure defining a simulation.
Structure containing all solver-specific variables and functions.
Definition: hypar.h:23
Contains structure definition for hypar.
MPI related structure.
Structure of MPI-related variables.