20 #ifndef LIBMESH_RB_TEMPORAL_DISCRETIZATION_H 21 #define LIBMESH_RB_TEMPORAL_DISCRETIZATION_H 78 void set_control(
const std::vector<Real> & control);
127 #endif // LIBMESH_RB_TEMPORAL_DISCRETIZATION_H std::vector< Real > _control
void set_delta_t(const Real delta_t_in)
void process_temporal_parameters_file(const std::string ¶meters_filename)
unsigned int _current_time_step
Real get_euler_theta() const
void set_time_step(const unsigned int k)
void pull_temporal_discretization_data(RBTemporalDiscretization &other)
unsigned int get_time_step() const
RBTemporalDiscretization()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
void set_euler_theta(const Real euler_theta_in)
unsigned int get_n_time_steps() const
Encapsulates the details of the generalized Euler discretization.
void set_n_time_steps(const unsigned int K)
unsigned int _n_time_steps
Real get_control(const unsigned int k) const
void set_control(const std::vector< Real > &control)