|
HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Initialization of the physics-related variables and function pointers for the 2D Navier-Stokes system. More...
Go to the source code of this file.
Functions | |
| int | gpuNavierStokes3DInitialize (void *s, void *m) |
Initialization of the physics-related variables and function pointers for the 2D Navier-Stokes system.
Definition in file NavierStokes3DInitialize_GPU.c.
| int gpuNavierStokes3DInitialize | ( | void * | s, |
| void * | m | ||
| ) |
Initialize GPU-related arrays.
| s | Solver object of type HyPar |
| m | MPI object of type MPIVariables |
Definition at line 10 of file NavierStokes3DInitialize_GPU.c.