From 694ce754c76c6ee1235cea13ccfc10fd9325615e Mon Sep 17 00:00:00 2001 From: David Wells Date: Mon, 28 Apr 2025 09:25:20 -0400 Subject: [PATCH] convert_hypercube_to_simplex_mesh(): improve a comment. --- source/grid/grid_generator.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/grid/grid_generator.cc b/source/grid/grid_generator.cc index 6ab2cb19d5..139d78e6e2 100644 --- a/source/grid/grid_generator.cc +++ b/source/grid/grid_generator.cc @@ -8041,8 +8041,8 @@ namespace GridGenerator // Boundary-faces 2d: // After converting, each of the 4 quadrilateral faces is defined by faces - // of 2 different triangles, i.e., lines. Note that lines are defined by 2 - // vertices. + // of 2 different triangles, i.e., lines. The first value in each pair is + // the original face index and the second is the new line. static const std:: array>, 8> vertex_ids_for_boundary_faces_2d = {{{0, {{0, 4}}}, -- 2.39.5