dune-functions 2.10
|
#include <dune/common/reservedvector.hh>
#include <dune/common/typeutilities.hh>
#include <dune/common/indices.hh>
#include <dune/functions/common/utility.hh>
#include <dune/functions/common/type_traits.hh>
#include <dune/functions/functionspacebases/basistags.hh>
#include <dune/functions/functionspacebases/containerdescriptors.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::DynamicPowerPreBasis< IMS, SPB > |
A pre-basis for dynamic power bases. More... | |
Namespaces | |
namespace | Dune |
namespace | Dune::Functions |
namespace | Dune::Functions::BasisFactory |
Functions | |
template<class ChildPreBasisFactory , class IndexMergingStrategy > | |
auto | Dune::Functions::BasisFactory::power (ChildPreBasisFactory &&childPreBasisFactory, std::size_t k, const IndexMergingStrategy &) |
Create a pre-basis factory that can build a PowerPreBasis. | |
template<class ChildPreBasisFactory > | |
auto | Dune::Functions::BasisFactory::power (ChildPreBasisFactory &&childPreBasisFactory, std::size_t k) |
Create a factory builder that can build a PowerPreBasis. | |