|
| 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'.
|
| |
| type(t_stencil_1d) | integral_stencil |
| |
| type(t_stencil_1d) | stencil |
| | The stencil.
|
| |
| integer | size |
| | The size and half size of the scheme.
|
| |
| integer | hsize |
| |
| integer | n_steps |
| |
| logical | initialized = .false. |
| |
◆ index_end()
| procedure, nopass mod_rec_scheme_o6::t_rec_scheme_o6::index_end |
|
staticvirtual |
◆ index_start()
| procedure, nopass mod_rec_scheme_o6::t_rec_scheme_o6::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_o6.f90