dune-spgrid 2.7
Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
Dune::SPHierarchicSearch< Grid, IndexSet > Class Template Reference

#include <dune/grid/spgrid/hierarchicsearch.hh>

Inheritance diagram for Dune::SPHierarchicSearch< Grid, IndexSet >:
Inheritance graph

Public Types

typedef Base::ctype ctype
 
typedef Base::Entity Entity
 
typedef Base::GlobalVector GlobalVector
 

Public Member Functions

 SPHierarchicSearch (const Grid &grid, const IndexSet &indexSet)
 
Entity findEntity (const GlobalVector &global) const
 

Static Public Attributes

static const int dimension
 

Protected Member Functions

Entity findEntity (const GlobalVector &global, int level) const
 

Protected Attributes

const Grid & grid_
 

Member Typedef Documentation

◆ ctype

template<class Grid , class IndexSet >
typedef Base::ctype Dune::SPHierarchicSearch< Grid, IndexSet >::ctype

◆ Entity

template<class Grid , class IndexSet >
typedef Base::Entity Dune::SPHierarchicSearch< Grid, IndexSet >::Entity

◆ GlobalVector

template<class Grid , class IndexSet >
typedef Base::GlobalVector Dune::SPHierarchicSearch< Grid, IndexSet >::GlobalVector

Constructor & Destructor Documentation

◆ SPHierarchicSearch()

template<class Grid , class IndexSet >
Dune::SPHierarchicSearch< Grid, IndexSet >::SPHierarchicSearch ( const Grid &  grid,
const IndexSet &  indexSet 
)
inline

Member Function Documentation

◆ findEntity() [1/2]

template<class Grid , class IndexSet >
Entity Dune::SPHierarchicSearch< Grid, IndexSet >::findEntity ( const GlobalVector global) const
inline

◆ findEntity() [2/2]

template<class Grid >
Entity Dune::SPBasicHierarchicSearch< Grid >::findEntity ( const GlobalVector global,
int  level 
) const
inlineinherited

Member Data Documentation

◆ dimension

template<class Grid , class IndexSet >
const int Dune::SPBasicHierarchicSearch< Grid >::dimension
static

◆ grid_

template<class Grid , class IndexSet >
const Grid& Dune::SPBasicHierarchicSearch< Grid >::grid_
protected

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