Searched refs:PointSwarmType (Results 1 – 4 of 4) sorted by relevance
32 …{ SWARM_GAUSS = 0, SWARM_UNIFORM = 1, SWARM_CELL_RANDOM = 2, SWARM_SINUSOIDAL = 3 } PointSwarmType; typedef40 PetscErrorCode DMSwarmInitalizePointLocations(DM dm_swarm, PointSwarmType point_swarm_type, PetscIn…
69 PointSwarmType point_swarm_type = SWARM_GAUSS; in main()
74 PointSwarmType point_swarm_type = SWARM_UNIFORM; in main()
256 PetscErrorCode DMSwarmInitalizePointLocations(DM dm_swarm, PointSwarmType point_swarm_type, PetscIn… in DMSwarmInitalizePointLocations()