|
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...
#include <stdio.h>#include <arrayfunctions_gpu.h>#include <physicalmodels/navierstokes2d.h>#include <hypar.h>Go to the source code of this file.
Functions | |
| int | gpuNavierStokes2DInitialize (void *s, void *m) |
Initialization of the physics-related variables and function pointers for the 2D Navier-Stokes system.
Definition in file NavierStokes2DInitialize_GPU.c.
| int gpuNavierStokes2DInitialize | ( | void * | s, |
| void * | m | ||
| ) |
Initialize GPU-related arrays.
| s | Solver object of type HyPar |
| m | MPI object of type MPIVariables |
Definition at line 11 of file NavierStokes2DInitialize_GPU.c.