#include <cstddef>
#include <dune/common/keywords.hh>
#include <dune/geometry/type.hh>
Go to the source code of this file.
|
| 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. More...
|
| |
| 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. More...
|
| |