ryujin 2.1.1 revision ee5cbcbf2346c1299c942d0e1f13b46449973c18
Loading...
Searching...
No Matches
electrostatic_configuration_library.h
Go to the documentation of this file.
1//
2// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3// Copyright (C) 2026 by the ryujin authors
4//
5
6#pragma once
7
8#include <compile_time_options.h>
9
11
12namespace ryujin
13{
14 namespace ElectrostaticConfigurationLibrary
15 {
16 template <int dim, typename Number>
18 std::set<std::shared_ptr<ElectrostaticConfiguration<dim, Number>>>;
19
26 template <int dim, typename Number>
29 const std::string &subsection);
30
31 } // namespace ElectrostaticConfigurationLibrary
32} // namespace ryujin
void populate_electrostatic_configuration_list(electrostatic_configuration_list_type< dim, Number > &list, const std::string &subsection)
std::set< std::shared_ptr< ElectrostaticConfiguration< dim, Number > > > electrostatic_configuration_list_type