version 0.6.0
Loading...
Searching...
No Matches

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.
 

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)

◆ 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.