diff --git a/src/tdycore.c b/src/tdycore.c index 22879f69..de1d9176 100644 --- a/src/tdycore.c +++ b/src/tdycore.c @@ -378,7 +378,8 @@ PetscErrorCode TDyCreateGrid(TDy tdy) { tdy->dm = dm; } - // Mark the grid's boundary faces. + // Mark the grid's boundary faces and their transitive closure. All are + // stored at their appropriate strata within the label. DMLabel boundary_label; ierr = DMCreateLabel(tdy->dm, "boundary"); CHKERRQ(ierr); ierr = DMGetLabel(tdy->dm, "boundary", &boundary_label); CHKERRQ(ierr);