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 918a303 commit fb69699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshes/p4est_mesh.jl
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ function p4est_mesh_from_standard_abaqus(meshfile, mapping, polydeg,
# There's no simple and generic way to distinguish boundaries without any information given.
# Name all of them :all.
boundary_names = fill(:all, 2 * n_dimensions, n_trees)
else # Boundary information supplied
else # Boundary information given
# Read in nodes belonging to boundaries
node_set_dict = parse_node_sets(meshfile, boundary_symbols)
# Read in all elements with associated nodes to specify the boundaries
Expand Down

0 comments on commit fb69699

Please sign in to comment.