8 #include <camp/camp.hpp>
19 template <
typename output_type,
typename... input_types>
25 static constexpr
int num_args =
sizeof...(input_types);
28 static constexpr
auto index_seq = camp::make_int_seq<int, num_args>{};
41 template <mfem::Geometry::Type geom,
typename test,
typename... trials>
54 template <mfem::Geometry::Type geom,
typename test,
typename... trials>
This file contains helper traits and enumerations for classifying finite elements.
mfem::future::tuple< T... > tuple
Expose MFEM tuple in the Smith namespace.
Template prototype for finite element implementations.