#include <dune/common/exceptions.hh>
#include <dune/common/reservedvector.hh>
#include <dune/typetree/powernode.hh>
#include <dune/typetree/compositenode.hh>
#include <dune/functions/functionspacebases/nodes.hh>
#include <dune/functions/functionspacebases/pqknodalbasis.hh>
#include <dune/functions/functionspacebases/defaultglobalbasis.hh>
Go to the source code of this file.
|
class | Dune::Functions::TaylorHoodVelocityTree< GV, TP > |
|
class | Dune::Functions::TaylorHoodBasisTree< GV, TP > |
|
class | Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, TP, HI > |
|
class | Dune::Functions::TaylorHoodNodeFactory< GV, MI, HI > |
| Factory for lowest order Taylor-Hood basis. More...
|
|
class | Dune::Functions::TaylorHoodVelocityTree< GV, TP > |
|
class | Dune::Functions::TaylorHoodBasisTree< GV, TP > |
|
class | Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, TP, HI > |
|
|
template<typename GV > |
using | Dune::Functions::TaylorHoodBasis = DefaultGlobalBasis< TaylorHoodNodeFactory< GV, std::array< std::size_t, 2 > > > |
| Nodal basis for a lowest order Taylor-Hood Lagrangean finite element space. More...
|
|