Skip to content

Commit 658fbb8

Browse files
committed
Minor
1 parent 86caace commit 658fbb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/geometry_dev.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# - How to extract geometrical information from a `Grid`.
77
# - How periodicity is handled in Gridap, and the difference between nodes and vertices.
88
# - How to create a periodic model from scratch, use the example of a Mobius strip.
9+
# - How to create and manipulate `FaceLabeling` objects, which are used to handle boundary conditions.
910
#
1011
# ## Required Packages
1112

@@ -21,6 +22,7 @@ using Plots
2122
# 4. Geometric Mappings
2223
# 5. High-order Grids
2324
# 6. Periodicity in Gridap
25+
# 7. FaceLabelings
2426
#
2527
# ## 1. Utility Functions
2628
# We begin by defining helper functions that will be essential throughout this tutorial.
@@ -390,7 +392,7 @@ mobius = UnstructuredDiscreteModel(grid,topo,labels)
390392
plot_node_numbering(mobius)
391393
# ![](../assets/geometry/mobius.png)
392394

393-
# ## FaceLabelings and boundary conditions
395+
# ## 7. FaceLabelings and boundary conditions
394396
#
395397
# The `FaceLabeling` component of a `DiscreteModel` is the way Gridap handles boundary conditions.
396398
# The basic idea is that, similar to Gmsh, we classify the d-faces (cells, faces, edges, nodes) of the mesh

0 commit comments

Comments
 (0)