|
class(sll_c_interpolator_1d), pointer | interp |
|
class(sll_c_characteristics_1d_base), pointer | charac |
|
real(kind=f64), dimension(:), pointer | eta_coords |
|
real(kind=f64), dimension(:), pointer | eta_coords_unit |
|
real(kind=f64), dimension(:), pointer | eta_coords_unit_back |
|
real(kind=f64), dimension(:), pointer | charac_feet |
|
real(kind=f64), dimension(:), pointer | charac_feet_i |
|
real(kind=f64), dimension(:), pointer | buf1d |
|
real(kind=f64), dimension(:), pointer | buf1d_out |
|
integer(kind=i32) | npts |
|
integer(kind=i32) | bc_type |
|
procedure(sll_i_signature_process_outside_point_1d), pointer, nopass | process_outside_point |
|
Definition at line 53 of file sll_m_advection_1d_CSL.F90.
◆ advect_1d()
procedure, pass(adv) advect_1d |
|
private |
◆ advect_1d_constant()
procedure, pass(adv) advect_1d_constant |
|
private |
◆ delete()
procedure, pass(adv) delete |
|
private |
◆ initialize()
procedure, pass(adv) initialize |
|
private |
◆ bc_type
integer(kind=i32) bc_type |
|
private |
◆ buf1d
real(kind=f64), dimension(:), pointer buf1d |
|
private |
◆ buf1d_out
real(kind=f64), dimension(:), pointer buf1d_out |
|
private |
◆ charac
◆ charac_feet
real(kind=f64), dimension(:), pointer charac_feet |
|
private |
◆ charac_feet_i
real(kind=f64), dimension(:), pointer charac_feet_i |
|
private |
◆ eta_coords
real(kind=f64), dimension(:), pointer eta_coords |
|
private |
◆ eta_coords_unit
real(kind=f64), dimension(:), pointer eta_coords_unit |
|
private |
◆ eta_coords_unit_back
real(kind=f64), dimension(:), pointer eta_coords_unit_back |
|
private |
◆ interp
◆ npts
◆ process_outside_point