43 #ifndef PANZER_LOCAL_MESH_INFO_HPP
44 #define PANZER_LOCAL_MESH_INFO_HPP
46 #include "Kokkos_View.hpp"
47 #include "Kokkos_DynRankView.hpp"
49 #include "Phalanx_KokkosDeviceTypes.hpp"
51 #include "Shards_CellTopology.hpp"
53 #include "Teuchos_RCP.hpp"
64 template <
typename LO,
typename GO>
93 template <
typename LO,
typename GO>
111 template <
typename LO,
typename GO>
129 template <
typename LO,
typename GO>
142 template <
typename LO,
typename GO>
151 std::map<std::string, std::map<std::string, LocalMeshSidesetInfo<LO,GO> > >
sidesets;