12 #ifndef SettingsSSOLIAXI_H__
13 #define SettingsSSOLIAXI_H__
15 #include "constants.hpp"
16 #include <deal.II/base/types.h>
18 using namespace dealii;
20 enum BoundaryConditionType
40 const unsigned int nr_threads_max = 0;
45 const double mu_0 = permeability_fs;
51 const double K_0 = 1.0;
62 const double rd = sqrt(2) * d;
79 const types::boundary_id bid_infty = 3;
86 const types::boundary_id bid_axi = 1;
91 const BoundaryConditionType type_of_bc = Exact;
97 const double eps = 1e-12;
103 const bool print_time_tables =
false;
113 const bool project_exact_solution =
false;
122 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 - thin spherical coil (ssol-i-axi) numerical experiment.