dune-functions
2.5-dev
|
#include <type_traits>
#include <dune/common/concept.hh>
Go to the source code of this file.
Classes | |
struct | Dune::Functions::Concept::IndexMergingStrategy |
struct | Dune::Functions::BasisBuilder::IndexMergingStrategy |
Base class for index merging strategies to simplify detection. More... | |
struct | Dune::Functions::BasisBuilder::FlatLexicographic |
Lexicographic merging of direct children without blocking. More... | |
struct | Dune::Functions::BasisBuilder::FlatInterleaved |
Interleaved merging of direct children without blocking. More... | |
struct | Dune::Functions::BasisBuilder::BlockedLexicographic |
Lexicographic merging of direct children with blocking (i.e. creating one block per direct child). More... | |
struct | Dune::Functions::BasisBuilder::LeafBlockedInterleaved |
Interleaved merging of direct children with blocking (i.e. creating blocks at the leaves containing one leaf per child each). More... | |
Namespaces | |
Dune | |
Dune::Functions | |
Dune::Functions::Concept | |
Dune::Functions::BasisBuilder | |
Functions | |
template<typename T > | |
static constexpr bool | Dune::Functions::Concept::isIndexMergingStrategy () |
template<typename T > | |
static constexpr bool | Dune::Functions::Concept::isIndexMergingStrategy (T &&t) |
void | Dune::Functions::BasisBuilder::registerIndexMergingStrategy (IndexMergingStrategy) |
constexpr FlatLexicographic | Dune::Functions::BasisBuilder::flatLexicographic () |
Creates a lexicographic merging of direct children without blocking. More... | |
constexpr FlatInterleaved | Dune::Functions::BasisBuilder::flatInterleaved () |
Creates an interleaved merging of direct children without blocking. More... | |
constexpr BlockedLexicographic | Dune::Functions::BasisBuilder::blockedLexicographic () |
Creates a lexicographic merging of direct children with blocking (i.e. creating one block per direct child). More... | |
constexpr LeafBlockedInterleaved | Dune::Functions::BasisBuilder::leafBlockedInterleaved () |
Creates an interleaved merging of direct children with blocking (i.e. creating blocks at the leaves containing one leaf per child each). More... | |