ryujin 2.1.1 revision 0348cbb53a3e4b1da2a4c037e81f88f2d21ce219
|
Classes | |
class | Burgers |
class | Flux |
class | Function |
class | KPP |
Typedefs | |
using | flux_list_type = std::set< std::shared_ptr< Flux > > |
Functions | |
void | populate_flux_list (flux_list_type &flux_list, const std::string &subsection) |
using ryujin::FluxLibrary::flux_list_type = typedef std::set<std::shared_ptr<Flux> > |
Definition at line 14 of file flux_library.h.
void ryujin::FluxLibrary::populate_flux_list | ( | flux_list_type & | flux_list, |
const std::string & | subsection | ||
) |
Populate a given container with all fluxes defined in this namespace.
Referenced by ryujin::ScalarConservation::HyperbolicSystem::HyperbolicSystem().