boundary_ncell_layer< ConfigType, ElementTag, dim, handling_tag, orienter_tag, LevelNull > Class Template Reference

A class holding all information about boundary k-cells of a n-cell. More...

#include <boundary_ncell_layer.hpp>


Detailed Description

template<typename ConfigType, typename ElementTag, unsigned long dim, typename handling_tag = typename result_of::bndcell_handling<ConfigType, ElementTag, dim>::type, typename orienter_tag = typename result_of::bndcell_orientation<ConfigType, ElementTag, dim>::type, bool LevelNull = (dim == 0)>
class viennagrid::boundary_ncell_layer< ConfigType, ElementTag, dim, handling_tag, orienter_tag, LevelNull >

A class holding all information about boundary k-cells of a n-cell.

Template Parameters:
ConfigType The configuration class
ElementTag The n-cell tag
dim Topological dimension k of the boundary k-cells
handling_tag Whether or not to store references to boundary k-cells
orienter_tag Whether or not to store orientations of k-cells with respect to the n-cell
LevelNull Helper parameter to avoid ambiguities at vertex level.

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