12 #ifndef ExactSolutionRHOAXI_H__
13 #define ExactSolutionRHOAXI_H__
15 #include "constants.hpp"
16 #include "settings.hpp"
17 #include <deal.II/base/function.h>
19 using namespace dealii;
26 template<
bool is_cylinder>
34 virtual double value(
const Point<2>& p,
35 const unsigned int component = 0)
const override final;
37 virtual Tensor<1, 2> gradient(
39 const unsigned int component = 0)
const override final;
Describes exact solutions, , of the Axisymmetric - volume charge (rho-axi/) numerical experiment.
Global settings for the Axisymmetric - volume charge (rho-axi/) numerical experiment.