- Home
- About DUNE
- Download
- Documentation
- Community
- Development
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. |
Search an IndexSet for an Entity containing a given point.
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. |
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].