Home
last modified time | relevance | path

Searched refs:AdvDifWindTypes (Results 1 – 2 of 2) sorted by relevance

/honee/qfunctions/
H A Dadvection_types.h17 extern const char *const AdvDifWindTypes[];
/honee/problems/
H A Dadvection.c14 const char *const AdvDifWindTypes[] = {"ROTATION", "TRANSLATION", "BOUNDARY_LAYER", "WindType", "AD… variable
39 … StabilizationTauTypes[advection_ctx->stabilization_tau], AdvDifWindTypes[setup_ctx->wind_type])); in PRINT_ADVECTION()
427 …PetscCall(PetscOptionsEnum("-wind_type", "Wind type in Advection", NULL, AdvDifWindTypes, (PetscEn… in NS_ADVECTION()