|
| double precision, dimension(2) | variables_explicit_weno_fd::coeff_beta = [13d0/12d0,0.25d0] |
| |
| double precision, dimension(5) | variables_explicit_weno_fd::coeff_recon = [2d0/6d0,5d0/6d0,1d0/6d0,7d0/6d0,11d0/6d0] |
| |
| double precision, dimension(3) | variables_explicit_weno_fd::gamma_weno |
| |
| double precision | variables_explicit_weno_fd::epsilon_machine =1d-15 |
| |
| double precision, parameter | variables_explicit_tvd::beta_coef = 2d0 |
| |
| double precision, parameter | variables_explicit_tvd::epsilon_tvd = 1d-15 |
| |
| integer | variables_explicit_tvd::fl_selection = fl_superbee |
| |
| integer | variables_explicit_tvd::local_count_tvd = 0 |
| |
| class(t_linear_solver), allocatable | variables_equation_ibm::ibm_equation_solver |
| |
| type(t_cell_stencil) | variables_equation_ibm::ibm_equation_stencil |
| |
| type(t_ls_map) | variables_equation_ibm::ibm_equation_ls_map |
| |
| logical | variables_equation_ibm::ibm_equation_has_ghost_boundary_cells |
| |