Skip to content

Commit 54ae347

Browse files
committed
Update 6_inputdeck.rst
1 parent cd721ee commit 54ae347

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/6_inputdeck.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Numerical Methods
6969
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
7070
| | | ``RK6`` | Runge–Kutta 6 with :math:`O(h^6)` error. |
7171
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
72-
| ``interp_method`` | Interpolation method for velocity fields | ``trilinear`` | Simple and fast triliear interpolation method. Very fast on GPUs. |
72+
| ``interp_method`` | Interpolation method for velocity | ``trilinear`` | Simple and fast triliear interpolation method. Very fast on GPUs. |
7373
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
7474
| | | (``tricubic``) | Catmull–Rom 3D convolution kernel for tricubic interpolation. |
7575
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
@@ -79,15 +79,15 @@ Numerical Methods
7979
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
8080
| | | (``tricubic-FL``) | ``I.P.`` The high-performance 3D tricubic interpolation method by [Lekien2005]_. |
8181
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
82-
| ``grad_order`` | The method (order) of gradient discretization | (``2``) | 2nd-order central difference. |
82+
| ``grad_order`` | Method of gradient discretization | (``2``) | 2nd-order central difference. |
8383
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
8484
| | | ``4`` | ``I.P.`` 4th-order central difference. |
8585
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
8686
| | | ``6`` | ``I.P.`` 6th-order central difference. |
8787
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
8888
| | | ``100`` | ``I.P.`` Global Fast Fourier Transform (FFT) with finite order. Compute extremely intensive! |
8989
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
90-
| ``eigen_method`` | Solver for max eigenvalue of Cauchy–Green tensor | ``eigmax_sym3`` | Closed-form cubic eigenvalue solver for symmetric 3×3 matrices (noniterative solver). |
90+
| ``eigen_method`` | Max eigenvalue of C-G tensor | ``eigmax_sym3`` | Closed-form cubic eigenvalue solver for symmetric 3×3 matrices (noniterative solver). |
9191
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
9292
| | | ``jacobi`` | ``I.P.`` Jacobi eigenvalue algorithm (iterative). |
9393
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)