|
subroutine, public | tp_core_nlm_mod::fv_tp_2d (q, crx, cry, npx, npy, hord, fx, fy, xfx, yfx, gridstruct, bd, ra_x, ra_y, mfx, mfy, mass, nord, damp_c) |
|
subroutine, public | tp_core_nlm_mod::copy_corners (q, npx, npy, dir, nested, bd, sw_corner, se_corner, nw_corner, ne_corner) |
|
subroutine | tp_core_nlm_mod::xppm (flux, q, c, iord, is, ie, isd, ied, jfirst, jlast, jsd, jed, npx, npy, dxa, nested, grid_type) |
|
subroutine | tp_core_nlm_mod::yppm (flux, q, c, jord, ifirst, ilast, isd, ied, js, je, jsd, jed, npx, npy, dya, nested, grid_type) |
|
subroutine | tp_core_nlm_mod::mp_ghost_ew (im, jm, km, nq, ifirst, ilast, jfirst, jlast, kfirst, klast, ng_w, ng_e, ng_s, ng_n, q_ghst, q) |
|
subroutine, public | tp_core_nlm_mod::pert_ppm (im, a0, al, ar, iv) |
|
subroutine | tp_core_nlm_mod::deln_flux (nord, is, ie, js, je, npx, npy, damp, q, fx, fy, gridstruct, bd, mass) |
|
|
real, parameter | tp_core_nlm_mod::ppm_fac = 1.5 |
|
real, parameter | tp_core_nlm_mod::r3 = 1./3. |
|
real, parameter | tp_core_nlm_mod::near_zero = 1.E-25 |
|
real, parameter | tp_core_nlm_mod::ppm_limiter = 2.0 |
|
real, parameter | tp_core_nlm_mod::b1 = 1./30. |
|
real, parameter | tp_core_nlm_mod::b2 = -13./60. |
|
real, parameter | tp_core_nlm_mod::b3 = -13./60. |
|
real, parameter | tp_core_nlm_mod::b4 = 0.45 |
|
real, parameter | tp_core_nlm_mod::b5 = -0.05 |
|
real, parameter | tp_core_nlm_mod::t11 = 27./28. |
|
real, parameter | tp_core_nlm_mod::t12 = -13./28. |
|
real, parameter | tp_core_nlm_mod::t13 =3./7. |
|
real, parameter | tp_core_nlm_mod::s11 = 11./14. |
|
real, parameter | tp_core_nlm_mod::s14 = 4./7. |
|
real, parameter | tp_core_nlm_mod::s15 =3./14. |
|
real, parameter | tp_core_nlm_mod::c1 = -2./14. |
|
real, parameter | tp_core_nlm_mod::c2 = 11./14. |
|
real, parameter | tp_core_nlm_mod::c3 = 5./14. |
|
real, parameter | tp_core_nlm_mod::p1 = 7./12. |
|
real, parameter | tp_core_nlm_mod::p2 = -1./12. |
|