ryujin
2.1.1 revision 46bf70e400e423a8ffffe8300887eeb35b8dfb2c
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 <compile_time_options.h>
9
10
#include "
flux.h
"
11
12
namespace
ryujin
13
{
14
namespace
FluxLibrary
15
{
16
using
flux_list_type
= std::set<std::shared_ptr<Flux>>;
17
24
void
populate_flux_list
(
flux_list_type
&flux_list,
25
const
std::string &subsection);
26
27
}
// namespace FluxLibrary
28
}
// namespace ryujin
flux.h
ryujin::FluxLibrary::flux_list_type
std::set< std::shared_ptr< Flux > > flux_list_type
Definition:
flux_library.h:16
ryujin::FluxLibrary::populate_flux_list
void populate_flux_list(flux_list_type &flux_list, const std::string &subsection)
ryujin
Definition:
convenience_macros.h:18
Generated by
1.9.4