Home
last modified time | relevance | path

Searched refs:DMSwarmGetType (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscdmswarm.h137 PETSC_EXTERN PetscErrorCode DMSwarmGetType(DM, DMSwarmType *);
/petsc/doc/changes/
H A D323.md131 - Add `DMSwarmGetType()`
/petsc/src/dm/impls/swarm/
H A Dswarm.c2275 PetscErrorCode DMSwarmGetType(DM sw, DMSwarmType *stype) in DMSwarmGetType() function
2883 PetscCall(DMSwarmGetType(sw, &stype)); in DMSwarmDuplicate()