|
| template<class T > |
| AMREX_FORCE_INLINE void | Util::Debug::Probe (std::string file, std::string func, int line, amrex::FabArray< amrex::BaseFab< T > > &a_mf, int i, int j, int k, int n) |
| |
| AMREX_FORCE_INLINE int | Util::Debug::Probe (std::string file, std::string func, int line, const amrex::MultiFab &a_mf, int _i, int _j, int, int n, int pad=0) |
| |
| AMREX_FORCE_INLINE void | Util::Debug::Probe (std::string file, std::string func, int line, amrex::iMultiFab &a_mf, int i, int j, int k, int n) |
| |
| void | Util::Debug::Compare (std::string file, std::string func, int line, const amrex::MultiFab &a_mf, std::string desc, amrex::Box domain, int) |
| |
| AMREX_FORCE_INLINE void | Util::Debug::Compare (std::string file, std::string func, int line, const amrex::MultiFab &mf, const amrex::Box domain, int ngrow) |
| |
| AMREX_FORCE_INLINE void | Util::Debug::Compare (std::string file, std::string func, int line, const amrex::MultiFab &mf, int ngrow) |
| |
| AMREX_FORCE_INLINE void | Util::Debug::Compare (std::string file, std::string func, int line, const amrex::MultiFab &mf, std::string desc="") |
| |