Provides a key that uniquely identifies n-cells. More...
#include <map>
#include <iostream>
#include <algorithm>
#include "viennagrid/forwards.h"
#include "viennagrid/element.hpp"
#include "viennagrid/topology/point.hpp"
Go to the source code of this file.
Data Structures | |
struct | ElementKeyStorageType< ConfigType, ElementType, IDHandler > |
Internal helper class: holds an ordered number of vertices. Comparisons also take permutations into account. More... | |
struct | ElementKeyStorageType< ConfigType, ElementType, integral_id > |
class | element_key< ConfigType, ElementType > |
A key type that uniquely identifies an element by its vertices. More... | |
Namespaces | |
namespace | viennagrid |
The main ViennaGrid namespace. Most functionality resides in this namespace. |
Provides a key that uniquely identifies n-cells.