DUNE PDELab (git)
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 >
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
-
OrderingTag The tag describing the Ordering that will be blocked.
The documentation for this struct was generated from the following file:
- dune/pdelab/ordering/chunkedblockordering.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)