|
ExaDG
|
Public Types | |
| typedef dealii::LinearAlgebra::distributed::Vector< value_type > | VectorType |
Public Member Functions | |
| bool | needs_update () const |
| virtual void | vmult (VectorType &dst, VectorType const &src) const =0 |
| virtual void | update ()=0 |
| virtual std::shared_ptr< TimerTree > | get_timings () const |
Protected Attributes | |
| bool | update_needed |
|
pure virtual |
Implemented in ExaDG::ConvDiff::MultigridPreconditioner< dim, Number >.