|
| std::string | Util::GetFileName () |
| |
| void | Util::CopyFileToOutputDir (std::string a_path, bool fullpath, std::string prefix) |
| |
| std::pair< std::string, std::string > | Util::GetOverwrittenFile () |
| |
| void | Util::SignalHandler (int s) |
| |
| void | Util::Initialize (int argc, char *argv[]) |
| |
| void | Util::Initialize () |
| |
| void | Util::Finalize () |
| |
| void | Util::Terminate (const char *, int signal, bool) |
| |
| void | Util::Abort (const char *msg) |
| |
| template<typename... Args> |
| AMREX_FORCE_INLINE void | Util::Assert (std::string file, std::string func, int line, std::string smt, bool pass, Args const &... args) |
| |
| template<typename... Args> |
| void | Util::Abort (std::string file, std::string func, int line, Args const &... args) |
| |
| template<typename... Args> |
| void | Util::ParallelAbort (std::string file, std::string func, int line, Args const &... args) |
| |
| template<typename... Args> |
| void | Util::Message (std::string file, std::string func, int line, Args const &... args) |
| |
| template<typename... Args> |
| void | Util::DebugMessage (std::string, std::string, int, Args const &...) |
| |
| template<typename... Args> |
| void | Util::ParallelMessage (std::string file, std::string func, int line, Args const &... args) |
| |
| template<typename... Args> |
| void | Util::Warning (std::string file, std::string func, int line, Args const &... args) |
| |
| template<typename... Args> |
| void | Util::Exception (std::string file, std::string func, int line, Args const &... args) |
| |
| template<typename... Args> |
| AMREX_FORCE_INLINE void | Util::AssertException (std::string file, std::string func, int line, std::string smt, bool pass, Args const &... args) |
| |
| template<typename... Args> |
| void | Util::ParmParseException (std::string file, std::string func, int line, std::string fullname, Args const &... args) |
| |
| std::pair< std::string, std::string > | Util::CreateCleanDirectory (const std::string &path, bool callbarrier) |
| |
| int | Util::Test::Message (std::string testname) |
| |
| int | Util::Test::Message (std::string testname, int failed) |
| |
| int | Util::Test::SubMessage (std::string testname, int failed) |
| |
| int | Util::Test::SubFinalMessage (int failed) |
| |
| template<class T > |
| AMREX_FORCE_INLINE void | Util::RealFillBoundary (amrex::FabArray< amrex::BaseFab< T > > &a_mf, const amrex::Geometry &) |
| |
| AMREX_FORCE_INLINE void | Util::RealFillBoundary (amrex::MultiFab &a_mf, const amrex::Geometry &) |
| |
| void | Util::AverageCellcenterToNode (amrex::MultiFab &node_mf, const int &dcomp, const amrex::MultiFab &cell_mf, const int &scomp, const int &ncomp) |
| |
| template<class... Ts> |
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | Util::IgnoreUnused (const Ts &...) |
| |