Skip to content

Commit

Permalink
Update get_box_mesh function documentation to include tagged boundary…
Browse files Browse the repository at this point in the history
… faces

Co-authored-by: Matt Smith <mjsmith1@gmail.com>
  • Loading branch information
aakankshbhat and majosm authored Jul 6, 2023
1 parent db8666c commit 48c2c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirgecom/simutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def get_number_of_tetrahedron_nodes(dim, order, include_faces=False):

def get_box_mesh(dim,a,b,n, t=None, periodic=None):
"""
Creates a rectangular "box" like mesh using function generate_regular_rect_mesh
Creates a rectangular "box" like mesh with tagged boundary faces.
Ensures parameters needed for generate_regular_rect_mesh are satisfied
a,b,n,periodic are tuples of dimension = dim and are converted if not in this format
Expand Down

0 comments on commit 48c2c4f

Please sign in to comment.