Home
last modified time | relevance | path

Searched refs:PetscDSIsCohesive (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexproject.c81 PetscCall(PetscDSIsCohesive(ds, &isCohesive)); in DMProjectPoint_Func_Private()
216 PetscCall(PetscDSIsCohesive(ds, &isCohesive)); in DMProjectPoint_Field_Private()
218 PetscCall(PetscDSIsCohesive(dsIn, &isCohesiveIn)); in DMProjectPoint_Field_Private()
375 PetscCall(PetscDSIsCohesive(ds, &isCohesive)); in DMProjectPoint_BdField_Private()
377 PetscCall(PetscDSIsCohesive(dsIn, &isCohesiveIn)); in DMProjectPoint_BdField_Private()
828 PetscCall(PetscDSIsCohesive(dsIn, &isCohesiveIn)); in DMProjectLocal_Generic_Plex()
833 PetscCall(PetscDSIsCohesive(ds, &isCohesive)); in DMProjectLocal_Generic_Plex()
H A Dplexsection.c108 PetscCall(PetscDSIsCohesive(ds, &isCohesive)); in DMPlexCreateSectionDof()
H A Dplexfem.c1741 PetscCall(PetscDSIsCohesive(ds, &isCohesive)); in DMComputeL2FieldDiff_Plex()
/petsc/doc/changes/
H A D317.md303 - Add `PetscDSIsCohesive()`, `PetscDSGetNumCohesive()`, and `PetscDSGetFieldOffsetCohesive()`
/petsc/include/
H A Dpetscds.h110 PETSC_EXTERN PetscErrorCode PetscDSIsCohesive(PetscDS, PetscBool *);
/petsc/src/dm/dt/interface/
H A Ddtds.c870 PetscErrorCode PetscDSIsCohesive(PetscDS ds, PetscBool *isCohesive) in PetscDSIsCohesive() function
/petsc/src/dm/interface/
H A Ddm.c6128 PetscCall(PetscDSIsCohesive(ds, &isCohesive)); in DMCreateDS()