![]() |
waves
Basic FE playground
|
Class which includes all the loads, boundary conditions, preloads, and weights. More...
#include <Loads.h>
Public Member Functions | |
Loads () | |
Loads (Problem &pbl, Teuchos::RCP< Map > map, Teuchos::RCP< Domain< scalar >> domain) | |
Loads constructor. More... | |
Public Attributes | |
Teuchos::RCP< DirichletList< scalar > > | dirichletList |
Teuchos::RCP< NeumannList< scalar > > | neumannList |
Teuchos::RCP< SourcesList< scalar > > | sourcesList |
Teuchos::RCP< PreloadList< scalar > > | preloadList |
Teuchos::RCP< WeightsList< scalar > > | weightsList |
Class which includes all the loads, boundary conditions, preloads, and weights.
katoptron::Loads< scalar >::Loads | ( | ) |
katoptron::Loads< scalar >::Loads | ( | Problem & | pbl, |
Teuchos::RCP< Map > | map, | ||
Teuchos::RCP< Domain< scalar >> | domain | ||
) |
Teuchos::RCP<DirichletList<scalar> > katoptron::Loads< scalar >::dirichletList |
Teuchos::RCP<NeumannList<scalar> > katoptron::Loads< scalar >::neumannList |
Teuchos::RCP<PreloadList<scalar> > katoptron::Loads< scalar >::preloadList |
Teuchos::RCP<SourcesList<scalar> > katoptron::Loads< scalar >::sourcesList |
Teuchos::RCP<WeightsList<scalar> > katoptron::Loads< scalar >::weightsList |