12 #ifndef ExactSolutions_H__
13 #define ExactSolutions_H__
15 #include "constants.hpp"
16 #include "settings.hpp"
17 #include <deal.II/base/function.h>
18 #include <deal.II/lac/vector.h>
20 using namespace dealii;
29 :
public Function<dim>
35 virtual void vector_value_list(
36 const std::vector<Point<dim>>& r,
37 std::vector<Vector<double>>& values)
const override final;
47 :
public Function<dim>
54 virtual void vector_value_list(
55 const std::vector<Point<dim>>& r,
56 std::vector<Vector<double>>& values)
const override final;
60 virtual double value(
const Point<dim>& r,
61 const unsigned int component = 0)
const override final;
Describes exact solutions, , of the Method of manufactured solutions, vector potential (mms-v/) numer...
Describes exact solutions, , of the Method of manufactured solutions, vector potential (mms-v/) numer...
Global settings for the Method of manufactured solutions, vector potential (mms-v/) numerical experim...