Interpolation WENO Scheme at order 4,*.
|
subroutine | int_point_weno_o4_init () |
| Init all the schemes.
|
|
subroutine | int_point_weno_4_3_1d_init (self) |
|
subroutine | int_point_weno_4_3_1d_compute_coefficients (self, x, res) |
|
subroutine | int_point_weno_4_3_1d_compute_coefficients_d1 (self, x, res) |
|
subroutine | int_point_weno_4_2_1d_init (self) |
|
subroutine | int_point_weno_4_2_1d_compute_coefficients (self, x, res) |
|
subroutine | int_point_weno_4_2_1d_compute_coefficients_d1 (self, x, res) |
|
subroutine | int_point_weno_4_2p_1d_init (self) |
|
subroutine | int_point_weno_4_2p_1d_compute_coefficients (self, x, res) |
|
subroutine | int_point_weno_4_2p_1d_compute_coefficients_d1 (self, x, res) |
|
subroutine | int_point_weno_4_2l_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.
|
|
subroutine | t_int_point_weno_4_3_2d_init (self) |
|
subroutine | t_int_point_weno_4_3_3d_init (self, spatial_dimension) |
|
subroutine | t_int_point_weno_4_2_2d_init (self) |
|
subroutine | t_int_point_weno_4_2_3d_init (self, spatial_dimension) |
|