Searched refs:MULTIGRID_LOGARITHMIC (Results 1 – 2 of 2) sorted by relevance
112 app_ctx->multigrid_choice = MULTIGRID_LOGARITHMIC; in ProcessCommandLineOptions()163 case MULTIGRID_LOGARITHMIC: in ProcessCommandLineOptions()178 case MULTIGRID_LOGARITHMIC: in ProcessCommandLineOptions()
23 typedef enum { MULTIGRID_LOGARITHMIC = 0, MULTIGRID_UNIFORM = 1, MULTIGRID_NONE = 2 } multigridType; enumerator