updates to ScaLBL.h
This commit is contained in:
parent
3f687e650c
commit
2ca2203a3c
@ -10,8 +10,7 @@ extern "C" void MRT(char *ID, double *f_even, double *f_odd, double rlxA, double
|
|||||||
|
|
||||||
extern "C" void InitD3Q19(char *ID, double *f_even, double *f_odd, int Nx, int Ny, int Nz);
|
extern "C" void InitD3Q19(char *ID, double *f_even, double *f_odd, int Nx, int Ny, int Nz);
|
||||||
|
|
||||||
extern "C" void ComputeVelocityD3Q19(char *ID, double *disteven, double *distodd, double *vel,
|
extern "C" void ComputeVelocityD3Q19(char *ID, double *disteven, double *distodd, double *vel, int Nx, int Ny, int Nz);
|
||||||
int Nx, int Ny, int Nz);
|
|
||||||
|
|
||||||
extern "C" void ComputePressureD3Q19(char *ID, double *disteven, double *distodd, double *Pressure,
|
extern "C" void ComputePressureD3Q19(char *ID, double *disteven, double *distodd, double *Pressure,
|
||||||
int Nx, int Ny, int Nz);
|
int Nx, int Ny, int Nz);
|
||||||
|
Loading…
Reference in New Issue
Block a user