#include "sll_memory.h"
#include "sll_working_precision.h"
Go to the source code of this file.
|
class(sll_t_const_coef_advection_2d) function, pointer, public | sll_f_new_const_coef_advection_2d (data, n1, n2, a1, a2, interp1, interp2, split_case, split_step, nb_split_step, split_begin_T, dt) |
|
subroutine | initialize_const_coef_advection_2d (this, data, n1, n2, a1, a2, interp1, interp2, split_case, split_step, nb_split_step, split_begin_T, dt) |
| Initialise sll_t_const_coef_advection_2d object. More...
|
|
subroutine | adv1 (this, dt) |
| Constant coefficient advection operator in first direction. More...
|
|
subroutine | adv2 (this, dt) |
| Constant coefficient advection operator in second direction. More...
|
|