Provides the topological layers for n-cells. More...
#include <iostream>
#include "viennagrid/forwards.h"
#include "viennagrid/detail/element_orientation.hpp"
#include <vector>
Go to the source code of this file.
Data Structures | |
class | boundary_ncell_layer< ConfigType, ElementTag, dim, handling_tag, orienter_tag, LevelNull > |
A class holding all information about boundary k-cells of a n-cell. More... | |
class | boundary_ncell_layer< ConfigType, ElementTag, dim, full_handling_tag, full_handling_tag, false > |
Implementation of full storage of k-cells including orientations. More... | |
class | boundary_ncell_layer< ConfigType, ElementTag, dim, full_handling_tag, no_handling_tag, false > |
Implementation of boundary k-cell storage without orientation. More... | |
class | boundary_ncell_layer< ConfigType, ElementTag, dim, no_handling_tag, orienter_tag, false > |
Implementation of the case that boundary k-cells are not stored at all. More... | |
class | boundary_ncell_layer< ConfigType, ElementTag, 0, handling_tag, orienter_tag, true > |
Specialization for the vertex level. Recursion ends here. More... | |
Namespaces | |
namespace | viennagrid |
The main ViennaGrid namespace. Most functionality resides in this namespace. |
Provides the topological layers for n-cells.