Home
last modified time | relevance | path

Searched refs:swarm_type (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Ddmswarmimpl.h48 …PetscCheck(_swarm->swarm_type == DMSWARM_PIC, PetscObjectComm((PetscObject)(obj)), PETSC_ERR_SUP, …
66 DMSwarmType swarm_type; member
/petsc/src/dm/impls/swarm/
H A Dswarm.c2282 *stype = swarm->swarm_type; in DMSwarmGetType()
2305 swarm->swarm_type = stype; in DMSwarmSetType()
2306 if (swarm->swarm_type == DMSWARM_PIC) PetscCall(DMSwarmSetUpPIC(sw)); in DMSwarmSetType()
2357 if (swarm->swarm_type == DMSWARM_PIC) { in DMSetup_Swarm()
2806 swarm->swarm_type = DMSWARM_BASIC; in DMCreate_Swarm()