dune-pdelab  2.5-dev
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::PDELab::UnstructuredGrid< T > Class Template Reference

#include <dune/pdelab/boilerplate/pdelab.hh>

Public Types

typedef T Grid
 
typedef T::ctype ctype
 

Public Member Functions

 UnstructuredGrid (std::string filename, bool verbose=true, bool insert_boundary_segments=true)
 
std::shared_ptr< T > getSharedPtr ()
 
T & getGrid ()
 
const T & getGrid () const
 
T & operator* ()
 
T * operator-> ()
 
const T & operator* () const
 
const T * operator-> () const
 

Static Public Attributes

static const int dim = T::dimension
 
static const int dimworld = T::dimensionworld
 

Member Typedef Documentation

◆ ctype

template<typename T >
typedef T::ctype Dune::PDELab::UnstructuredGrid< T >::ctype

◆ Grid

template<typename T >
typedef T Dune::PDELab::UnstructuredGrid< T >::Grid

Constructor & Destructor Documentation

◆ UnstructuredGrid()

template<typename T >
Dune::PDELab::UnstructuredGrid< T >::UnstructuredGrid ( std::string  filename,
bool  verbose = true,
bool  insert_boundary_segments = true 
)
inline

Member Function Documentation

◆ getGrid() [1/2]

template<typename T >
T& Dune::PDELab::UnstructuredGrid< T >::getGrid ( )
inline

◆ getGrid() [2/2]

template<typename T >
const T& Dune::PDELab::UnstructuredGrid< T >::getGrid ( ) const
inline

◆ getSharedPtr()

template<typename T >
std::shared_ptr<T> Dune::PDELab::UnstructuredGrid< T >::getSharedPtr ( )
inline

◆ operator*() [1/2]

template<typename T >
T& Dune::PDELab::UnstructuredGrid< T >::operator* ( )
inline

◆ operator*() [2/2]

template<typename T >
const T& Dune::PDELab::UnstructuredGrid< T >::operator* ( ) const
inline

◆ operator->() [1/2]

template<typename T >
T* Dune::PDELab::UnstructuredGrid< T >::operator-> ( )
inline

◆ operator->() [2/2]

template<typename T >
const T* Dune::PDELab::UnstructuredGrid< T >::operator-> ( ) const
inline

Member Data Documentation

◆ dim

template<typename T >
const int Dune::PDELab::UnstructuredGrid< T >::dim = T::dimension
static

◆ dimworld

template<typename T >
const int Dune::PDELab::UnstructuredGrid< T >::dimworld = T::dimensionworld
static

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