Home
last modified time | relevance | path

Searched refs:SWARM_GAUSS (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/src/
H A Dswarmutils.c259 case SWARM_GAUSS: in DMSwarmInitalizePointLocations()
266 if (point_swarm_type == SWARM_GAUSS) { in DMSwarmInitalizePointLocations()
/libCEED/examples/petsc/
H A Dbpsswarm.c69 PointSwarmType point_swarm_type = SWARM_GAUSS; in main()