@@ -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