|
ExaDG
|
Public Member Functions | |
| unsigned int | get_n_iter_global_last () const |
| void | initialize (dealii::MatrixFree< dim, Number > const &matrix_free_in, InverseMassOperatorData< Number > const inverse_mass_operator_data, dealii::AffineConstraints< Number > const *constraints=nullptr) |
| void | update () |
| void | apply (VectorType &dst, VectorType const &src) const |
| void | apply_scale (VectorType &dst, double const scaling_factor, VectorType const &src) const |
| void ExaDG::InverseMassOperator< dim, n_components, Number >::update | ( | ) |
Updates the inverse mass operator. This function recomputes the preconditioners in case the geometry has changed (e.g. the mesh has been deformed).