|
ExaDG
|
Public Member Functions | |
| void | initialize (dealii::MatrixFree< dim, Number > const &matrix_free, DivergenceOperatorData< dim > const &data) |
| DivergenceOperatorData< dim > const & | get_operator_data () const |
| 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_bc_from_dof_vector (VectorType &dst, VectorType const &src) 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 |