version 0.6.0
mod_extrapolation_scheme_o2 Module Reference

Extrapolation Schemes for at order 2.

Functions/Subroutines

subroutine t_ext_scheme_o2_backward_init (self)
 Init the corresponding scheme. More...
 
subroutine t_ext_scheme_o2_backward_fill (self, steps)
 Fill the corresponding scheme. More...
 
subroutine t_ext_scheme_o2_forward_init (self)
 Init the corresponding scheme. More...
 
subroutine t_ext_scheme_o2_forward_fill (self, steps)
 Fill the corresponding scheme. More...
 

Variables

type(t_ext_scheme_o2_backward), target ext_scheme_o2_backward_instance
 
type(t_ext_scheme_o2_forward), target ext_scheme_o2_forward_instance
 

Function/Subroutine Documentation

◆ t_ext_scheme_o2_backward_fill()

subroutine mod_extrapolation_scheme_o2::t_ext_scheme_o2_backward_fill ( class(t_ext_scheme_o2_backward), intent(inout)  self,
double precision, dimension(:), intent(in)  steps 
)
Parameters
[in,out]selfThe scheme to fill
[in]stepsThe spatial disc. steps between x(i) and x(i+1)
Precondition
The scheme has already been initialized

◆ t_ext_scheme_o2_backward_init()

subroutine mod_extrapolation_scheme_o2::t_ext_scheme_o2_backward_init ( class(t_ext_scheme_o2_backward), intent(inout)  self)
Parameters
[in]selfThe scheme to initialize

◆ t_ext_scheme_o2_forward_fill()

subroutine mod_extrapolation_scheme_o2::t_ext_scheme_o2_forward_fill ( class(t_ext_scheme_o2_forward), intent(inout)  self,
double precision, dimension(:), intent(in)  steps 
)
Parameters
[in,out]selfThe scheme to fill
[in]stepsThe spatial disc. steps between x(i) and x(i)
Precondition
The scheme has already been initialized

◆ t_ext_scheme_o2_forward_init()

subroutine mod_extrapolation_scheme_o2::t_ext_scheme_o2_forward_init ( class(t_ext_scheme_o2_forward), intent(inout)  self)
Parameters
[in]selfThe scheme to initialize