12 #ifndef ExactSolutionCBND_H__
13 #define ExactSolutionCBND_H__
15 #include <deal.II/base/function.h>
16 #include <deal.II/base/point.h>
20 #include "constants.hpp"
21 #include "settings.hpp"
23 using namespace dealii;
32 :
public Function<dim>
38 virtual double value(
const Point<dim>& r,
39 const unsigned int component = 0)
const override final;
41 virtual Tensor<1, dim> gradient(
43 const unsigned int component = 0)
const override final;
Describes exact solution, , of the Effect of curved boundaries (cbnd/) numerical experiment.
Global settings for the Effect of curved boundaries (cbnd/) numerical experiment.