![]() |
waves
Basic FE playground
|
Class which is used to store the list of the preloads. More...
#include <PreloadList.h>
Public Member Functions | |
PreloadList (Problem &pbl, Teuchos::RCP< Map > map, Teuchos::RCP< ElementsList > elementsList) | |
NeumannList constructor. More... | |
scalar | getPreloadValue (local_ordinal_type i) |
Return the value of the preload for a given contact interface. More... | |
Private Types | |
typedef Map::local_ordinal_type | local_ordinal_type |
typedef Map::global_ordinal_type | global_ordinal_type |
Private Attributes | |
Kokkos::View< scalar *, Kokkos::LayoutRight > | contacts_dg |
Class which is used to store the list of the preloads.
|
private |
|
private |
katoptron::PreloadList< scalar >::PreloadList | ( | Problem & | pbl, |
Teuchos::RCP< Map > | map, | ||
Teuchos::RCP< ElementsList > | elementsList | ||
) |
NeumannList constructor.
This constructor allocates 1 Kokkos::View which stores all the preload related to each contact interface.
Arguments:
|
inline |
Return the value of the preload for a given contact interface.
Argument:
|
private |