|
integer(kind=i32) | d |
|
integer(kind=i32) | nb_cell |
|
integer(kind=i32) | bc_type |
|
integer(kind=i32) | index_gap |
|
real(kind=f64) | alpha |
|
real(kind=f64) | xmin |
|
real(kind=f64) | xmax |
|
real(kind=f64) | deta |
| deta is the grid spacing More...
|
|
real(kind=f64), dimension(:), pointer | wj |
|
real(kind=f64), dimension(:), pointer | wj_scale |
|
real(kind=f64), dimension(:), pointer | data_out |
|
integer(kind=i32) | periodic_last |
| periodic_last indicates if the input data repeats the first point at the end if we have periodic data. It takes the values 0 (not repeated) or 1 (repeated). Default : 1. More...
|
|
◆ alpha
◆ bc_type
integer(kind=i32) bc_type |
|
private |
◆ data_out
real(kind=f64), dimension(:), pointer data_out |
|
private |
◆ deta
◆ index_gap
integer(kind=i32) index_gap |
|
private |
◆ nb_cell
integer(kind=i32) nb_cell |
|
private |
◆ periodic_last
integer(kind=i32) periodic_last |
|
private |
periodic_last indicates if the input data repeats the first point at the end if we have periodic data. It takes the values 0 (not repeated) or 1 (repeated). Default : 1.
Definition at line 34 of file sll_m_lagrange_interpolation_1d.F90.
◆ wj
real(kind=f64), dimension(:), pointer wj |
|
private |
◆ wj_scale
real(kind=f64), dimension(:), pointer wj_scale |
|
private |
◆ xmax
◆ xmin