Interpolation WENO Scheme at order 6,*.
|
subroutine | int_point_weno_o6_init () |
| Init all the schemes.
|
|
subroutine | int_point_weno_6_5_1d_init (self) |
|
subroutine | int_point_weno_6_5_1d_compute_coefficients (self, x, res) |
|
subroutine | int_point_weno_6_5_1d_compute_coefficients_d1 (self, x, res) |
|
subroutine | int_point_weno_6_4_1d_init (self) |
|
subroutine | int_point_weno_6_4_1d_compute_coefficients (self, x, res) |
|
subroutine | int_point_weno_6_4_1d_compute_coefficients_d1 (self, x, res) |
|
subroutine | int_point_weno_6_3_1d_init (self) |
|
subroutine | int_point_weno_6_3_1d_compute_coefficients (self, x, res) |
|
subroutine | int_point_weno_6_3_1d_compute_coefficients_d1 (self, x, res) |
|
subroutine | int_point_weno_6_3_l_1d_init (self) |
|
subroutine | int_point_weno_6_3_l_1d_compute_smoothness_indicators (self, x, coordinates, derivatives, res) |
| Compute the SI for all the stencils x is the distance to the first point of the stencil.
|
|