dune-istl
2.8.0
|
#include <dune/istl/paamg/graphcreator.hh>
Public Types | |
typedef M::matrix_type | Matrix |
typedef Dune::Amg::MatrixGraph< const Matrix > | MatrixGraph |
typedef Dune::Amg::SubGraph< MatrixGraph, std::vector< bool > > | SubGraph |
typedef Dune::Amg::PropertiesGraph< SubGraph, VertexProperties, EdgeProperties, IdentityMap, typename SubGraph::EdgeIndexMap > | PropertiesGraph |
typedef std::tuple< MatrixGraph *, PropertiesGraph *, SubGraph * > | GraphTuple |
Static Public Member Functions | |
template<class OF , class T > | |
static GraphTuple | create (const M &matrix, T &excluded, PI &pinfo, const OF &of) |
static void | free (GraphTuple &graphs) |
typedef std::tuple<MatrixGraph*,PropertiesGraph*,SubGraph*> Dune::Amg::PropertiesGraphCreator< M, PI >::GraphTuple |
typedef M::matrix_type Dune::Amg::PropertiesGraphCreator< M, PI >::Matrix |
typedef Dune::Amg::MatrixGraph<const Matrix> Dune::Amg::PropertiesGraphCreator< M, PI >::MatrixGraph |
typedef Dune::Amg::PropertiesGraph<SubGraph, VertexProperties, EdgeProperties, IdentityMap, typename SubGraph::EdgeIndexMap> Dune::Amg::PropertiesGraphCreator< M, PI >::PropertiesGraph |
typedef Dune::Amg::SubGraph<MatrixGraph, std::vector<bool> > Dune::Amg::PropertiesGraphCreator< M, PI >::SubGraph |
|
inlinestatic |
|
inlinestatic |