ViennaGrid - The Vienna Grid Library
2.1.0
|
Provides the topological definition of an arbitrary simplex element. More...
#include <sstream>
#include "viennagrid/forwards.hpp"
#include "viennagrid/topology/vertex.hpp"
#include "viennagrid/topology/line.hpp"
Go to the source code of this file.
Data Structures | |
struct | boundary_element_generator< simplex_tag< n >, simplex_tag< 1 >, BoundaryElementType > |
struct | boundary_element_generator< simplex_tag< n >, simplex_tag< 2 >, BoundaryElementType > |
struct | boundary_elements< simplex_tag< n >, simplex_tag< k > > |
Topological description of the boundary k-cells an n-simplex. More... | |
struct | n_over_k< n, k > |
struct | n_over_k< 0, 0 > |
struct | n_over_k< 0, k > |
struct | n_over_k< n, 0 > |
struct | simplex_tag< n > |
Topological description of an n-simplex. More... | |
Namespaces | |
namespace | viennagrid |
The main ViennaGrid namespace. Most user functionality resides directly in this namespace rather than in sub-namespaces. | |
namespace | viennagrid::detail |
Namespace for implementation details. Not intended to be used directly by a library user. |
Provides the topological definition of an arbitrary simplex element.