Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
Go to the source code of this file.
Classes | |
struct | std::is_error_code_enum<::fub::TimeStepErrc > |
class | fub::TimeStepErrcCategory |
struct | fub::TimeStepTooLarge |
Namespaces | |
fub | |
The fub namespace. | |
Enumerations | |
enum class | fub::TimeStepErrc { fub::success , fub::time_step_too_large } |
Functions | |
const TimeStepErrcCategory & | fub::TimeStepErrc_category () |
std::error_code | fub::make_error_code (TimeStepErrc error) |
std::error_code | fub::make_error_code (const TimeStepTooLarge &) |