Wrapper around Dune-functions global basis.
More...
#include <utility>
#include <dune/functions/functionspacebases/defaultglobalbasis.hh>
#include <ikarus/utils/flatprebasis.hh>
Go to the source code of this file.
|
| template<typename GridView , typename PreBasisFactory > |
| auto | Ikarus::makeBasis (const GridView &gv, const PreBasisFactory &pb) |
| | Factory function to create a Basis object. More...
|
| |
| template<typename PreBasis > |
| auto | Ikarus::makeBasis (const Dune::Functions::DefaultGlobalBasis< PreBasis > &gb) |
| | Factory function to create a Basis object from a DefaultGlobalBasis. More...
|
| |