dune-istl  3.0-git
Public Types | Static Public Member Functions | List of all members
Dune::Amg::PropertiesGraphCreator< M, SolverCategory::sequential > 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::PropertiesGraph< MatrixGraph, VertexProperties, EdgeProperties, IdentityMap, IdentityMap > PropertiesGraph
 
typedef Dune::tuple< MatrixGraph *, PropertiesGraph * > GraphTuple
 

Static Public Member Functions

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

Member Typedef Documentation

◆ GraphTuple

◆ Matrix

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

◆ MatrixGraph

◆ PropertiesGraph

Member Function Documentation

◆ create()

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

◆ free()

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

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