Go to the source code of this file.
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | HSEutils::Newton_Raphson_hse (const Real &m_tol, const Real &RdOCp, const Real &dz, const Real &g, const Real &C, const Real &T, const Real &qt, const Real &qv, Real &P, Real &rd, Real &F) |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | HSEutils::init_isentropic_hse (const amrex::Real &r_sfc, const amrex::Real &theta, amrex::Real *r, amrex::Real *p, const amrex::Real &dz, const int klo, const int khi) |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | HSEutils::init_isentropic_hse_terrain (int i, int j, const amrex::Real &r_sfc, const amrex::Real &theta, amrex::Real *r, amrex::Real *p, const amrex::Array4< amrex::Real const > z_cc, const int &klo, const int &khi) |
|