ryujin 2.1.1 revision 336b16a72e829721302c626ec7071b92032b8248
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
10namespace ryujin
11{
12 namespace FluxLibrary
13 {
14 using flux_list_type = std::set<std::shared_ptr<Flux>>;
15
23 const std::string &subsection);
24
25 } // namespace FluxLibrary
26} // namespace ryujin
std::set< std::shared_ptr< Flux > > flux_list_type
Definition: flux_library.h:14
void populate_flux_list(flux_list_type &flux_list, const std::string &subsection)