Extrapolation Schemes for at order 4. More...
| Functions/Subroutines | |
| subroutine | t_ext_scheme_o4_backward_init (self) | 
| Init the corresponding scheme. | |
| subroutine | t_ext_scheme_o4_backward_fill (self, steps) | 
| Fill the corresponding scheme. | |
| subroutine | t_ext_scheme_o4_forward_init (self) | 
| Init the corresponding scheme. | |
| subroutine | t_ext_scheme_o4_forward_fill (self, steps) | 
| Fill the corresponding scheme. | |
| Variables | |
| type(t_ext_scheme_o4_backward), target | ext_scheme_o4_backward_instance | 
| type(t_ext_scheme_o4_forward), target | ext_scheme_o4_forward_instance | 
Extrapolation Schemes for at order 4.
| subroutine mod_extrapolation_scheme_o4::t_ext_scheme_o4_backward_fill | ( | class(t_ext_scheme_o4_backward), intent(inout) | self, | 
| double precision, dimension(:), intent(in) | steps ) | 
Fill the corresponding scheme.
| [in,out] | self | The scheme to fill | 
| [in] | steps | The spatial disc. steps between x(i-1) and x(i) | 
| subroutine mod_extrapolation_scheme_o4::t_ext_scheme_o4_backward_init | ( | class(t_ext_scheme_o4_backward), intent(inout) | self | ) | 
Init the corresponding scheme.
| [in] | self | The scheme to initialize | 
| subroutine mod_extrapolation_scheme_o4::t_ext_scheme_o4_forward_fill | ( | class(t_ext_scheme_o4_forward), intent(inout) | self, | 
| double precision, dimension(:), intent(in) | steps ) | 
Fill the corresponding scheme.
| [in,out] | self | The scheme to fill | 
| [in] | steps | The spatial disc. steps between x(i-1) and x(i) | 
| subroutine mod_extrapolation_scheme_o4::t_ext_scheme_o4_forward_init | ( | class(t_ext_scheme_o4_forward), intent(inout) | self | ) | 
Init the corresponding scheme.
| [in] | self | The scheme to initialize |