You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for your reference, and configured as defaults, the *Berkeley LCS Tutorials* used ``RK4`` for advection.
90
-
The velocity fields were interpolated by ``tricubic-FL``, originating from [Lekien2005]_, which has higher performance from
91
-
Although non detailed, ``grad_order=2`` was employed by them from the equation, supposing the mesh is sufficiently refined.
90
+
The velocity fields were interpolated by ``tricubic-FL``, originating from [Lekien2005]_, which has higher performance by solving a 64*64 linear system using the function values, gradients, and mixed partial derivatives at its eight corners, which is in future plan for ``Py3DFTLE`` with high priority.
91
+
Although not detailed, ``grad_order=2`` was employed by them from the equation, supposing the mesh is sufficiently refined.
92
92
Please always notice that, although providing much better numerical precision and looks cool in papers, high-order methods could be resource-consuming, even hundreds of times.
0 commit comments