We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200c65e commit 3a0f309Copy full SHA for 3a0f309
pySDC/implementations/datatype_classes/parallel_mesh.py
@@ -10,7 +10,8 @@
10
11
class parallel_mesh(np.ndarray):
12
"""
13
- Numpy-based datatype for parallel meshes. Includes a communicator and expects a dtype to allow complex data.
+ Numpy-based datatype for serial or parallel meshes.
14
+ Can include a communicator and expects a dtype to allow complex data.
15
16
Attributes:
17
_comm: MPI communicator or None
pySDC/playgrounds/compression/run_examples.py renamed to pySDC/playgrounds/compression/run_serial_examples.py
0 commit comments