|
IPPL API Reference
Independent Parallel Particle Layer C++ API
|
Base class for all elements. More...
#include <Element.h>
Inheritance diagram for ippl::Element< T, Dim, NumVertices >:Public Types | |
| typedef Vector< T, Dim > | point_t |
| typedef Vector< point_t, NumVertices > | vertex_points_t |
Static Public Attributes | |
| static constexpr unsigned | dim = Dim |
| static constexpr unsigned | numVertices = NumVertices |
Base class for all elements.
| T | The type of the coordinates of the vertices of the element. |
| Dim | The dimension of the element. |
| NumVertices | The number of vertices of the element. |