Alamo
|
Namespaces | |
Hash | |
MPI | |
String | |
Test | |
Data Structures | |
class | BMP |
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 | 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 file2, std::string, int line2, 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 &) |
Variables | |
std::string | filename = "" |
std::string | globalprefix = "" |
std::pair< std::string, std::string > | file_overwrite |
void Util::Abort | ( | const char * | msg | ) |
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::Exception | ( | std::string | file, |
std::string | func, | ||
int | line, | ||
Args const &... | args | ||
) |
void Util::Finalize | ( | ) |
Set::Scalar Util::Gaussian | ( | amrex::Real | mean, |
amrex::Real | std_deviation | ||
) |
std::string Util::GetFileName | ( | ) |
std::pair< std::string, std::string > Util::GetOverwrittenFile | ( | ) |
void Util::Initialize | ( | int | argc, |
char * | argv[] | ||
) |
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 | file2, | ||
std::string | , | ||
int | line2, | ||
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 & | |||
) |
AMREX_FORCE_INLINE void Util::RealFillBoundary | ( | amrex::MultiFab & | a_mf, |
const amrex::Geometry & | |||
) |
void Util::SignalHandler | ( | int | s | ) |
void Util::Terminate | ( | const char * | , |
int | signal, | ||
bool | |||
) |
void Util::Warning | ( | std::string | file, |
std::string | func, | ||
int | line, | ||
Args const &... | args | ||
) |
String::Wrap(messagestream.str(),150);
Definition at line 178 of file Util.H.