Home
last modified time | relevance | path

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

/libCEED/examples/solids/src/
H A Dcl-options.c169 case MULTIGRID_NONE: in ProcessCommandLineOptions()
185 case MULTIGRID_NONE: in ProcessCommandLineOptions()
/libCEED/examples/solids/include/
H A Dstructs.h23 typedef enum { MULTIGRID_LOGARITHMIC = 0, MULTIGRID_UNIFORM = 1, MULTIGRID_NONE = 2 } multigridType; enumerator
/libCEED/examples/solids/
H A Delasticity.c352 … (app_ctx->degree == 1 && app_ctx->multigrid_choice != MULTIGRID_NONE) ? "Algebraic multigrid" in main()
354 … (app_ctx->degree == 1 || app_ctx->multigrid_choice == MULTIGRID_NONE) ? 0 : num_levels)); in main()
356 if (app_ctx->multigrid_choice != MULTIGRID_NONE) { in main()
433 if (app_ctx->multigrid_choice != MULTIGRID_NONE) { in main()
489 if (app_ctx->multigrid_choice == MULTIGRID_NONE) { in main()