#include <cstddef>
#include <dune/common/keywords.hh>
#include <dune/geometry/type.hh>
Go to the source code of this file.
|
namespace | Dune |
| For backward compatibility – Do not use this!
|
|
namespace | Dune::PDELab |
|
|
template<typename FEM > |
using | Dune::PDELab::StaticFEMSize = decltype(FEM::size(GeometryTypes::vertex)) |
| Metafunction that returns the type of FEM::size() iff that function is static.
|
|
template<typename FEM > |
using | Dune::PDELab::FiniteElementMapBlockSize = std::integral_constant< std::size_t, finiteElementMapBlockSize< FEM >()> |
| An alias template that encapsulates the result of finiteElementMapBlockSize<FEM>() in an integral constant.
|
|