Searched refs:MULTIGRID_NONE (Results 1 – 3 of 3) sorted by relevance
169 case MULTIGRID_NONE: in ProcessCommandLineOptions()185 case MULTIGRID_NONE: in ProcessCommandLineOptions()
23 typedef enum { MULTIGRID_LOGARITHMIC = 0, MULTIGRID_UNIFORM = 1, MULTIGRID_NONE = 2 } multigridType; enumerator
352 … (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()