the thin shell class is a data container needed to link element masters and slaves to thin shell blocks More...
#include <cl_ThinShell.hpp>
Public Member Functions | |
| ThinShell (SideSet *aSideSet, SideSet *aGhostSideSet) | |
| ~ThinShell ()=default | |
| void | set_thicknesses (const Vector< real > &aThicknesses) |
| void | move_node_indices (Cell< index_t > &aNodeIndices) |
| void | set_label (const string &aLabel) |
| Cell< Facet * > & | facets () |
| Cell< Block * > & | blocks () |
| void | set_materials (const Cell< string > &aMaterials) |
| const Cell< string > & | materials () const |
| ElementType | element_type () const |
| const Vector< real > & | thicknesses () const |
| const string & | label () const |
| id_t | id () const |
| id_t | ghost_id () const |
| size_t | memory () const |
| Cell< index_t > & | node_indices () |
| Cell< Facet * > & | ghost_facets () |
| Cell< Block * > & | side_connector_blocks () |
| Cell< SideSet * > & | side_connector_sidesets () |
| Map< id_t, std::pair< id_t, id_t > > & | connector_facet_map () |
| const Map< id_t, std::pair< id_t, id_t > > & | connector_facet_map () const |
| Map< id_t, real > & | connector_thicknesses () |
| const Map< id_t, real > & | connector_thicknesses () const |
the thin shell class is a data container needed to link element masters and slaves to thin shell blocks
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void belfem::mesh::ThinShell::set_label | ( | const string & | aLabel | ) |