12 #ifndef SettingsINT_H__
13 #define SettingsINT_H__
15 #include "constants.hpp"
16 #include <deal.II/base/types.h>
18 using namespace dealii;
33 const unsigned int nr_threads_max = 0;
38 const double ep_0 = permittivity_fs;
58 const types::boundary_id bid_in = 1;
63 const types::boundary_id bid_out = 3;
68 const types::material_id mid_1 = 1;
73 const types::material_id mid_2 = 2;
78 double ep_1 = 32.0 * ep_0;
83 double ep_2 = 4.0 * ep_0;
89 const double eps = 1e-12;
95 const bool print_time_tables =
false;
105 const bool project_exact_solution =
false;
114 const bool log_cg_convergence =
false;
Lists physical constants.
Global settings for the Interface between dielectrics (int/) numerical experiment.
Global settings for the Method of manufactured solutions (mms/) numerical experiment.