Home
last modified time | relevance | path

Searched defs:point_swarm_type (Results 1 – 3 of 3) sorted by relevance

/libCEED/examples/petsc/
H A Dbpsswarm.c69 PointSwarmType point_swarm_type = SWARM_GAUSS; in main() local
H A Ddmswarm.c74 PointSwarmType point_swarm_type = SWARM_UNIFORM; in main() local
/libCEED/examples/petsc/src/
H A Dswarmutils.c256 PetscErrorCode DMSwarmInitalizePointLocations(DM dm_swarm, PointSwarmType point_swarm_type, PetscIn… in DMSwarmInitalizePointLocations()