17 #ifndef dealii_theta_timestepping_h 18 #define dealii_theta_timestepping_h 288 template <
typename VectorType>
317 notify(
const Event &)
override;
342 current_time()
const;
354 theta(
double new_theta);
363 explicit_data()
const;
372 implicit_data()
const;
440 template <
typename VectorType>
448 template <
typename VectorType>
456 template <
typename VectorType>
463 template <
typename VectorType>
471 template <
typename VectorType>
479 template <
typename VectorType>
483 const double tmp = vtheta;
489 template <
typename VectorType>
493 return control.now();
double current_time() const
TimestepControl & timestep_control()
const TimestepData & explicit_data() const
double time
The current time.
SmartPointer< OperatorBase, ThetaTimestepping< VectorType > > op_implicit
#define DEAL_II_NAMESPACE_CLOSE
SmartPointer< OutputOperator< VectorType >, ThetaTimestepping< VectorType > > output
void set_output(OutputOperator< VectorType > &output)
double step
The current step size times something.
SmartPointer< OperatorBase, ThetaTimestepping< VectorType > > op_explicit
#define DEAL_II_NAMESPACE_OPEN
const TimestepData & implicit_data() const