dune-istl  3.0-git
Public Types | Static Public Member Functions | List of all members
Dune::Amg::PropertiesGraphCreator< M, SolverCategory::overlapping > Struct Template Reference

#include <dune/istl/paamg/graphcreator.hh>

Public Types

typedef M::matrix_type Matrix
 
typedef Dune::Amg::MatrixGraph< const MatrixMatrixGraph
 
typedef Dune::Amg::SubGraph< MatrixGraph, std::vector< bool > > SubGraph
 
typedef Dune::Amg::PropertiesGraph< SubGraph, VertexProperties, EdgeProperties, IdentityMap, typename SubGraph::EdgeIndexMapPropertiesGraph
 
typedef Dune::tuple< MatrixGraph *, PropertiesGraph *, SubGraph * > GraphTuple
 

Static Public Member Functions

template<class OF , class T , class PI >
static GraphTuple create (const M &matrix, T &excluded, PI &pinfo, const OF &of)
 
static void free (GraphTuple &graphs)
 

Member Typedef Documentation

◆ GraphTuple

◆ Matrix

template<class M >
typedef M::matrix_type Dune::Amg::PropertiesGraphCreator< M, SolverCategory::overlapping >::Matrix

◆ MatrixGraph

◆ PropertiesGraph

◆ SubGraph

Member Function Documentation

◆ create()

template<class M >
template<class OF , class T , class PI >
static GraphTuple Dune::Amg::PropertiesGraphCreator< M, SolverCategory::overlapping >::create ( const M &  matrix,
T &  excluded,
PI &  pinfo,
const OF &  of 
)
inlinestatic

◆ free()

template<class M >
static void Dune::Amg::PropertiesGraphCreator< M, SolverCategory::overlapping >::free ( GraphTuple graphs)
inlinestatic

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