OpenFPM_pdata
4.1.0
Project that contain the implementation of distributed structures
Static Public Attributes
UIntDivCeil< numerator, denominator > Struct Template Reference
Detailed Description
template<unsigned int numerator, unsigned int denominator>
struct UIntDivCeil< numerator, denominator >
Definition at line
24
of file
mathUtils.hpp
.
Static Public Attributes
static constexpr unsigned int
value
= numerator / denominator + (numerator%denominator!=0)
The documentation for this struct was generated from the following file:
openfpm_data/src/SparseGridGpu/TemplateUtils/
mathUtils.hpp
UIntDivCeil
Generated by
1.8.15