Skip to content

Commit

Permalink
Update src/meshes/structured_mesh_view.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Doehring <[email protected]>
  • Loading branch information
SimonCan and DanielDoehring authored Mar 19, 2024
1 parent b68b6c5 commit 8d19521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshes/structured_mesh_view.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function StructuredMeshView(parent::StructuredMesh{NDIMS, RealT};

cells_per_dimension = index_max .- index_min .+ 1

# Compute cells sizes `deltas`
# Compute cell sizes `deltas`
deltas = (parent.mapping.coordinates_max .- parent.mapping.coordinates_min) ./
parent.cells_per_dimension
# Calculate the domain boundaries.
Expand Down

0 comments on commit 8d19521

Please sign in to comment.