Home
last modified time | relevance | path

Searched refs:MULTIGRID_LOGARITHMIC (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/solids/src/
H A Dcl-options.c112 app_ctx->multigrid_choice = MULTIGRID_LOGARITHMIC; in ProcessCommandLineOptions()
163 case MULTIGRID_LOGARITHMIC: in ProcessCommandLineOptions()
178 case MULTIGRID_LOGARITHMIC: in ProcessCommandLineOptions()
/libCEED/examples/solids/include/
H A Dstructs.h23 typedef enum { MULTIGRID_LOGARITHMIC = 0, MULTIGRID_UNIFORM = 1, MULTIGRID_NONE = 2 } multigridType; enumerator