Ginkgo  Generated from pipelines/1478841010 branch based on develop. Ginkgo version 1.9.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...
 

Typedefs

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

Detailed Description

The multigrid components namespace.