|
ExaDG
|
Public Member Functions | |
| void | initialize (dealii::MatrixFree< dim, Number > const &matrix_free, ContinuityPenaltyData< dim > const &data, std::shared_ptr< Kernel > const kernel) |
| void | update (VectorType const &velocity) |
| void | apply (VectorType &dst, VectorType const &src) const |
| void | apply_add (VectorType &dst, VectorType const &src) const |
| void | rhs (VectorType &dst, Number const evaluation_time) const |
| void | rhs_add (VectorType &dst, Number const evaluation_time) const |
| void | evaluate (VectorType &dst, VectorType const &src, Number const evaluation_time) const |
| void | evaluate_add (VectorType &dst, VectorType const &src, Number const evaluation_time) const |