0.6.0
Loading...
Searching...
No Matches
mod_finite_differences_rec_scheme_first_o2 Module Reference

Finite Difference Rec Schemes for value at order 3 with 3 points. More...

Functions/Subroutines

subroutine t_fd_rec_scheme_first_o2_forward_init (self)
 Init the corresponding scheme.
 
subroutine t_fd_rec_scheme_first_o2_forward_fill (self, steps)
 Fill the corresponding scheme.
 

Variables

type(t_fd_rec_scheme_first_o2_forward), target fd_rec_scheme_first_o2_forward
 

Detailed Description

Finite Difference Rec Schemes for value at order 3 with 3 points.

Function/Subroutine Documentation

◆ t_fd_rec_scheme_first_o2_forward_fill()

subroutine mod_finite_differences_rec_scheme_first_o2::t_fd_rec_scheme_first_o2_forward_fill ( class(t_fd_rec_scheme_first_o2_forward), intent(inout) self,
double precision, dimension(:), intent(in) steps )

Fill the corresponding scheme.

Parameters
[in,out]selfThe scheme to fill
[in]stepsThe spatial disc. steps between x(i) and x(i+3)
Precondition
The scheme has already been initialized

◆ t_fd_rec_scheme_first_o2_forward_init()

subroutine mod_finite_differences_rec_scheme_first_o2::t_fd_rec_scheme_first_o2_forward_init ( class(t_fd_rec_scheme_first_o2_forward), intent(inout) self)

Init the corresponding scheme.

Parameters
[in,out]selfThe element