Shortcuts

Template Function ripple::detail::global_elements

Function Documentation

template<typename Dim>
auto ripple::detail::global_elements(Dim &&dim) noexcept -> size_t&

Gets the number of elements in the dimension, globally, for a single node.

This can be used for the case that there are multiple nodes to determine exactly how many elements are assigned to the specific node.

Return

The number of elements for a single node in the given dimension.

Parameters
  • dim: The dimension to get the number of elements for.

Template Parameters
  • Dim: The type of the dimension specifier.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples