Container for 2D boundary condition data: . x1-derivatives at x1_min and x1_max, for all values of x2; . x2-derivatives at x2_min and x2_max, for all values of x1; . mixed derivatives at the four corners a,b,c,d.
More...
|
real(wp), dimension(:, :), allocatable | derivs_x1_min |
|
real(wp), dimension(:, :), allocatable | derivs_x1_max |
|
real(wp), dimension(:, :), allocatable | derivs_x2_min |
|
real(wp), dimension(:, :), allocatable | derivs_x2_max |
|
real(wp), dimension(:, :), allocatable | mixed_derivs_a |
|
real(wp), dimension(:, :), allocatable | mixed_derivs_b |
|
real(wp), dimension(:, :), allocatable | mixed_derivs_c |
|
real(wp), dimension(:, :), allocatable | mixed_derivs_d |
|
Container for 2D boundary condition data: . x1-derivatives at x1_min and x1_max, for all values of x2; . x2-derivatives at x2_min and x2_max, for all values of x1; . mixed derivatives at the four corners a,b,c,d.
x2_max ____________ | |
x2_min |____________| x1_min x1_max
Definition at line 57 of file sll_m_spline_interpolator_2d.F90.