#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Go to the source code of this file.
|
type(sll_t_trapezoid_1d_charac) function, pointer, public | sll_f_new_trapezoid_1d_charac (Npts, A_interp, bc_type, eta_min, eta_max, process_outside_point, maxiter, tol, feet_inside) |
|
subroutine | initialize_trapezoid_1d_charac (charac, Npts, A_interp, bc_type, eta_min, eta_max, process_outside_point, maxiter, tol, feet_inside) |
|
subroutine | compute_trapezoid_1d_charac (charac, A, dt, input, output) |
|