|
| procedure | compute_stencil (self, step, steps, derivative) |
| |
| 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)!
|
| |
| 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'.
|
| |
◆ compute_stencil()
| procedure mod_rec_scheme_o2::t_rec_scheme_o2::compute_stencil |
( |
class(t_rec_scheme_o2), 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_o2::t_rec_scheme_o2::index_end |
|
staticvirtual |
◆ index_start()
| procedure, nopass mod_rec_scheme_o2::t_rec_scheme_o2::index_start |
|
staticvirtual |
The documentation for this type was generated from the following file:
- src/lib/discretization/node_level_schemes/interpolation/grid_schemes/schemes/rec_scheme_o2.f90