dune-alugrid  2.6-git
Classes | Public Types | Public Member Functions | List of all members
Dune::ALU3dLeafGridView< GridImp, pitype > Class Template Reference

#include <dune/alugrid/3d/gridview.hh>

Classes

struct  Codim
 Codim Structure. More...
 

Public Types

enum  { conforming = Traits :: conforming }
 
typedef ALU3dLeafGridViewTraits< GridImp, pitype > Traits
 
typedef Traits::Grid Grid
 type of the grid More...
 
typedef Traits ::IndexSet IndexSet
 type of the index set More...
 
typedef Traits ::Intersection Intersection
 type of the intersection More...
 
typedef Traits ::IntersectionIterator IntersectionIterator
 type of the intersection iterator More...
 
typedef Traits ::CollectiveCommunication CollectiveCommunication
 type of the collective communication More...
 

Public Member Functions

 ALU3dLeafGridView (const Grid &grid)
 
const Gridgrid () const
 obtain a const reference to the underlying hierarchic grid More...
 
const IndexSetindexSet () const
 obtain the index set More...
 
int size (int codim) const
 obtain number of entities in a given codimension More...
 
int size (const GeometryType &type) const
 obtain number of entities with a given geometry type More...
 
template<int cd>
Codim< cd >::Iterator begin () const
 obtain begin iterator for this view More...
 
template<int cd, PartitionIteratorType pit>
Codim< cd >::template Partition< pit >::Iterator begin () const
 obtain begin iterator for this view More...
 
template<int cd>
Codim< cd >::Iterator end () const
 obtain end iterator for this view More...
 
template<int cd, PartitionIteratorType pit>
Codim< cd >::template Partition< pit >::Iterator end () const
 obtain end iterator for this view More...
 
IntersectionIterator ibegin (const typename Codim< 0 > ::Entity &entity) const
 obtain begin intersection iterator with respect to this view More...
 
IntersectionIterator iend (const typename Codim< 0 > ::Entity &entity) const
 obtain end intersection iterator with respect to this view More...
 
const CollectiveCommunicationcomm () const
 obtain collective communication object More...
 
int overlapSize (int codim) const
 Return size of the overlap region for a given codim on the grid view.
More...
 
int ghostSize (int codim) const
 Return size of the ghost region for a given codim on the grid view.
More...
 
template<class DataHandle , class Data >
Grid::LeafCommunication communicate (CommDataHandleIF< DataHandle, Data > &data, InterfaceType iftype, CommunicationDirection dir) const
 
template<int cd>
Codim< cd >::Twists twists (GeometryType type) const
 

Member Typedef Documentation

◆ CollectiveCommunication

template<class GridImp , PartitionIteratorType pitype>
typedef Traits :: CollectiveCommunication Dune::ALU3dLeafGridView< GridImp, pitype >::CollectiveCommunication

type of the collective communication

◆ Grid

template<class GridImp , PartitionIteratorType pitype>
typedef Traits::Grid Dune::ALU3dLeafGridView< GridImp, pitype >::Grid

type of the grid

◆ IndexSet

template<class GridImp , PartitionIteratorType pitype>
typedef Traits :: IndexSet Dune::ALU3dLeafGridView< GridImp, pitype >::IndexSet

type of the index set

◆ Intersection

template<class GridImp , PartitionIteratorType pitype>
typedef Traits :: Intersection Dune::ALU3dLeafGridView< GridImp, pitype >::Intersection

type of the intersection

◆ IntersectionIterator

template<class GridImp , PartitionIteratorType pitype>
typedef Traits :: IntersectionIterator Dune::ALU3dLeafGridView< GridImp, pitype >::IntersectionIterator

type of the intersection iterator

◆ Traits

template<class GridImp , PartitionIteratorType pitype>
typedef ALU3dLeafGridViewTraits<GridImp,pitype> Dune::ALU3dLeafGridView< GridImp, pitype >::Traits

Member Enumeration Documentation

◆ anonymous enum

template<class GridImp , PartitionIteratorType pitype>
anonymous enum
Enumerator
conforming 

Constructor & Destructor Documentation

◆ ALU3dLeafGridView()

template<class GridImp , PartitionIteratorType pitype>
Dune::ALU3dLeafGridView< GridImp, pitype >::ALU3dLeafGridView ( const Grid grid)
inline

Member Function Documentation

◆ begin() [1/2]

template<class GridImp , PartitionIteratorType pitype>
template<int cd>
Codim< cd >:: Iterator Dune::ALU3dLeafGridView< GridImp, pitype >::begin ( ) const
inline

obtain begin iterator for this view

◆ begin() [2/2]

template<class GridImp , PartitionIteratorType pitype>
template<int cd, PartitionIteratorType pit>
Codim< cd >:: template Partition< pit >:: Iterator Dune::ALU3dLeafGridView< GridImp, pitype >::begin ( ) const
inline

obtain begin iterator for this view

◆ comm()

template<class GridImp , PartitionIteratorType pitype>
const CollectiveCommunication& Dune::ALU3dLeafGridView< GridImp, pitype >::comm ( ) const
inline

obtain collective communication object

◆ communicate()

template<class GridImp , PartitionIteratorType pitype>
template<class DataHandle , class Data >
Grid::LeafCommunication Dune::ALU3dLeafGridView< GridImp, pitype >::communicate ( CommDataHandleIF< DataHandle, Data > &  data,
InterfaceType  iftype,
CommunicationDirection  dir 
) const
inline

communicate data on this view

◆ end() [1/2]

template<class GridImp , PartitionIteratorType pitype>
template<int cd>
Codim< cd >:: Iterator Dune::ALU3dLeafGridView< GridImp, pitype >::end ( ) const
inline

obtain end iterator for this view

◆ end() [2/2]

template<class GridImp , PartitionIteratorType pitype>
template<int cd, PartitionIteratorType pit>
Codim< cd >:: template Partition< pit >:: Iterator Dune::ALU3dLeafGridView< GridImp, pitype >::end ( ) const
inline

obtain end iterator for this view

◆ ghostSize()

template<class GridImp , PartitionIteratorType pitype>
int Dune::ALU3dLeafGridView< GridImp, pitype >::ghostSize ( int  codim) const
inline

Return size of the ghost region for a given codim on the grid view.

◆ grid()

template<class GridImp , PartitionIteratorType pitype>
const Grid& Dune::ALU3dLeafGridView< GridImp, pitype >::grid ( ) const
inline

obtain a const reference to the underlying hierarchic grid

◆ ibegin()

template<class GridImp , PartitionIteratorType pitype>
IntersectionIterator Dune::ALU3dLeafGridView< GridImp, pitype >::ibegin ( const typename Codim< 0 > ::Entity &  entity) const
inline

obtain begin intersection iterator with respect to this view

◆ iend()

template<class GridImp , PartitionIteratorType pitype>
IntersectionIterator Dune::ALU3dLeafGridView< GridImp, pitype >::iend ( const typename Codim< 0 > ::Entity &  entity) const
inline

obtain end intersection iterator with respect to this view

◆ indexSet()

template<class GridImp , PartitionIteratorType pitype>
const IndexSet& Dune::ALU3dLeafGridView< GridImp, pitype >::indexSet ( ) const
inline

obtain the index set

◆ overlapSize()

template<class GridImp , PartitionIteratorType pitype>
int Dune::ALU3dLeafGridView< GridImp, pitype >::overlapSize ( int  codim) const
inline

Return size of the overlap region for a given codim on the grid view.

◆ size() [1/2]

template<class GridImp , PartitionIteratorType pitype>
int Dune::ALU3dLeafGridView< GridImp, pitype >::size ( const GeometryType &  type) const
inline

obtain number of entities with a given geometry type

◆ size() [2/2]

template<class GridImp , PartitionIteratorType pitype>
int Dune::ALU3dLeafGridView< GridImp, pitype >::size ( int  codim) const
inline

obtain number of entities in a given codimension

◆ twists()

template<class GridImp , PartitionIteratorType pitype>
template<int cd>
Codim< cd >::Twists Dune::ALU3dLeafGridView< GridImp, pitype >::twists ( GeometryType  type) const
inline

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