Ginkgo  Generated from pipelines/2603405218 branch based on develop. Ginkgo version 2.0.0
A numerical linear algebra library targeting many-core architectures
Classes | Typedefs
gko::multigrid Namespace Reference

The multigrid components namespace. More...

Classes

class  EnableMultigridLevel
 The EnableMultigridLevel gives the default implementation of MultigridLevel with composition and provides set_multigrid_level function. More...
 
class  FixedCoarsening
 FixedCoarsening is a very simple coarse grid generation algorithm. More...
 
class  MultigridLevel
 This class represents two levels in a multigrid hierarchy. More...
 
class  Pgm
 Parallel graph match (Pgm) is the aggregate method introduced in the paper M. More...
 
class  Rs
 Rs implements the Ruge–Stueben (classical) Algebraic Multigrid (AMG) coarsening strategy for M-matrices. More...
 

Typedefs

template<typename ValueType = default_precision, typename IndexType = int32>
using AmgxPgm = Pgm< ValueType, IndexType >
 

Detailed Description

The multigrid components namespace.