Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
HierarchicApproximation< Grid, IS > Class Template Reference

Search an IndexSet for the Entity closest to a given point. More...

#include <dune/fufem/grid/hierarchic-approximation.hh>

Public Member Functions

 HierarchicApproximation (const Grid &g, const IS &is, double tolerance)
 Construct a HierarchicApproximation object from a Grid, an IndexSet, and an approximation tolerance.
 
Entity findEntity (const Dune::FieldVector< ct, dimw > &global) const
 Search the IndexSet of this HierarchicSearch for the Entity closest to the point global.
 
template<Dune::PartitionIteratorType partition>
Entity findEntity (const Dune::FieldVector< ct, dimw > &global) const
 Search the IndexSet of this HierarchicSearch for the Entity closest to the point global.
 

Detailed Description

template<class Grid, class IS>
class HierarchicApproximation< Grid, IS >

Search an IndexSet for the Entity closest to a given point.

Constructor & Destructor Documentation

◆ HierarchicApproximation()

template<class Grid , class IS >
HierarchicApproximation< Grid, IS >::HierarchicApproximation ( const Grid &  g,
const IS &  is,
double  tolerance 
)
inline

Construct a HierarchicApproximation object from a Grid, an IndexSet, and an approximation tolerance.

Member Function Documentation

◆ findEntity() [1/2]

template<class Grid , class IS >
Entity HierarchicApproximation< Grid, IS >::findEntity ( const Dune::FieldVector< ct, dimw > &  global) const
inline

Search the IndexSet of this HierarchicSearch for the Entity closest to the point global.

◆ findEntity() [2/2]

template<class Grid , class IS >
template<Dune::PartitionIteratorType partition>
Entity HierarchicApproximation< Grid, IS >::findEntity ( const Dune::FieldVector< ct, dimw > &  global) const
inline

Search the IndexSet of this HierarchicSearch for the Entity closest to the point global.


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