Typedef t8_point

Typedef Documentation

template<std::size_t TDim>
using t8_point = T8Type<std::array<double, TDim>, t8_point_tag<TDim>, EqualityComparable, Swapable, RandomAccessible>

Type alias for a point in N-dimensional space.

Template Parameters:

TDim – Dimension of the point.