From a006756c305b0a46352b666fe483d107b342b7da Mon Sep 17 00:00:00 2001 From: Daniel_Doehring Date: Sun, 7 Jan 2024 11:21:17 +0100 Subject: [PATCH] comment --- src/meshes/p4est_mesh.jl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/meshes/p4est_mesh.jl b/src/meshes/p4est_mesh.jl index 56b8a83a97c..6e6aa6d37c8 100644 --- a/src/meshes/p4est_mesh.jl +++ b/src/meshes/p4est_mesh.jl @@ -567,6 +567,8 @@ function parse_node_sets(meshfile, boundary_symbols) return nodes_dict end +# This function assigns the edges of elements to boundaries by +# checking if the nodes of the edges are part of nodesets which correspond to boundaries. function assign_boundaries_standard_abaqus!(boundary_names, n_trees, element_node_matrix, node_set_dict, ::Val{2}) # 2D version @@ -606,6 +608,8 @@ function assign_boundaries_standard_abaqus!(boundary_names, n_trees, return boundary_names end +# This function assigns the edges of elements to boundaries by +# checking if the nodes of the edges are part of nodesets which correspond to boundaries. function assign_boundaries_standard_abaqus!(boundary_names, n_trees, element_node_matrix, node_set_dict, ::Val{3}) # 3D version