Searched refs:WindTypes (Results 1 – 2 of 2) sorted by relevance
166 …PetscCall(PetscOptionsEnum("-wind_type", "Wind type in Advection", NULL, WindTypes, (PetscEnum)(wi… in NS_ADVECTION()293 … BubbleContinuityTypes[setup_ctx->bubble_continuity_type], WindTypes[setup_ctx->wind_type])); in PRINT_ADVECTION()
40 static const char *const WindTypes[] = {"ROTATION", "TRANSLATION", "WindType", "WIND_", NULL}; variable