Searched refs:mesh_transform_type (Results 1 – 3 of 3) sorted by relevance
156 app_ctx->mesh_transform_type = MESH_TRANSFORM_NONE; in ProcessCommandLineOptions()157 …m", "Mesh transform to perform", NULL, MeshTransformTypes, (PetscEnum)app_ctx->mesh_transform_type, in ProcessCommandLineOptions()158 (PetscEnum *)&app_ctx->mesh_transform_type, NULL)); in ProcessCommandLineOptions()
288 if (user->app_ctx->mesh_transform_type == MESH_TRANSFORM_PLATEMESH) { in NS_BLASIUS()314 if (user->app_ctx->mesh_transform_type == MESH_TRANSFORM_PLATEMESH) { in NS_BLASIUS()
126 MeshTransformType mesh_transform_type; member