Updating unstructured mesh description.

This commit is contained in:
Patrick Shriwise 2020-03-18 17:24:22 -05:00
parent b9c31d904e
commit 5f7b7b32b1

View file

@ -590,7 +590,7 @@ class RectilinearMesh(MeshBase):
return element
class UnstructuredMesh(MeshBase):
"""An unstructured mesh, assumed to be three dimensionality
"""A 3D unstructured mesh
Parameters
----------