Skip to content

Commit

Permalink
Update src/meshes/p4est_mesh.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Dec 23, 2024
1 parent 13f2994 commit 35100a4
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 @@ -454,7 +454,7 @@ function p4est_connectivity_from_hohqmesh_abaqus(meshfile,
n_vertices::Int = connectivity_pw.num_vertices[]

# Extract a copy of the element vertices to compute the tree node coordinates
# `vertices` store coordinates of all three dimensions (even for the 2D case)
# `vertices` stores coordinates of all three dimensions (even for the 2D case)
# since the Abaqus `.inp` format always stores 3D coordinates.
vertices = unsafe_wrap(Array, connectivity_pw.vertices, (3, n_vertices))

Expand Down

0 comments on commit 35100a4

Please sign in to comment.