#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Go to the source code of this file.
|
type(sll_t_charac_2d_verlet) function, pointer, public | sll_f_new_verlet_2d_charac (Npts1, Npts2, A1_interp_x1x2, A2_interp_x1x2, A1_interp_x1, A2_interp_x1, bc_type_1, bc_type_2, eta1_min, eta1_max, eta2_min, eta2_max, process_outside_point1, process_outside_point2, x1_maxiter, x2_maxiter, x1_tol, x2_tol) |
|
subroutine | initialize_verlet_2d_charac (charac, Npts1, Npts2, A1_interp_x1x2, A2_interp_x1x2, A1_interp_x1, A2_interp_x1, bc_type_1, bc_type_2, eta1_min, eta1_max, eta2_min, eta2_max, process_outside_point1, process_outside_point2, x1_maxiter, x2_maxiter, x1_tol, x2_tol) |
|
subroutine | compute_verlet_2d_charac (charac, A1, A2, dt, input1, input2, output1, output2) |
|