|
dune-functions
2.7.1
|
#include <dune/common/reservedvector.hh>#include <dune/common/typeutilities.hh>#include <dune/typetree/powernode.hh>#include <dune/typetree/utility.hh>#include <dune/functions/common/utility.hh>#include <dune/functions/common/type_traits.hh>#include <dune/functions/functionspacebases/basistags.hh>#include <dune/functions/functionspacebases/nodes.hh>#include <dune/functions/functionspacebases/concepts.hh>Go to the source code of this file.
Classes | |
| class | Dune::Functions::PowerPreBasis< MI, IMS, SPB, C > |
| A pre-basis for power bases. More... | |
| class | Dune::Functions::PowerNodeIndexSet< PB, IMS > |
Namespaces | |
| Dune | |
| Dune::Functions | |
| Dune::Functions::BasisFactory | |
| Dune::Functions::BasisBuilder | |
Functions | |
| template<std::size_t k, class ChildPreBasisFactory , class IndexMergingStrategy > | |
| auto | Dune::Functions::BasisFactory::power (ChildPreBasisFactory &&childPreBasisFactory, const IndexMergingStrategy &ims) |
| Create a pre-basis factory that can build a PowerPreBasis. More... | |
| template<std::size_t k, class ChildPreBasisFactory > | |
| auto | Dune::Functions::BasisFactory::power (ChildPreBasisFactory &&childPreBasisFactory) |
| Create a factory builder that can build a PowerPreBasis. More... | |