Searched refs:DMBlockingType (Results 1 – 4 of 4) sorted by relevance
125 } DMBlockingType; typedef
89 PETSC_EXTERN PetscErrorCode DMSetBlockingType(DM, DMBlockingType);90 PETSC_EXTERN PetscErrorCode DMGetBlockingType(DM, DMBlockingType *);
246 DMBlockingType blocking_type;
1656 PetscErrorCode DMSetBlockingType(DM dm, DMBlockingType btype) in DMSetBlockingType()1679 PetscErrorCode DMGetBlockingType(DM dm, DMBlockingType *btype) in DMGetBlockingType()