Shortcuts

Template Function ripple::detail::copy_face_padding

Function Documentation

template<typename Iterator>
auto ripple::detail::copy_face_padding(ExecutionKind exec_kind, TransferKind transfer_kind, Iterator &&it) noexcept -> void

Copies the padding for the faces of the block iterated over by the iterato for each of the dimensions which can be iterated over.

Note

This will fail at compile time if the iterator does not iterator over a Block.

Parameters
  • exec_kind: The kind of the execution for the operation.

  • transfer: The kind of the transfer operation.

  • it: The iterator to copy the face padding for.

Template Parameters
  • Iterator: The type of the iterator.

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