12 #include "exact_solution.hpp"
14 #pragma GCC diagnostic push
15 #pragma GCC diagnostic ignored "-Wunused-parameter"
17 using namespace dealii;
23 const unsigned int component)
const
26 return (log(b) - log(sqrt(r.square()))) / (log(b) - log(a));
35 const unsigned int component)
const
38 return -1.0 / (log(b) - log(a)) * r / r.square();
47 const unsigned int component)
const
50 return (a * b / (b - a)) * (1 / sqrt(r.square()) - 1 / b);
59 const unsigned int component)
const
62 return -a * b / (b - a) * r / pow(sqrt(r.square()), 3);
68 #pragma GCC diagnostic pop
Describes exact solution, , of the Surface charge (sch/) numerical experiment.