IPPL API Reference
Independent Parallel Particle Layer C++ API
Loading...
Searching...
No Matches
ippl::Element< T, Dim, NumVertices > Class Template Reference

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
 

Detailed Description

template<typename T, unsigned Dim, unsigned NumVertices>
class ippl::Element< T, Dim, NumVertices >

Base class for all elements.

Template Parameters
TThe type of the coordinates of the vertices of the element.
DimThe dimension of the element.
NumVerticesThe number of vertices of the element.

The documentation for this class was generated from the following file: