ryujin
2.1.1 revision 0348cbb53a3e4b1da2a4c037e81f88f2d21ce219
source
scalar_conservation
flux_library.h
Go to the documentation of this file.
1
//
2
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3
// Copyright (C) 2023 by the ryujin authors
4
//
5
6
#pragma once
7
8
#include "
flux.h
"
9
10
namespace
ryujin
11
{
12
namespace
FluxLibrary
13
{
14
using
flux_list_type
= std::set<std::shared_ptr<Flux>>;
15
22
void
populate_flux_list
(
flux_list_type
&flux_list,
23
const
std::string &subsection);
24
25
}
// namespace FluxLibrary
26
}
// namespace ryujin
flux.h
ryujin::FluxLibrary::flux_list_type
std::set< std::shared_ptr< Flux > > flux_list_type
Definition:
flux_library.h:14
ryujin::FluxLibrary::populate_flux_list
void populate_flux_list(flux_list_type &flux_list, const std::string &subsection)
ryujin
Definition:
convenience_macros.h:16
Generated by
1.9.4