#include <tuple>
#include <utility>
#include <dune/geometry/type.hh>
#include <dune/geometry/typeindex.hh>
#include <dune/localfunctions/raviartthomas.hh>
#include <dune/localfunctions/common/localfiniteelementvariantcache.hh>
Go to the source code of this file.
|
template<class D , class R , std::size_t dim, std::size_t order> |
using | Dune::RaviartThomasLocalFiniteElementCache = LocalFiniteElementVariantCache< Impl::ImplementedRaviartThomasLocalFiniteElements< D, R, dim, order > > |
| A cache that stores all available Raviart-Thomas local finite elements for the given dimension and order. More...
|
|