Home
last modified time | relevance | path

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

/libCEED/examples/petsc/include/
H A Dswarmutils.h32 typedef enum { SWARM_GAUSS = 0, SWARM_UNIFORM = 1, SWARM_CELL_RANDOM = 2, SWARM_SINUSOIDAL = 3 } Po… enumerator
/libCEED/examples/petsc/
H A Ddmswarm.c74 PointSwarmType point_swarm_type = SWARM_UNIFORM; in main()
/libCEED/examples/petsc/src/
H A Dswarmutils.c260 case SWARM_UNIFORM: { in DMSwarmInitalizePointLocations()