Data Types | |
| type | type_rec_scheme::t_rec_scheme |
| The reconstruction scheme type to derivate from It simply derivates from the t_int_scheme. More... | |
Modules | |
| module | type_rec_scheme |
Grid nodes Reconstruction Schemes type The difference with the t_int_point_1D resides in that the scheme is defined in a narrowed band between index_start and index_end. The stencil is centered around the index 0, the step is relative to this node. | |
Functions/Subroutines | |
| subroutine | type_rec_scheme::t_rec_scheme_init (self) |
| Initialize a 1D point reconstructant. | |
| subroutine | type_rec_scheme::t_rec_compute_stencil_generic (self, step, steps, derivative) |
| Compute the stencil with a generic reconstruction procedure. | |
| subroutine | type_rec_scheme::t_rec_compute_stencil_generic_debug (self, step, steps, derivative) |
| This function is defined for debug purposes only (in order to verify new fast schemes)! | |