|
dune-istl 2.10
|
#include <dune/istl/paamg/graphcreator.hh>

Public Types | |
| typedef M::matrix_type | Matrix |
| typedef Dune::Amg::MatrixGraph< const Matrix > | MatrixGraph |
| typedef Dune::Amg::PropertiesGraph< MatrixGraph, VertexProperties, EdgeProperties, IdentityMap, IdentityMap > | PropertiesGraph |
| typedef std::tuple< MatrixGraph *, PropertiesGraph * > | GraphTuple |
| typedef Dune::Amg::SubGraph< MatrixGraph, std::vector< bool > > | SubGraph |
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) |
| typedef std::tuple<MatrixGraph*,PropertiesGraph*> Dune::Amg::PropertiesGraphCreator< M, SequentialInformation >::GraphTuple |
| typedef M::matrix_type Dune::Amg::PropertiesGraphCreator< M, SequentialInformation >::Matrix |
| typedef Dune::Amg::MatrixGraph<const Matrix> Dune::Amg::PropertiesGraphCreator< M, SequentialInformation >::MatrixGraph |
| typedef Dune::Amg::PropertiesGraph<MatrixGraph, VertexProperties, EdgeProperties, IdentityMap, IdentityMap> Dune::Amg::PropertiesGraphCreator< M, SequentialInformation >::PropertiesGraph |
| typedef Dune::Amg::SubGraph<MatrixGraph, std::vector<bool> > Dune::Amg::PropertiesGraphCreator< M, SequentialInformation >::SubGraph |
|
inlinestatic |
|
inlinestatic |