Template Function make_t8_point_view
Defined in File t8_vec.hxx
Function Documentation
-
template<std::size_t TDim, typename TType = double>
constexpr auto make_t8_point_view(TType *ptr) noexcept Convenience function to create a point view from a raw array.
- Template Parameters:
TDim – The dimension of the array.
TType – The type (const and so on)
- Parameters:
ptr – [in] The pointer to the array.
- Returns:
The view.