Skip to content

Commit d598769

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/6_inputdeck.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Numerical Methods
7777
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
7878
| | | ``WENO`` | Weighted Essentially Non-Oscillatory (WENO) scheme with shockwave capture capability. |
7979
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
80-
| | | (``tricubic-FL``) | ``I.P.`` The high-performance 3D tricubic interpolation method by [Lekien2005]_. |
80+
| | | ``tricubicFL`` | ``I.P.`` The high-performance 3D tricubic interpolation method by [Lekien2005]_. |
8181
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
8282
| ``grad_order`` | Method of gradient discretization | (``2``) | 2nd-order central difference. |
8383
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
@@ -87,7 +87,7 @@ Numerical Methods
8787
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
8888
| | | ``100`` | ``I.P.`` Global Fast Fourier Transform (FFT) with finite order. Compute extremely intensive! |
8989
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
90-
| ``eigen_method`` | Max eigenvalue of C-G 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)