0.6.0
Loading...
Searching...
No Matches
mod_rec_scheme_o1::t_rec_scheme_o1 Type Reference
+ Inheritance diagram for mod_rec_scheme_o1::t_rec_scheme_o1:

Public Member Functions

procedure compute_stencil (self, step, steps, derivative)
 
- Public Member Functions inherited from type_rec_scheme::t_rec_scheme
procedure init (self)
 Initialize a 1D point reconstructant.
 
procedure compute_stencil (self, step, steps, derivative)
 Compute the stencil values.
 
procedure compute_stencil_abstract (self, step, steps, derivative)
 This function is defined for debug purposes only (in order to verify new fast schemes)!
 
- Public Member Functions inherited from type_int_scheme::t_int_scheme
procedure, pass init (self)
 Declare a stencil base on its starting and ending relative indices.
 
procedure compute_stencil (self, step, steps, derivative)
 Compute the stencil values.
 
procedure apply (self, values)
 Apply a scheme to given discrete values at a point in the stencil (usualy the node at x_{i+1/2})
 
procedure interpolate (self, step, steps, values, derivative)
 Interpolate at step with values. The steps and the values are given in interval 'index_start:index_end'.
 

Static Public Member Functions

procedure, nopass index_start func_integer_value_0
 
procedure, nopass index_end func_integer_value_0
 
- Static Public Member Functions inherited from type_int_scheme::t_int_scheme

Additional Inherited Members

- Public Attributes inherited from type_rec_scheme::t_rec_scheme
type(t_stencil_1dintegral_stencil
 
- Public Attributes inherited from type_int_scheme::t_int_scheme
type(t_stencil_1dstencil
 The stencil.
 
integer size
 The size and half size of the scheme.
 
integer hsize
 
integer n_steps
 
logical initialized = .false.
 

Member Function/Subroutine Documentation

◆ compute_stencil()

procedure mod_rec_scheme_o1::t_rec_scheme_o1::compute_stencil ( class(t_rec_scheme_o1), intent(inout) self,
double precision, intent(in) step,
double precision, dimension(:), intent(in) steps,
integer, intent(in), optional derivative )

◆ index_end()

procedure, nopass mod_rec_scheme_o1::t_rec_scheme_o1::index_end
staticvirtual

◆ index_start()

procedure, nopass mod_rec_scheme_o1::t_rec_scheme_o1::index_start
staticvirtual

The documentation for this type was generated from the following file: