The main non-const range object for iteration or direct access of boundary k-cells of a n-cell.
More...
#include <element_iterators.hpp>
Detailed Description
template<typename config_type, typename tag, long dim>
class viennagrid::ncell_range< element_t< config_type, tag >, dim, false >
The main non-const range object for iteration or direct access of boundary k-cells of a n-cell.
- Template Parameters:
-
| config_type | Configuration class |
| tag | Tag identifying the n-cell |
| dim | Topological dimension of the requested k-cells |
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
element_type& operator[] |
( |
std::size_t |
index |
) |
const [inline] |
Provide direct random-access to boundary cells.
std::size_t size |
( |
|
) |
const [inline] |
Returns the number of k-cells.
The documentation for this class was generated from the following file: