|
real(kind=f64) function, public | sll_f_lagrange_interpolate (x, degree, xi, yi) |
|
subroutine, public | sll_s_compact_derivative_weight (w, r, s) |
|
subroutine, public | sll_s_compute_stencil_plus (p, r, s) |
|
subroutine | compute_stencil_minus (p, r, s) |
|
subroutine | weight_product1d_per (fin, fout, N, w, r, s) |
|
subroutine | weight_product1d_nat (fin, fout, N, w, r, s) |
|
subroutine | weight_product1d (fin, fout, N, w, r, s, bc_type) |
|
subroutine | weight_product2d_x1 (fin, fout, N, w, r, s, bc_type) |
|
subroutine | weight_product2d_x2 (fin, fout, N, w, r, s, bc_type) |
|
subroutine | compute_size_hermite1d (N, p, N_size, dim_size) |
|
real(kind=f64) function, dimension(:, :), pointer | initialize_interpolants_hermite1d (N, p) |
|
real(kind=f64) function, dimension(:, :, :, :), pointer | initialize_interpolants_hermite2d (N, p) |
|
subroutine | compute_interpolants_hermite1d (fin, coef, N, p, bc_type) |
|
subroutine | compute_interpolants_hermite2d (fin, coef, N, p, bc_type) |
|