dune-functions 2.9.0
|
#include <cstddef>
#include <type_traits>
#include <utility>
#include <dune/common/reservedvector.hh>
#include <dune/common/typeutilities.hh>
#include <dune/common/concept.hh>
#include <dune/functions/common/type_traits.hh>
#include <dune/functions/functionspacebases/defaultlocalview.hh>
#include <dune/functions/functionspacebases/concepts.hh>
Go to the source code of this file.
Classes | |
class | Dune::Functions::DefaultGlobalBasis< PB > |
Global basis for given pre-basis. More... | |
Namespaces | |
namespace | Dune |
namespace | Dune::Functions |
namespace | Dune::Functions::BasisFactory |
namespace | Dune::Functions::BasisBuilder |
Functions | |
template<class PreBasis > | |
Dune::Functions::DefaultGlobalBasis (PreBasis &&) -> DefaultGlobalBasis< std::decay_t< PreBasis > > | |
template<class GridView , class PreBasisFactory > | |
Dune::Functions::DefaultGlobalBasis (const GridView &gv, PreBasisFactory &&f) -> DefaultGlobalBasis< std::decay_t< decltype(f(gv))> > | |
template<class GridView , class PreBasisFactory > | |
auto | Dune::Functions::BasisFactory::makeBasis (const GridView &gridView, PreBasisFactory &&preBasisFactory) |