Go to the source code of this file.
Namespaces | |
namespace | oomph |
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |
Enumerations | |
enum | oomph::TestStatus { oomph::Passed = 0 , oomph::Failed = 1 } |
enum class | oomph::Type { oomph::Number , oomph::String } |
Functions | |
bool | oomph::ends_with (std::string const &value, std::string const &ending) |
std::string | oomph::modify_string_inplace (std::string &text, const std::string &symbol, const unsigned &number) |
std::vector< std::string > | oomph::split_string (const std::string &text) |
std::string | oomph::lower (const std::string &text) |
Type | oomph::get_type (const std::string &text) |
std::vector< std::string > | oomph::gzip_load (const std::string &filename) |
std::vector< std::string > | oomph::load_file (const std::string &filename) |
int | oomph::fpdiff (const std::string &filename1, const std::string &filename2, std::ostream &outstream, const double &relative_error, const double &small) |
int | oomph::fpdiff (const std::string &filename1, const std::string &filename2, const std::string &log_file, const double &relative_error, const double &small) |