dune-grid 2.9.0
Public Types | Public Member Functions | List of all members
Dune::TensorGridFactoryCreator< YaspGrid< dim, TensorProductCoordinates< ctype, dim > > > Class Template Reference

#include <dune/grid/utility/tensorgridfactory.hh>

Public Types

typedef YaspGrid< dim, TensorProductCoordinates< ctype, dim > > Grid
 
typedef Grid::Communication Comm
 

Public Member Functions

 TensorGridFactoryCreator (const TensorGridFactory< Grid > &factory)
 
std::unique_ptr< GridcreateGrid (Comm comm)
 

Member Typedef Documentation

◆ Comm

template<typename ctype , int dim>
typedef Grid::Communication Dune::TensorGridFactoryCreator< YaspGrid< dim, TensorProductCoordinates< ctype, dim > > >::Comm

◆ Grid

template<typename ctype , int dim>
typedef YaspGrid<dim, TensorProductCoordinates<ctype, dim> > Dune::TensorGridFactoryCreator< YaspGrid< dim, TensorProductCoordinates< ctype, dim > > >::Grid

Constructor & Destructor Documentation

◆ TensorGridFactoryCreator()

template<typename ctype , int dim>
Dune::TensorGridFactoryCreator< YaspGrid< dim, TensorProductCoordinates< ctype, dim > > >::TensorGridFactoryCreator ( const TensorGridFactory< Grid > &  factory)
inline

Member Function Documentation

◆ createGrid()

template<typename ctype , int dim>
std::unique_ptr< Grid > Dune::TensorGridFactoryCreator< YaspGrid< dim, TensorProductCoordinates< ctype, dim > > >::createGrid ( Comm  comm)
inline

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