Skip to content

Commit 3a0f309

Browse files
committed
minor cleanup, pre-renaming
1 parent 200c65e commit 3a0f309

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pySDC/implementations/datatype_classes/parallel_mesh.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
class parallel_mesh(np.ndarray):
1212
"""
13-
Numpy-based datatype for parallel meshes. Includes a communicator and expects a dtype to allow complex data.
13+
Numpy-based datatype for serial or parallel meshes.
14+
Can include a communicator and expects a dtype to allow complex data.
1415
1516
Attributes:
1617
_comm: MPI communicator or None

0 commit comments

Comments
 (0)