Introduction
Accurate numerical simulations of fluid dynamics usually involve Direct Numerical Simulations (DNS), whose numerical complexity increases as \((L_{\max}/L_{\min})^3\), which becomes prohibitively slow for large inertial ranges.
Sparse models, such as shell models or REWA, alleviate this issue by only simulating a subset of the degrees of freedom of the system.
Logarithmic grids, or log-lattices [1], are a sparse method for simulating fluid equations in N-D, while retaining the main symmetries of the underlying mathematical operators.
Pyloggrid is a Python library to perform and analyze simulations on log-lattices.