Searched refs:PetscDSIsCohesive (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexproject.c | 81 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 D | plexsection.c | 108 PetscCall(PetscDSIsCohesive(ds, &isCohesive)); in DMPlexCreateSectionDof()
|
| H A D | plexfem.c | 1741 PetscCall(PetscDSIsCohesive(ds, &isCohesive)); in DMComputeL2FieldDiff_Plex()
|
| /petsc/doc/changes/ |
| H A D | 317.md | 303 - Add `PetscDSIsCohesive()`, `PetscDSGetNumCohesive()`, and `PetscDSGetFieldOffsetCohesive()`
|
| /petsc/include/ |
| H A D | petscds.h | 110 PETSC_EXTERN PetscErrorCode PetscDSIsCohesive(PetscDS, PetscBool *);
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 870 PetscErrorCode PetscDSIsCohesive(PetscDS ds, PetscBool *isCohesive) in PetscDSIsCohesive() function
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 6128 PetscCall(PetscDSIsCohesive(ds, &isCohesive)); in DMCreateDS()
|