Skip to content
Snippets Groups Projects
Commit c50dac6e authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Apply suggestion to meshmode/mesh/__init__.py

parent c63990be
No related branches found
No related tags found
No related merge requests found
...@@ -570,8 +570,9 @@ class Mesh(Record): ...@@ -570,8 +570,9 @@ class Mesh(Record):
""" """
.. attribute:: vertices .. attribute:: vertices
An array of vertex coordinates with shape *None* or an array of vertex coordinates with shape
*(ambient_dim, nvertices)* *(ambient_dim, nvertices)*. If *None*, vertices are not
known for this mesh.
.. attribute:: groups .. attribute:: groups
......
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