version 0.6.0

The fast Reconstruction scheme type definition. More...

Functions/Subroutines

subroutine t_rec_fast_scheme_init (self)
 Initialize a 1D point interpolant. More...
 
subroutine t_rec_fast_scheme_precompute (self)
 Init the corresponding scheme. Should do the job for all fast schemes. More...
 

Detailed Description

See also
t_int_fast_scheme which is the base type (this one is mainly used for type Verification test cases)

Function/Subroutine Documentation

◆ t_rec_fast_scheme_init()

subroutine type_rec_fast_scheme::t_rec_fast_scheme_init ( class(t_rec_fast_scheme), intent(inout)  self)
See also
t_int_scheme_init

◆ t_rec_fast_scheme_precompute()

subroutine type_rec_fast_scheme::t_rec_fast_scheme_precompute ( class(t_rec_fast_scheme), intent(inout)  self)
Parameters
[in]selfThe scheme.