12 #ifndef SettingsPLS_H__
14 #define SettingsPLS_H__
16 #include "constants.hpp"
17 #include <deal.II/base/types.h>
19 using namespace dealii;
34 const unsigned int nr_threads_max = 0;
39 const double ep_0 = permittivity_fs;
50 const types::boundary_id bid_dirichlet = 1;
56 const types::boundary_id bid_robin = 2;
62 const double eps = 1e-12;
68 const bool print_time_tables =
false;
78 const bool project_exact_solution =
false;
87 const bool log_cg_convergence =
false;
Lists physical constants.
Global settings for the Method of manufactured solutions (mms/) numerical experiment.
Global settings for the Planes of symmetry (pls/) numerical experiment.