 |
waves
Basic FE playground
|
Go to the documentation of this file. 1 #ifndef KATOPTRON_NODESLIST_H
2 #define KATOPTRON_NODESLIST_H
8 #include <Tpetra_Map.hpp>
9 #include <Tpetra_Vector.hpp>
10 #include <Teuchos_RCP.hpp>
11 #include <Kokkos_ViewFactory.hpp>
22 Kokkos::View<double **, Kokkos::LayoutRight>
nodes;
31 #endif //KATOPTRON_NODESLIST_H
int local_ordinal_type
Definition: Map.h:27
Kokkos::View< double **, Kokkos::LayoutRight > nodes
Definition: NodesList.h:22
NodesList(Problem &pbl, Teuchos::RCP< Map > map)
NodesList constructor.
Definition: NodesList.cpp:20
Map::local_ordinal_type nodes_number
Definition: NodesList.h:24
Class used to store the node information.
Definition: NodesList.h:19
katoptron namespace
Definition: Algebraic.h:18
Class which is used to specify in Python the thermomechanical to solve.
Definition: wProblem.h:19