|
dune-grid
2.2.0
|
Search an IndexSet for an Entity containing a given point. More...
#include <dune/grid/utility/hierarchicsearch.hh>
Public Member Functions | |
| HierarchicSearch (const Grid &_g, const IS &_is) | |
| Construct a HierarchicSearch object from a Grid and an IndexSet. | |
| EntityPointer | findEntity (const FieldVector< ct, dimw > &global) const |
| Search the IndexSet of this HierarchicSearch for an Entity containing point global. | |
| template<PartitionIteratorType partition> | |
| EntityPointer | findEntity (const FieldVector< ct, dimw > &global) const |
| Search the IndexSet of this HierarchicSearch for an Entity containing point global. | |
| Dune::HierarchicSearch< Grid, IS >::HierarchicSearch | ( | const Grid & | _g, |
| const IS & | _is | ||
| ) | [inline] |
Construct a HierarchicSearch object from a Grid and an IndexSet.
| EntityPointer Dune::HierarchicSearch< Grid, IS >::findEntity | ( | const FieldVector< ct, dimw > & | global | ) | const [inline] |
Search the IndexSet of this HierarchicSearch for an Entity containing point global.
| GridError | No element of the coarse grid contains the given coordinate. |
| EntityPointer Dune::HierarchicSearch< Grid, IS >::findEntity | ( | const FieldVector< ct, dimw > & | global | ) | const [inline] |
Search the IndexSet of this HierarchicSearch for an Entity containing point global.
| GridError | No element of the coarse grid contains the given coordinate. |
type of LevelIterator
1.7.6.1