DUNE PDELab (unstable)
Dune::Functions::Experimental::SubDomainGridView< HGV > Class Template Reference
A GridView for a sub-domain. More...
#include <dune/functions/common/subdomain.hh>
Classes | |
struct | Codim |
Codim specific typedefs. More... | |
Public Member Functions | |
template<int codim, PartitionIteratorType pit = All_Partition> | |
Codim< codim >::template Partition< pit >::Iterator | begin () const |
Create an iterator pointing to the begin of the range. | |
template<int codim, PartitionIteratorType pit = All_Partition> | |
Codim< codim >::template Partition< pit >::Iterator | end () const |
Create an iterator pointing to the end of the range. | |
const HostGridView & | hostGridView () const |
Access underlying host grid view. | |
Detailed Description
template<class HGV>
class Dune::Functions::Experimental::SubDomainGridView< HGV >
class Dune::Functions::Experimental::SubDomainGridView< HGV >
A GridView for a sub-domain.
A SubDomainGridView provides a reduces GridView interface for a subset of the entities of a grid view. Objects of this class store a pointer to a SubDomainIndexSet and can be copied cheaply.
- Template Parameters
-
HGV The underlying host grid view type.
The documentation for this class was generated from the following file:
- dune/functions/common/subdomain.hh
