ViennaGrid - The Vienna Grid Library
2.1.0
|
Provides a key that uniquely identifies n-cells. More...
#include <map>
#include <iostream>
#include <algorithm>
#include "viennagrid/forwards.hpp"
#include "viennagrid/element/element.hpp"
#include "viennagrid/topology/vertex.hpp"
#include "viennagrid/storage/container.hpp"
#include "viennagrid/storage/hidden_key_map.hpp"
Go to the source code of this file.
Data Structures | |
class | element_key< element_type > |
A key type that uniquely identifies an element by its vertices. More... | |
struct | element_key_tag |
A tag for selecting element_key as a key type within metafunctions. More... | |
Namespaces | |
namespace | viennagrid |
The main ViennaGrid namespace. Most user functionality resides directly in this namespace rather than in sub-namespaces. | |
namespace | viennagrid::result_of |
The metafunction layer. Provides type generators that derive the respective type from the mesh configuration. |
Provides a key that uniquely identifies n-cells.