v0.14.0 |
Multi-index containers, data boundary data structures and other low-level functions. More...
Go to the source code of this file.
Classes | |
struct | MoFEM::CubitMeshSets |
this struct keeps basic methods for moab meshset about material and boundary conditions More... | |
struct | MoFEM::CubitMeshSets_change_add_bit_to_cubit_bc_type |
change meshset type More... | |
struct | MoFEM::CubitMeshSets_change_name |
change meshset name More... | |
struct | MoFEM::CubitMeshSets_change_attributes |
struct | MoFEM::CubitMeshSets_change_attributes_data_structure |
struct | MoFEM::CubitMeshSets_change_bc_data_structure |
Namespaces | |
MoFEM | |
implementation of Data Operators for Forces and Sources | |
Typedefs | |
typedef multi_index_container< CubitMeshSets, indexed_by< hashed_unique< tag< Meshset_mi_tag >, member< CubitMeshSets, EntityHandle, &CubitMeshSets::meshset > >, ordered_non_unique< tag< CubitMeshsetType_mi_tag >, const_mem_fun< CubitMeshSets, unsigned long int, &CubitMeshSets::getBcTypeULong > >, ordered_non_unique< tag< CubitMeshsetMaskedType_mi_tag >, const_mem_fun< CubitMeshSets, unsigned long int, &CubitMeshSets::getMaskedBcTypeULong > >, ordered_non_unique< tag< CubitMeshsets_name >, const_mem_fun< CubitMeshSets, std::string, &CubitMeshSets::getName > >, hashed_unique< tag< Composite_Cubit_msId_And_MeshsetType_mi_tag >, composite_key< CubitMeshSets, const_mem_fun< CubitMeshSets, int, &CubitMeshSets::getMeshsetId >, const_mem_fun< CubitMeshSets, unsigned long int, &CubitMeshSets::getMaskedBcTypeULong > > > > > | MoFEM::CubitMeshSet_multiIndex |
Stores data about meshsets (see CubitMeshSets) storing data about boundary conditions, interfaces, sidesets, nodests, blocksets. More... | |
Multi-index containers, data boundary data structures and other low-level functions.
Definition in file BCMultiIndices.hpp.