#include <array>
#include <dune/common/exceptions.hh>
#include <dune/localfunctions/raviartthomas.hh>
#include <dune/localfunctions/raviartthomas/raviartthomas0cube2d.hh>
#include <dune/localfunctions/raviartthomas/raviartthomas0cube3d.hh>
#include <dune/localfunctions/raviartthomas/raviartthomas02d.hh>
#include <dune/localfunctions/raviartthomas/raviartthomas1cube2d.hh>
#include <dune/localfunctions/raviartthomas/raviartthomas1cube3d.hh>
#include <dune/localfunctions/raviartthomas/raviartthomas12d.hh>
#include <dune/localfunctions/raviartthomas/raviartthomas2cube2d.hh>
#include <dune/typetree/leafnode.hh>
#include <dune/functions/functionspacebases/nodes.hh>
#include <dune/functions/functionspacebases/defaultglobalbasis.hh>
#include <dune/functions/functionspacebases/flatmultiindex.hh>
Go to the source code of this file.
|
class | Dune::Functions::RaviartThomasNode< GV, k, ST, TP, basic_type > |
|
class | Dune::Functions::RaviartThomasNodeIndexSet< GV, k, MI, TP, ST, basic_type > |
|
class | Dune::Functions::RaviartThomasPreBasis< GV, k, MI, ST, basic_type > |
|
class | Dune::Functions::RaviartThomasPreBasis< GV, k, MI, ST, basic_type > |
|
class | Dune::Functions::RaviartThomasNode< GV, k, ST, TP, basic_type > |
|
class | Dune::Functions::RaviartThomasNodeIndexSet< GV, k, MI, TP, ST, basic_type > |
|
|
template<typename GV , int k, GeometryType::BasicType basic_type, class ST = std::size_t> |
using | Dune::Functions::RaviartThomasNodalBasis = DefaultGlobalBasis< RaviartThomasPreBasis< GV, k, FlatMultiIndex< ST >, ST, basic_type > > |
| Nodal basis of a scalar k-th-order Raviart Thomas finite element space. More...
|
|
|
template<std::size_t k, GeometryType::BasicType basic_type, class size_type = std::size_t> |
auto | Dune::Functions::BasisBuilder::rt () |
| Create a pre-basis factory that can create a Raviart-Thomas pre-basis. More...
|
|