DUNE PDELab (2.7)

Dune::PDELab::ordering::Chunked< OrderingTag > Struct Template Reference

#include <dune/pdelab/ordering/chunkedblockordering.hh>

Detailed Description

template<typename OrderingTag>
struct Dune::PDELab::ordering::Chunked< OrderingTag >

Block the ordering created from the passed-in tag by simply carving it up into blocks of the chunk size passed to this ordering tag. This tag modifies the Ordering designed by the passed-in OrderingTag to perform an additional blocking step on the ContainerIndex entries touched by that Ordering. In layman's terms: You can block the list of ContainerIndices by a fixed chunk block size, as long as the block count of the underlying node is the multiple of the chunk size. Otherwise, an exception will be raised.

Template Parameters
OrderingTagThe tag describing the Ordering that will be blocked.

The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)