IPPL (Independent Parallel Particle Layer)
IPPL
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 >:
Collaboration diagram for ippl::Element< T, Dim, NumVertices >:

Public Types

typedef Vector< T, Dimpoint_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.

Definition at line 17 of file Element.h.

Member Typedef Documentation

◆ point_t

template<typename T, unsigned Dim, unsigned NumVertices>
typedef Vector<T, Dim> ippl::Element< T, Dim, NumVertices >::point_t

Definition at line 23 of file Element.h.

◆ vertex_points_t

template<typename T, unsigned Dim, unsigned NumVertices>
typedef Vector<point_t, NumVertices> ippl::Element< T, Dim, NumVertices >::vertex_points_t

Definition at line 26 of file Element.h.

Member Data Documentation

◆ dim

template<typename T, unsigned Dim, unsigned NumVertices>
unsigned ippl::Element< T, Dim, NumVertices >::dim = Dim
staticconstexpr

Definition at line 19 of file Element.h.

◆ numVertices

template<typename T, unsigned Dim, unsigned NumVertices>
unsigned ippl::Element< T, Dim, NumVertices >::numVertices = NumVertices
staticconstexpr

Definition at line 20 of file Element.h.


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