Searched refs:SWARM_SINUSOIDAL (Results 1 – 4 of 4) sorted by relevance
32 typedef enum { SWARM_GAUSS = 0, SWARM_UNIFORM = 1, SWARM_CELL_RANDOM = 2, SWARM_SINUSOIDAL = 3 } Po… enumerator
127 …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()
107 …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()
292 case SWARM_SINUSOIDAL: { in DMSwarmInitalizePointLocations()