diff --git a/meshmode/mesh/generation.py b/meshmode/mesh/generation.py index 335751e98d1a14672119c1f384e5db05985f4337..d5153ec66b07358263e1b361db8801370b58987e 100644 --- a/meshmode/mesh/generation.py +++ b/meshmode/mesh/generation.py @@ -669,7 +669,9 @@ def generate_box_mesh(axis_coords, order=1, coord_dtype=np.float64, :param face_to_boundary_tag: an optional dictionary for boundary configuration. The keys correspond to custom boundary tags, with the values giving a list of the faces on which they should be applied in terms of coordinate - directions (+x, -x, +y, -y, +z, -z). + directions (+x, -x, +y, -y, +z, -z). One example of this would be: + + face_to_boundary_tag={"bdry_1": ["+x", "+y"], "bdry_2": ["-x"]} .. versionchanged:: 2017.1