12 #ifndef SettingsSCHAXI_H__
13 #define SettingsSCHAXI_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 rd = sqrt(2) * d;
70 const double kappa_f = ep_0 / (a * std::log(b / a));
74 const double kappa_f = ep_0 * b / (a * (b - a));
80 const types::boundary_id bid = 1;
86 const double eps = 1e-12;
92 const bool print_time_tables =
false;
102 const bool project_exact_solution =
false;
111 const bool log_cg_convergence =
false;
Lists physical constants.
Global settings for the Method of manufactured solutions (mms/) numerical experiment.
Global settings for the Axisymmetric - surface charge (sch-axi/) numerical experiment.