|
ExaDG
|
Public Types | |
| typedef dealii::LinearAlgebra::distributed::Vector< Number > | VectorType |
Public Member Functions | |
| OperatorExplRK (std::shared_ptr< ConvDiff::Interface::Operator< Number > > operator_in, bool const numerical_velocity_field_in) | |
| void | set_velocities_and_times (std::vector< VectorType const * > const &velocities_in, std::vector< double > const ×_in) |
| void | evaluate (VectorType &dst, VectorType const &src, double const evaluation_time) const |
| void | initialize_dof_vector (VectorType &src) const |
| void | initialize_dof_vector_velocity (VectorType &src) const |