ryujin 2.1.1 revision 46bf70e400e423a8ffffe8300887eeb35b8dfb2c
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
12namespace ryujin
13{
14 namespace FluxLibrary
15 {
16 using flux_list_type = std::set<std::shared_ptr<Flux>>;
17
25 const std::string &subsection);
26
27 } // namespace FluxLibrary
28} // namespace ryujin
std::set< std::shared_ptr< Flux > > flux_list_type
Definition: flux_library.h:16
void populate_flux_list(flux_list_type &flux_list, const std::string &subsection)