|
| 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) | 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_int_scheme_o3::t_int_scheme_o3::index_end |
|
staticvirtual |
◆ index_start()
| procedure, nopass mod_int_scheme_o3::t_int_scheme_o3::index_start |
|
staticvirtual |
The documentation for this type was generated from the following file:
- src/lib/discretization/node_level_schemes/interpolation/grid_schemes/schemes/int_scheme_o3.f90