NimbleSM
NimbleSM is a solid mechanics simulation code for dynamic systems
Loading...
Searching...
No Matches
nimble_kokkos_contact_defs.h
Go to the documentation of this file.
1/*
2 * nimble_kokkos_contact_defs.h
3 */
4
5#ifndef SRC_NIMBLE_KOKKOS_CONTACT_DEFS_H_
6#define SRC_NIMBLE_KOKKOS_CONTACT_DEFS_H_
7
10
11#include <Kokkos_Core.hpp>
12
13namespace nimble_kokkos {
14
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>;
19
20} // namespace nimble_kokkos
21
22#endif /* SRC_NIMBLE_KOKKOS_CONTACT_DEFS_H_ */
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