 |
waves
Basic FE playground
|
Go to the documentation of this file. 1 #ifndef KATOPTRON_CONTACTSLIST_H
2 #define KATOPTRON_CONTACTSLIST_H
10 #include <Tpetra_Map.hpp>
11 #include <Tpetra_Vector.hpp>
12 #include <Teuchos_RCP.hpp>
13 #include <Kokkos_ViewFactory.hpp>
29 Kokkos::View<global_ordinal_type **, Kokkos::LayoutRight>
contacts;
34 Kokkos::View<local_ordinal_type *, Kokkos::LayoutRight>
signorini;
38 Kokkos::View<local_ordinal_type *, Kokkos::LayoutRight>
no_update;
39 Kokkos::View<local_ordinal_type *, Kokkos::LayoutRight>
sticking;
40 Kokkos::View<local_ordinal_type *, Kokkos::LayoutRight>
mesh_tying;
62 Teuchos::RCP<NodesList> nodesList);
432 for (
auto j2 = 0; j2 < size; ++j2)
470 for (
auto j2 = 0; j2 < size; ++j2)
491 for (
auto j2 = 0; j2 < size; ++j2)
500 #endif //KATOPTRON_CONTACTSLIST_H
int local_ordinal_type
Definition: Map.h:27
int global_ordinal_type
Definition: Map.h:28
katoptron namespace
Definition: Algebraic.h:18
Class which is used to specify in Python the thermomechanical to solve.
Definition: wProblem.h:19