21 #ifndef mia_2d_ground_truth_problem_hh
22 #define mia_2d_ground_truth_problem_hh
65 void set_alpha_beta(
double a,
double b);
70 const std::vector<double>& get_spacial_gradient()
const;
73 const std::vector<double>& get_time_derivative()
const;
78 size_t do_size()
const;
82 double evaluate_slice_gradient(CDoubleVector::const_iterator ii, std::vector<double>::iterator iout);
84 std::vector<double> m_spacial_gradient;
85 std::vector<double> m_time_derivative;