Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Jan 7, 2024
1 parent 2497727 commit a006756
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/meshes/p4est_mesh.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a006756

Please sign in to comment.