5#ifndef SRC_NIMBLE_KOKKOS_CONTACT_DEFS_H_
6#define SRC_NIMBLE_KOKKOS_CONTACT_DEFS_H_
11#include <Kokkos_Core.hpp>
16 Kokkos::View<nimble::ContactEntity*, nimble_kokkos::kokkos_layout, nimble_kokkos::kokkos_device>;
18 Kokkos::View<nimble::ContactEntity*, nimble_kokkos::kokkos_layout, nimble_kokkos::kokkos_host>;
Definition nimble_contact_manager.h:68
Kokkos::View< nimble::ContactEntity *, nimble_kokkos::kokkos_layout, nimble_kokkos::kokkos_host > HostContactEntityArrayView
Definition nimble_kokkos_contact_defs.h:17
Kokkos::View< nimble::ContactEntity *, nimble_kokkos::kokkos_layout, nimble_kokkos::kokkos_device > DeviceContactEntityArrayView
Definition nimble_kokkos_contact_defs.h:15