File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,12 @@ by creating tensor product bases as outer products of one-dimensional
6565bases. This leads to large multidimensional arrays that are
6666distributed effortlessly through `` mpi4py-fft `` .
6767Throughout the `` spectralDNS `` (https://github.com/spectralDNS/spectralDNS )
68- project `` shenfun `` is being used extensively for Direct Numerical
69- Simulations (DNS) of turbulent flows [ @mortensen16 ,@mortensen16b ,@ketcheson ] ,
70- using arrays with billions of unknowns.
68+ project `` shenfun `` and `` mpi4py-fft `` are being utilized extensively for
69+ Direct Numerical Simulations (DNS) of turbulent flows
70+ [ @mortensen16 ,@mortensen16b ,@ketcheson ] , using arrays with billions of
71+ unknowns.
7172
72- `` mpi4py-fft `` can be utilized by anyone that needs to perform FFTs on large
73+ `` mpi4py-fft `` can be utilized by anyone in need of performing FFTs on large
7374multidimensional arrays. Through its distributed array interface it can also be
7475utilized by any application relying on algorithms (not just FFTs) with varying
7576degrees of locality on multidimensional arrays, where MPI can be used to boost
You can’t perform that action at this time.
0 commit comments