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 GV , typename PBF > |
auto | Ikarus::makeBasis (const GV &gv, const PBF &pb) |
| Factory function to create a Basis object. More...
|
|
template<typename PB > |
auto | Ikarus::makeBasis (const Dune::Functions::DefaultGlobalBasis< PB > &gb) |
| Factory function to create a Basis object from a DefaultGlobalBasis. More...
|
|