Provides the topological definition of a line. More...
#include "viennagrid/forwards.h"
#include "viennagrid/topology/point.hpp"
Go to the source code of this file.
Data Structures | |
struct | simplex_tag< 1 > |
Topological description of a 1-cell (line). Same as hypercube_tag<1>. More... | |
struct | bndcells< simplex_tag< 1 >, 0 > |
Topological description of the 0-cells of a line. More... | |
struct | hypercube_tag< 1 > |
Topological description of a 1-cell (line). Same as simplex_tag<1>. More... | |
struct | bndcells< hypercube_tag< 1 >, 0 > |
Topological description of the 0-cells of a line. More... | |
Namespaces | |
namespace | viennagrid |
The main ViennaGrid namespace. Most functionality resides in this namespace. | |
namespace | viennagrid::topology |
Namespace for definition and handling of the individual topological elements (triangles, hexahedra, etc.). |
Provides the topological definition of a line.