15 #include <deal.II/base/exceptions.h>
37 3.141592653589793238462643383279502884197169399375105820974944592307816406286;
42 const double c = 299792458.0;
66 Assert(indx < 4, dealii::ExcInternalError());
72 Assert(indx < 4, dealii::ExcInternalError());
79 unsigned int sim()
const;
88 const unsigned int indx;
89 const std::vector<unsigned int> Table2DSimulation = { 2, 3, 4, 5 };
90 const std::vector<unsigned int> Table3DSimulation = { 2, 3, 4, 5 };
91 const std::vector<unsigned int> Table2DErrorNorm = { 4, 5, 6, 7 };
92 const std::vector<unsigned int> Table3DErrorNorm = { 4, 5, 6, 7 };
106 Assert(indx < 3, dealii::ExcInternalError());
112 Assert(indx < 3, dealii::ExcInternalError());
128 const unsigned int indx;
129 const std::vector<unsigned int> Table2DSimulation = { 2, 3, 4, 5 };
130 const std::vector<unsigned int> Table3DSimulation = { 2, 3, 4, 5 };
131 const std::vector<unsigned int> Table2DErrorNorm = { 4, 5, 6, 7 };
132 const std::vector<unsigned int> Table3DErrorNorm = { 4, 5, 6, 7 };
Lists physical constants.
const double pi
The ratio between the circumference and the diameter of any circle, .
const double permittivity_fs
The permittivity of the free space, .
const double c
The speed of light in free space, .
const double permeability_fs
The permeability of the free space, .
The tables that contain the amount of quadrature points used in the scalar problems.
unsigned int sim() const
Returns the amount of quadrature points used when assembling system if linear equations.
unsigned int enorm() const
Returns the amount of quadrature points used when calculating the error norms.
The tables that contain the amount of quadrature points used in vector problems.
unsigned int enorm() const
Returns the amount of quadrature points used when calculating the error norms.
unsigned int sim() const
Returns the amount of quadrature points used when assembling system if linear equations.