Skip to content
Snippets Groups Projects
Commit d1647c9f authored by Cory Mikida's avatar Cory Mikida
Browse files

Adds example of new face_to_boundary_tag input to docstring

parent 96494e51
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment