dune-grid 2.9.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. More... | |
Entity | findEntity (const FieldVector< ct, dimw > &global) const |
Search the IndexSet of this HierarchicSearch for an Entity containing point global. More... | |
template<PartitionIteratorType partition> | |
Entity | findEntity (const FieldVector< ct, dimw > &global) const |
Search the IndexSet of this HierarchicSearch for an Entity containing point global. More... | |
|
inline |
Construct a HierarchicSearch object from a Grid and an IndexSet.
|
inline |
Search the IndexSet of this HierarchicSearch for an Entity containing point global.
GridError | No element of the coarse grid contains the given coordinate. |
|
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