![]() |
waves
Basic FE playground
|
Class which is used to store all the information related to the discretized domain: More...
#include <Domain.h>
Public Member Functions | |
Domain (Problem &pbl, Teuchos::RCP< Map > map, Teuchos::RCP< Teuchos::ParameterList > randomParams, Kokkos::View< scalar *, Kokkos::LayoutLeft > m_rv_values) | |
Domain constructor. More... | |
~Domain () | |
Public Attributes | |
Teuchos::RCP< ElementsList > | elementsList |
Teuchos::RCP< NodesList > | nodesList |
Teuchos::RCP< MaterialsList< scalar > > | materialsList |
Teuchos::RCP< ContactsList > | contactsList |
Teuchos::RCP< RandomField< scalar, Kokkos::DefaultExecutionSpace > > | random_field |
Class which is used to store all the information related to the discretized domain:
katoptron::Domain< scalar >::Domain | ( | Problem & | pbl, |
Teuchos::RCP< Map > | map, | ||
Teuchos::RCP< Teuchos::ParameterList > | randomParams, | ||
Kokkos::View< scalar *, Kokkos::LayoutLeft > | m_rv_values | ||
) |
Domain constructor.
This constructor initializes the lists of elements, nodes, materials, contact interfaces, and random fields.
Arguments:
|
inline |
Teuchos::RCP<ContactsList> katoptron::Domain< scalar >::contactsList |
Teuchos::RCP<ElementsList> katoptron::Domain< scalar >::elementsList |
Teuchos::RCP<MaterialsList<scalar> > katoptron::Domain< scalar >::materialsList |
Teuchos::RCP<NodesList> katoptron::Domain< scalar >::nodesList |
Teuchos::RCP<RandomField<scalar, Kokkos::DefaultExecutionSpace> > katoptron::Domain< scalar >::random_field |