18 #ifndef __deal2__theta_timestepping_h 19 #define __deal2__theta_timestepping_h 21 #include <deal.II/base/smartpointer.h> 22 #include <deal.II/algorithms/operator.h> 23 #include <deal.II/algorithms/timestep_control.h> 172 template <
class VECTOR>
197 virtual void notify(
const Event &);
214 const double ¤t_time()
const;
218 const double &step_size()
const;
223 const double &theta()
const;
341 template <
class VECTOR>
350 template <
class VECTOR>
358 template <
class VECTOR>
366 DEAL_II_NAMESPACE_CLOSE
void set_output(OutputOperator< VECTOR > &output)
double time
The current time.
SmartPointer< Operator< VECTOR >, ThetaTimestepping< VECTOR > > op_implicit
SmartPointer< OutputOperator< VECTOR >, ThetaTimestepping< VECTOR > > output
double step
The current step size times something.
const TimestepData & explicit_data() const
const TimestepData & implicit_data() const
SmartPointer< Operator< VECTOR >, ThetaTimestepping< VECTOR > > op_explicit