Home
last modified time | relevance | path

Searched refs:mesh_transform_type (Results 1 – 3 of 3) sorted by relevance

/libCEED/examples/fluids/src/
H A Dcloptions.c156 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()
/libCEED/examples/fluids/problems/
H A Dblasius.c288 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()
/libCEED/examples/fluids/
H A Dnavierstokes.h126 MeshTransformType mesh_transform_type; member