38 typedef dealii::LinearAlgebra::distributed::Vector<Number> VectorType;
50 initialize_dof_vector(VectorType & src)
const = 0;
54 prescribe_initial_conditions(VectorType & src,
double const evaluation_time)
const = 0;
58 calculate_time_step_cfl_global()
const = 0;
62 calculate_time_step_diffusion()
const = 0;
66 evaluate(VectorType & dst, VectorType
const & src, Number
const evaluation_time)
const = 0;
70 get_wall_time_operator_evaluation()
const = 0;