Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
This is the complete list of members for fub::MultipleOutputs< Grid >, including all inherited members.
AddOutput(std::unique_ptr< T > &&output) | fub::MultipleOutputs< Grid > | inline |
factory_ | fub::MultipleOutputs< Grid > | private |
MultipleOutputs()=default | fub::MultipleOutputs< Grid > | |
MultipleOutputs(OutputFactory< Grid > factory, const ProgramOptions &opts) | fub::MultipleOutputs< Grid > | inline |
NextOutputTime(Duration time_point) override | fub::MultipleOutputs< Grid > | inlinevirtual |
operator()(const Grid &grid) override | fub::MultipleOutputs< Grid > | inlinevirtual |
outputs_ | fub::MultipleOutputs< Grid > | private |
ProgramOptions typedef | fub::MultipleOutputs< Grid > | |
ShallOutputNow(const Grid &grid) override | fub::MultipleOutputs< Grid > | inlinevirtual |
~BasicOutput()=default | fub::BasicOutput< Grid > | virtual |