|
ExaDG
|
Public Types | |
| typedef PreconditionerBase< typenameOperator::value_type >::VectorType | VectorType |
| Public Types inherited from ExaDG::PreconditionerBase< Operator::value_type > | |
| typedef dealii::LinearAlgebra::distributed::Vector< value_type > | VectorType |
Public Member Functions | |
| JacobiPreconditioner (Operator const &underlying_operator_in, bool const initialize) | |
| void | vmult (VectorType &dst, VectorType const &src) const final |
| unsigned int | get_size_of_diagonal () |
| void | update () final |
| Public Member Functions inherited from ExaDG::PreconditionerBase< Operator::value_type > | |
| bool | needs_update () const |
| virtual std::shared_ptr< TimerTree > | get_timings () const |
Additional Inherited Members | |
| Protected Attributes inherited from ExaDG::PreconditionerBase< Operator::value_type > | |
| bool | update_needed |
|
inlinefinalvirtual |
|
inlinefinalvirtual |