12 #ifndef SettingsSSOLIIAXI_H__
13 #define SettingsSSOLIIAXI_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 mu_0 = permeability_fs;
45 const double K_0 = 1.0;
50 const double d1 = 0.1;
56 const double rd1 = sqrt(2) * d1;
81 const types::material_id mid_1 = 1;
87 const types::material_id mid_2 = 2;
94 const types::boundary_id bid_infty = 4;
101 const types::boundary_id bid_axi = 1;
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 Method of manufactured solutions (mms/) numerical experiment.
Global settings for the Axisymmetric - thick spherical coil (ssol-ii-axi) numerical experiment.