Searched refs:sgs_model_type (Results 1 – 5 of 5) sorted by relevance
| /honee/src/ |
| H A D | cloptions.c | 189 app_ctx->sgs_model_type = SGS_MODEL_NONE; in ProcessCommandLineOptions() 190 …_model_type", "Subgrid Stress Model type", NULL, SGSModelTypes, (PetscEnum)app_ctx->sgs_model_type, in ProcessCommandLineOptions() 191 (PetscEnum *)&app_ctx->sgs_model_type, NULL)); in ProcessCommandLineOptions()
|
| H A D | setuplibceed.c | 264 …PetscCheck(app_ctx->sgs_model_type == SGS_MODEL_NONE, honee->comm, PETSC_ERR_SUP, "SGS modeling no… in SetupLibceed() 286 … if (app_ctx->sgs_model_type == SGS_MODEL_DATA_DRIVEN) PetscCall(SgsDDSetup(ceed, honee, problem)); in SetupLibceed()
|
| H A D | setupts.c | 156 if (honee->app_ctx->sgs_model_type == SGS_MODEL_DATA_DRIVEN) { in IFunction_NS()
|
| /honee/include/ |
| H A D | navierstokes.h | 111 SGSModelType sgs_model_type; member
|
| /honee/doc/ |
| H A D | theory.md | 422 * - `-sgs_model_type`
|