Skip to content

Commit

Permalink
use arguments passed to get_mesh in mesh generation
Browse files Browse the repository at this point in the history
  • Loading branch information
a-alveyblanc authored and inducer committed Oct 12, 2024
1 parent cc954d0 commit 2096efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mesh_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ def __init__(self, dim):

def get_mesh(self, resolution, mesh_order=4):
return mgen.generate_warped_rect_mesh(
dim=self.dim, order=4, nelements_side=6)
dim=self.dim, order=mesh_order, nelements_side=resolution)

0 comments on commit 2096efc

Please sign in to comment.