|
ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|

Go to the source code of this file.
Functions | |
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | SolveTridiag (int i, int j, int klo, int khi, const amrex::Array4< amrex::Real > &soln_a, const amrex::Array4< const amrex::Real > &coeffA_a, const amrex::Array4< amrex::Real > &coeffB_a, const amrex::Array4< amrex::Real > &inv_coeffB_a, const amrex::Array4< const amrex::Real > &coeffC_a, const amrex::Array4< const amrex::Real > &RHS_a) |
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void SolveTridiag | ( | int | i, |
| int | j, | ||
| int | klo, | ||
| int | khi, | ||
| const amrex::Array4< amrex::Real > & | soln_a, | ||
| const amrex::Array4< const amrex::Real > & | coeffA_a, | ||
| const amrex::Array4< amrex::Real > & | coeffB_a, | ||
| const amrex::Array4< amrex::Real > & | inv_coeffB_a, | ||
| const amrex::Array4< const amrex::Real > & | coeffC_a, | ||
| const amrex::Array4< const amrex::Real > & | RHS_a | ||
| ) |
Referenced by ImplicitDiffForMom_N(), ImplicitDiffForMom_S(), ImplicitDiffForMom_T(), ImplicitDiffForState_N(), ImplicitDiffForState_S(), and ImplicitDiffForState_T().
