Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dadvection_types.h30 extern const char *const AdvDifICTypes[];
/honee/problems/
H A Dadvection.c15 const char *const AdvDifICTypes[] = {"SPHERE", "CYLINDER", "COSINE_HILL", "SKEW", "WAVE", "BOUNDA… variable
53 …PetscCall(PetscPrintf(comm, " Initial Condition Type : %s\n", AdvDifICTypes[setup_c… in PRINT_ADVECTION()
444 …scOptionsEnum("-advection_ic_type", "Initial condition for Advection problem", NULL, AdvDifICTypes, in NS_ADVECTION()