|
Alamo
|
Namespaces | |
| namespace | Hash |
| namespace | MPI |
| namespace | String |
| namespace | Test |
Data Structures | |
| class | BMP |
| class | PNG |
Functions | |
| 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 &, const int nghost=2) |
| AMREX_FORCE_INLINE void | RealFillBoundary (amrex::MultiFab &a_mf, const amrex::Geometry &, const int nghost=2) |
| template<class... Ts> | |
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | IgnoreUnused (const Ts &...) |
Variables | |
| std::string | filename = "" |
| std::string | globalprefix = "" |
| std::pair< std::string, std::string > | file_overwrite |
| bool | initialized = false |
| bool | finalized = false |
| void Util::Abort | ( | std::string | file, |
| std::string | func, | ||
| int | line, | ||
| Args const &... | args | ||
| ) |
| AMREX_FORCE_INLINE void Util::Assert | ( | std::string | file, |
| std::string | func, | ||
| int | line, | ||
| std::string | smt, | ||
| bool | pass, | ||
| Args const &... | args | ||
| ) |
| AMREX_FORCE_INLINE void Util::AssertException | ( | std::string | file, |
| std::string | func, | ||
| int | line, | ||
| std::string | smt, | ||
| bool | pass, | ||
| Args const &... | args | ||
| ) |
| void Util::AverageCellcenterToNode | ( | amrex::MultiFab & | node_mf, |
| const int & | dcomp, | ||
| const amrex::MultiFab & | cell_mf, | ||
| const int & | scomp, | ||
| const int & | ncomp | ||
| ) |
| void Util::CopyFileToOutputDir | ( | std::string | a_path, |
| bool | fullpath, | ||
| std::string | prefix | ||
| ) |
| std::pair< std::string, std::string > Util::CreateCleanDirectory | ( | const std::string & | path, |
| bool | callbarrier | ||
| ) |
| void Util::DebugMessage | ( | std::string | , |
| std::string | , | ||
| int | , | ||
| Args const & | ... | ||
| ) |
| void Util::Exception | ( | std::string | file, |
| std::string | func, | ||
| int | line, | ||
| Args const &... | args | ||
| ) |
| Set::Scalar Util::Gaussian | ( | amrex::Real | mean, |
| amrex::Real | std_deviation | ||
| ) |
| std::pair< std::string, std::string > Util::GetOverwrittenFile | ( | ) |
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void Util::IgnoreUnused | ( | const Ts & | ... | ) |
| void Util::Message | ( | std::string | file, |
| std::string | func, | ||
| int | line, | ||
| Args const &... | args | ||
| ) |
| void Util::ParallelAbort | ( | std::string | file, |
| std::string | func, | ||
| int | line, | ||
| Args const &... | args | ||
| ) |
| void Util::ParallelMessage | ( | std::string | file, |
| std::string | func, | ||
| int | line, | ||
| Args const &... | args | ||
| ) |
| void Util::ParmParseException | ( | std::string | file, |
| std::string | func, | ||
| int | line, | ||
| std::string | fullname, | ||
| Args const &... | args | ||
| ) |
| Set::Scalar Util::Random | ( | ) |
| AMREX_FORCE_INLINE void Util::RealFillBoundary | ( | amrex::FabArray< amrex::BaseFab< T > > & | a_mf, |
| const amrex::Geometry & | , | ||
| const int | nghost = 2 |
||
| ) |
| AMREX_FORCE_INLINE void Util::RealFillBoundary | ( | amrex::MultiFab & | a_mf, |
| const amrex::Geometry & | , | ||
| const int | nghost = 2 |
||
| ) |
| void Util::Warning | ( | std::string | file, |
| std::string | func, | ||
| int | line, | ||
| Args const &... | args | ||
| ) |
String::Wrap(messagestream.str(),150);