12 #include "exact_solution.hpp"
15 #pragma GCC diagnostic push
16 #pragma GCC diagnostic ignored "-Wunused-parameter"
18 using namespace dealii;
24 const unsigned int component)
const
31 return (log(b) - log(sqrt(r.square()))) / (log(b) - log(a));
40 const unsigned int component)
const
47 return -1.0 / (log(b) - log(a)) * r / r.square();
56 const unsigned int component)
const
63 return (a * b / (b - a)) * (1 / sqrt(r.square()) - 1 / b);
72 const unsigned int component)
const
79 return -a * b / (b - a) * r / pow(sqrt(r.square()), 3);
85 #pragma GCC diagnostic pop
Describes exact solution, , of the Axisymmetric - surface charge (sch-axi/) numerical experiment.