17 #if defined(HAVE_CUDA) 25 fprintf(stderr,
"[GPU] Error in BCInitialize(): \"%s\" is not a supported boundary condition.\n",
51 fprintf(stderr,
"Error in BCInitialize(): \"%s\" is not a supported boundary condition.\n",
56 #if defined(HAVE_CUDA) #define _SUPERSONIC_INFLOW_
int BCSupersonicInflowU(void *, void *, int, int, int *, int, double *, double)
Containts the structures and definitions for boundary condition implementation.
int(* BCFunctionU)(void *, void *, int, int, int *, int, double *, double)
#define _SUBSONIC_AMBIVALENT_
int BCNoFluxU(void *, void *, int, int, int *, int, double *, double)
int BCSpongeUDummy(void *, void *, int, int, int *, int, double *, double)
int gpuBCPeriodicU(void *, void *, int, int, int *, int, double *, double)
#define _THERMAL_SLIP_WALL_
#define _THERMAL_NOSLIP_WALL_
Structure containing the variables and function pointers defining a boundary.
int BCPeriodicU(void *, void *, int, int, int *, int, double *, double)
int BCThermalNoslipWallU(void *, void *, int, int, int *, int, double *, double)
int BCSlipWallU(void *, void *, int, int, int *, int, double *, double)
int BCSubsonicAmbivalentU(void *, void *, int, int, int *, int, double *, double)
int BCNoslipWallU(void *, void *, int, int, int *, int, double *, double)
int BCReflectU(void *, void *, int, int, int *, int, double *, double)
int BCSubsonicInflowU(void *, void *, int, int, int *, int, double *, double)
char bctype[_MAX_STRING_SIZE_]
int BCSWSlipWallU(void *, void *, int, int, int *, int, double *, double)
#define _SUBSONIC_INFLOW_
int BCSubsonicOutflowU(void *, void *, int, int, int *, int, double *, double)
#define _SUBSONIC_OUTFLOW_
int BCDirichletU(void *, void *, int, int, int *, int, double *, double)
int gpuBCSlipWallU(void *, void *, int, int, int *, int, double *, double)
int BCSupersonicOutflowU(void *, void *, int, int, int *, int, double *, double)
#define _SUPERSONIC_OUTFLOW_
int BCExtrapolateU(void *, void *, int, int, int *, int, double *, double)
int BCInitialize(void *b, int flag_gpu)
int BCThermalSlipWallU(void *, void *, int, int, int *, int, double *, double)
int BCTurbulentSupersonicInflowU(void *, void *, int, int, int *, int, double *, double)
#define _TURBULENT_SUPERSONIC_INFLOW_