Home
last modified time | relevance | path

Searched refs:DMSwarmType (Results 1 – 5 of 5) sorted by relevance

/petsc/include/
H A Dpetscdmswarm.h31 } DMSwarmType; typedef
137 PETSC_EXTERN PetscErrorCode DMSwarmGetType(DM, DMSwarmType *);
138 PETSC_EXTERN PetscErrorCode DMSwarmSetType(DM, DMSwarmType);
/petsc/include/petsc/private/
H A Ddmswarmimpl.h66 DMSwarmType swarm_type;
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmswarm.pxi5 ctypedef enum PetscDMSwarmType "DMSwarmType":
H A DDMSwarm.pyx3 class DMSwarmType(object): class
34 Type = DMSwarmType
1252 del DMSwarmType
/petsc/src/dm/impls/swarm/
H A Dswarm.c2275 PetscErrorCode DMSwarmGetType(DM sw, DMSwarmType *stype) in DMSwarmGetType()
2299 PetscErrorCode DMSwarmSetType(DM sw, DMSwarmType stype) in DMSwarmSetType()
2870 DMSwarmType stype; in DMSwarmDuplicate()