Home
last modified time | relevance | path

Searched refs:DMBlockingType (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscdmtypes.h125 } DMBlockingType; typedef
H A Dpetscdm.h89 PETSC_EXTERN PetscErrorCode DMSetBlockingType(DM, DMBlockingType);
90 PETSC_EXTERN PetscErrorCode DMGetBlockingType(DM, DMBlockingType *);
/petsc/include/petsc/private/
H A Ddmimpl.h246 DMBlockingType blocking_type;
/petsc/src/dm/interface/
H A Ddm.c1656 PetscErrorCode DMSetBlockingType(DM dm, DMBlockingType btype) in DMSetBlockingType()
1679 PetscErrorCode DMGetBlockingType(DM dm, DMBlockingType *btype) in DMGetBlockingType()