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