The fourth order Lagrange interpolation. More...
Data Types | |
| type | t_int_point_fast_lagrange_o4_1d |
| The 1D type. More... | |
| type | t_int_point_fast_lagrange_o4_2d |
| The 2D type. More... | |
| type | t_int_point_fast_lagrange_o4_3d |
| The 3D type. More... | |
Functions/Subroutines | |
| subroutine | int_point_fast_lagrange_o4_init () |
| Init all the schemes. | |
| subroutine | t_int_point_fast_lagrange_o4_1d_init (self) |
| Init the 1D scheme above a generic Lagrange scheme. | |
| subroutine | t_int_point_fast_lagrange_o4_2d_init (self) |
| subroutine | t_int_point_fast_lagrange_o4_3d_init (self, spatial_dimension) |
Variables | |
| type(t_int_point_fast_lagrange_o4_1d), target | int_point_fast_lagrange_o4_1d |
| type(t_int_point_fast_lagrange_o4_2d), target | int_point_fast_lagrange_o4_2d |
| type(t_int_point_fast_lagrange_o4_3d), target | int_point_fast_lagrange_o4_3d |
The fourth order Lagrange interpolation.
| subroutine mod_int_point_fast_lagrange_o4::int_point_fast_lagrange_o4_init |
Init all the schemes.
| subroutine mod_int_point_fast_lagrange_o4::t_int_point_fast_lagrange_o4_1d_init | ( | class(t_int_point_fast_lagrange_o4_1d), intent(inout) | self | ) |
Init the 1D scheme above a generic Lagrange scheme.
| subroutine mod_int_point_fast_lagrange_o4::t_int_point_fast_lagrange_o4_2d_init | ( | class(t_int_point_fast_lagrange_o4_2d), intent(inout) | self | ) |
| subroutine mod_int_point_fast_lagrange_o4::t_int_point_fast_lagrange_o4_3d_init | ( | class(t_int_point_fast_lagrange_o4_3d), intent(inout) | self, |
| integer, intent(in) | spatial_dimension ) |
| type(t_int_point_fast_lagrange_o4_1d), target mod_int_point_fast_lagrange_o4::int_point_fast_lagrange_o4_1d |
| type(t_int_point_fast_lagrange_o4_2d), target mod_int_point_fast_lagrange_o4::int_point_fast_lagrange_o4_2d |
| type(t_int_point_fast_lagrange_o4_3d), target mod_int_point_fast_lagrange_o4::int_point_fast_lagrange_o4_3d |