|
HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Read in any arrays/data that physics model wants. More...
Go to the source code of this file.
Functions | |
| int | InitializePhysicsData (void *s, int idx, int nsims, int *dim_data) |
Read in any arrays/data that physics model wants.
Definition in file InitializePhysicsData.c.
| int InitializePhysicsData | ( | void * | s, |
| int | idx, | ||
| int | nsims, | ||
| int * | dim_data | ||
| ) |
For each simulation object, call the physics-specific function to read in any physics data that is not a part of the solution vector.
| s | Simulation object of type SimulationObject |
| idx | Index of this simulation object |
| nsims | Total number of simuations |
| dim_data | Dimenions of physics-specific data |
Definition at line 12 of file InitializePhysicsData.c.