|
ExaDG
|
Classes | |
| struct | AdditionalData |
Public Member Functions | |
| JacobiSmoother (JacobiSmoother const &)=delete | |
| JacobiSmoother & | operator= (JacobiSmoother const &)=delete |
| void | setup (Operator const &operator_in, bool const initialize_preconditioner, AdditionalData const &additional_data_in) |
| void | update () final |
| void | vmult (VectorType &dst, VectorType const &src) const final |
| void | step (VectorType &dst, VectorType const &src) const final |
|
inlinefinalvirtual |
Implements ExaDG::SmootherBase< VectorType >.
|
inlinefinalvirtual |
Implements ExaDG::SmootherBase< VectorType >.
|
inlinefinalvirtual |
Implements ExaDG::SmootherBase< VectorType >.