The fast Reconstruction scheme type definition. More...
| Functions/Subroutines | |
| subroutine | t_rec_fast_scheme_init (self) | 
| Initialize a 1D point interpolant. | |
| subroutine | t_rec_fast_scheme_precompute (self) | 
| Init the corresponding scheme. Should do the job for all fast schemes. | |
The fast Reconstruction scheme type definition.
| subroutine type_rec_fast_scheme::t_rec_fast_scheme_init | ( | class(t_rec_fast_scheme), intent(inout) | self | ) | 
Initialize a 1D point interpolant.
| subroutine type_rec_fast_scheme::t_rec_fast_scheme_precompute | ( | class(t_rec_fast_scheme), intent(inout) | self | ) | 
Init the corresponding scheme. Should do the job for all fast schemes.
| [in] | self | The scheme. |