Home
last modified time | relevance | path

Searched refs:SWARM_SINUSOIDAL (Results 1 – 4 of 4) 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 Dbpsswarm.c127 …PetscCheck(!user_set_num_points_per_cell || point_swarm_type != SWARM_SINUSOIDAL, comm, PETSC_ERR_… in main()
133 if (point_swarm_type != SWARM_SINUSOIDAL) { in main()
H A Ddmswarm.c107 …PetscCheck(!user_set_num_points_per_cell || point_swarm_type != SWARM_SINUSOIDAL, comm, PETSC_ERR_… in main()
113 if (point_swarm_type != SWARM_SINUSOIDAL) { in main()
/libCEED/examples/petsc/src/
H A Dswarmutils.c292 case SWARM_SINUSOIDAL: { in DMSwarmInitalizePointLocations()