Go to the source code of this file.
Classes | |
| class | oomph::OomphLibQuietException |
| //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More... | |
| class | oomph::OomphLibException |
| //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More... | |
| class | oomph::OomphLibError |
| An OomphLibError object which should be thrown when an run-time error is encountered. The error stream and stream width can be specified. The default is cerr with a width of 70 characters. More... | |
| class | oomph::OomphLibWarning |
| An OomphLibWarning object which should be created as a temporary object to issue a warning. The warning stream and stream width can be specified. The default is cerr with a width of 70 characters. More... | |
| class | oomph::Nullstream |
| ///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// More... | |
| class | oomph::OutputModifier |
| ///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// More... | |
| class | oomph::OomphInfo |
| ///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// More... | |
Namespaces | |
| oomph | |
| //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// | |
| oomph::Global_timings | |
| //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// | |
| oomph::TerminateHelper | |
| ////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////// | |
| oomph::Global_output_stream | |
| ///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// | |
| oomph::Global_unsigned | |
| ///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// | |
| oomph::Global_string_for_annotation | |
| ///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// | |
Functions | |
| void | oomph::TerminateHelper::setup () |
| Setup terminate helper. More... | |
| void | oomph::TerminateHelper::suppress_exception_error_messages () |
| Flush string stream of error messages (call when error has been caught) More... | |
| void | oomph::TerminateHelper::spawn_errors_from_uncaught_errors () |
| Function to spawn messages from uncaught errors. More... | |
| void | oomph::TerminateHelper::clean_up_memory () |
| Clean up function that deletes anything dynamically allocated in this namespace. More... | |
| std::string | oomph::Global_string_for_annotation::string (const unsigned &i) |
| Return the i-th string or "" if the relevant string hasn't been defined. More... | |