ExaDG
Loading...
Searching...
No Matches
ExaDG::MGCoarseAMG< Operator > Class Template Reference

#include <coarse_grid_solvers.h>

Inheritance diagram for ExaDG::MGCoarseAMG< Operator >:
ExaDG::CoarseGridSolverBase< Operator > dealii::MGCoarseGridBase< dealii::LinearAlgebra::distributed::Vector< Operator::value_type > >

Public Member Functions

 MGCoarseAMG (Operator const &op, bool const initialize, AMGData data=AMGData())
 
void update () final
 
void operator() (unsigned int const, VectorType &dst, VectorType const &src) const final
 

Detailed Description

template<typename Operator>
class ExaDG::MGCoarseAMG< Operator >

The aim of this class is to translate PreconditionerAMG to a coarse-grid solver with the function operator()().

Member Function Documentation

◆ update()

template<typename Operator>
void ExaDG::MGCoarseAMG< Operator >::update ( )
inlinefinalvirtual

The documentation for this class was generated from the following file: