Home
last modified time | relevance | path

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

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