Searched refs:DMSwarmType (Results 1 – 5 of 5) sorted by relevance
31 } DMSwarmType; typedef137 PETSC_EXTERN PetscErrorCode DMSwarmGetType(DM, DMSwarmType *);138 PETSC_EXTERN PetscErrorCode DMSwarmSetType(DM, DMSwarmType);
66 DMSwarmType swarm_type;
5 ctypedef enum PetscDMSwarmType "DMSwarmType":
3 class DMSwarmType(object): class34 Type = DMSwarmType1252 del DMSwarmType
2275 PetscErrorCode DMSwarmGetType(DM sw, DMSwarmType *stype) in DMSwarmGetType()2299 PetscErrorCode DMSwarmSetType(DM sw, DMSwarmType stype) in DMSwarmSetType()2870 DMSwarmType stype; in DMSwarmDuplicate()