12 #ifndef SettingsABC_H__
13 #define SettingsABC_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;
51 const double x0 = 0.1;
57 const double R = 0.05;
63 const double R_mid = 1.5 * (R + x0);
69 const types::boundary_id bid_left = 3;
75 const types::boundary_id bid_right = 1;
81 const types::boundary_id bid_in = 1;
87 const types::manifold_id mfid_left = 3;
93 const types::manifold_id mfid_right = 1;
99 const types::manifold_id mfid_infty = 2;
107 const types::boundary_id bid_infty = 0;
112 const types::boundary_id bid_infty = 5;
117 const types::boundary_id bid_infty = 2;
124 const double eps = 1e-12;
130 const bool print_time_tables =
false;
140 const bool project_exact_solution =
false;
149 const bool log_cg_convergence =
false;
Lists physical constants.
Global settings for the Asymptotic boundary conditions (abc/) numerical experiment.
Global settings for the Method of manufactured solutions (mms/) numerical experiment.