Shortcuts

Template Function ripple::expanded

Function Documentation

template<typename T, typename Type = std::remove_reference_t<T>>
auto ripple::expanded(T &t, ExpType expansion) noexcept

Creates a wrapped type as a modifier which expands into the padding for the data which is wrapper.

Return

The type wrapped in a modifier.

Parameters
  • t: The instance to wrap.

  • expantion: Number of cells to expand the domain size by, reducing the padding by this amount on each size of each dimension.

Template Parameters
  • T: The type of the instance.

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