diff --git a/docs/templates/index.html.jinja2 b/docs/templates/index.html.jinja2 index 1fbd9f5c..c2704f79 100644 --- a/docs/templates/index.html.jinja2 +++ b/docs/templates/index.html.jinja2 @@ -32,10 +32,15 @@

What is PyMPDATA?

- PyMPDATA is a Numba-accelerated Pythonic implementation of the MPDATA algorithm - of Smolarkiewicz et al. used in geophysical fluid dynamics and beyond for - numerically solving generalised convection-diffusion PDEs. PyMPDATA supports integration in 1D, 2D and 3D structured meshes - with optional coordinate transformations. + + PyMPDATA is a Numba-accelerated multi-threaded Pythonic implementation of the + MPDATA algorithm of Smolarkiewicz et al. used in + geophysical fluid dynamics and beyond for + numerically solving generalised convection-diffusion PDEs. + PyMPDATA supports integration in 1D, 2D and 3D structured meshes + with optional coordinate transformations. + The animation shown depicts a "hello-world" 2D advection-only simulation + with dotted lines indicating domain decomposition across three threads.

A separate project called PyMPDATA-MPI depicts how