|
IPPL (Independent Parallel Particle Layer)
IPPL
|
Base class for all elements. More...
#include <Element.h>
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. |
|
staticconstexpr |
|
staticconstexpr |