12 #ifndef SettingsFLCAXI_H__
13 #define SettingsFLCAXI_H__
15 #include "constants.hpp"
16 #include <deal.II/base/types.h>
18 using namespace dealii;
34 const unsigned int nr_threads_max = 0;
39 const double ep_0 = permittivity_fs;
64 const types::boundary_id bid_in = 1;
69 const types::boundary_id bid_out = 3;
74 const types::material_id mid_1 = 1;
79 const types::material_id mid_2 = 2;
85 const types::material_id mid_3 = 3;
90 const double ep_1 = 32.0 * ep_0;
95 const double ep_2 = 4.0 * ep_0;
101 const double ep_3 = 1e9 * ep_0;
107 const double eps = 1e-12;
113 const bool print_time_tables =
false;
123 const bool project_exact_solution =
false;
132 const bool log_cg_convergence =
false;
Lists physical constants.
Global settings for the Axisymmetric - floating conductor (flc-axi/) numerical experiment.
Global settings for the Method of manufactured solutions (mms/) numerical experiment.