Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amrueda committed Nov 27, 2024
1 parent 58e96e4 commit 632372d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function source_terms_convert_to_linear_advection(u, du, x, t,
return SVector(0.0, s2, s3, s4, 0.0)
end

# Create a 2D cubed sphere mesh the size of the Earth
# Create a 2D quad-based icosahedral mesh the size of the Earth
mesh = P4estMeshQuadIcosahedron2D(cells_per_dimension[1], EARTH_RADIUS,
#initial_refinement_level = 0,
polydeg = polydeg)
Expand Down

0 comments on commit 632372d

Please sign in to comment.