dune-grid  2.4.1
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::CollectiveCommunication 
Comm
 

Public Member Functions

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

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

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