DUNE PDELab (2.7)

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

Permute the ordering created from the passed-in tag based on a simple lookup table. More...

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

Detailed Description

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

Permute the ordering created from the passed-in tag based on a simple lookup table.

This tag modifies the Ordering designed by the passed-in OrderingTag to perform an additional permutation step on the ContainerIndex entries touched by that Ordering. In layman's terms: You can reorder the list of ContainerIndices you would get if the GridFunctionSpace associated with this OrderingTag were the topmost space, but you cannot perform any reordering within those individual blocks.

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

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)