DUNE PDELab (2.8)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Refinement implementation for hypercubes
The Iterators
For the iterators we have to hack around a bit. The problem is as follows:
template<int A>
class outer
{
template<int B>
class inner;
};
C++ does not allow specialisation of the inner class when the outer class is not specialized.
So I had to create a baseclass for the iterators which is not inside another class. This base class can then be specialized, and the real Iterator class inherits from it. I gave it the somewhat clumsy name RefinementSubEntityIteratorSpecial.
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Jan 8, 23:30, 2025)