Home
last modified time | relevance | path

Searched refs:PetscDSUpdateBoundaryLabels (Results 1 – 5 of 5) sorted by relevance

/petsc/doc/changes/
H A D321.md218 - Add `PetscDSUpdateBoundaryLabels()`
/petsc/include/
H A Dpetscds.h200 PETSC_EXTERN PetscErrorCode PetscDSUpdateBoundaryLabels(PetscDS, DM);
/petsc/src/dm/dt/interface/
H A Ddtds.c3556 PetscErrorCode PetscDSUpdateBoundaryLabels(PetscDS ds, DM dm) in PetscDSUpdateBoundaryLabels() function
/petsc/src/dm/impls/plex/
H A Dplexfem.c1151 PetscCall(PetscDSUpdateBoundaryLabels(prob, dm)); in DMPlexInsertBoundaryValues_Plex()
1266 PetscCall(PetscDSUpdateBoundaryLabels(ds, dm)); in DMPlexInsertBounds_Plex()
/petsc/src/dm/interface/
H A Ddm.c8209 PetscCall(PetscDSUpdateBoundaryLabels(ds, dm)); in DMHasBound()