Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex77.c43 NUM_PART_LAYOUT_TYPES enumerator
45 const char *partLayoutTypes[NUM_PART_LAYOUT_TYPES + 1] = {"cell", "box", "unknown"};
306 …out_type", "The particle layout type", "ex77.c", partLayoutTypes, NUM_PART_LAYOUT_TYPES, partLayou… in ProcessOptions()
536 …alid particle layout type %s", partLayoutTypes[PetscMin(user->partLayout, NUM_PART_LAYOUT_TYPES)]); in SetInitialParticleConditions()
664 …alid particle layout type %s", partLayoutTypes[PetscMin(user->partLayout, NUM_PART_LAYOUT_TYPES)]); in SetupDiscretization()