HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Simulation object. More...
Go to the source code of this file.
Data Structures | |
struct | SimulationObject |
Structure defining a simulation. More... | |
Simulation object.
Definition in file simulation_object.h.
struct SimulationObject |
Structure defining a simulation.
This structure contains an object of type HyPar and an object of type MPIVariables.
Definition at line 23 of file simulation_object.h.
Data Fields | ||
---|---|---|
MPIVariables | mpi |
MPI-related variables |
HyPar | solver |
Solver-related variables |
int | is_barebones |
Indicate whether this simulation object is only a barebones one |