v0.14.0 |
MeshsetsManager interface. More...
Go to the source code of this file.
Classes | |
struct | MoFEM::MeshsetsManager |
Interface for managing meshsets containing materials and boundary conditions. More... | |
Namespaces | |
MoFEM | |
implementation of Data Operators for Forces and Sources | |
Macros | |
#define | _IT_CUBITMESHSETS_FOR_LOOP_(MESHSET_MANAGER, IT) |
Iterator that loops over all the Cubit MeshSets in a moFEM field. More... | |
#define | _IT_CUBITMESHSETS_BY_BCDATA_TYPE_FOR_LOOP_(MESHSET_MANAGER, CUBITBCTYPE, IT) |
Iterator that loops over a specific Cubit MeshSet in a moFEM field. More... | |
#define | _IT_CUBITMESHSETS_BY_SET_TYPE_FOR_LOOP_(MESHSET_MANAGER, CUBITBCTYPE, IT) |
Iterator that loops over a specific Cubit MeshSet having a particular BC meshset in a moFEM field. More... | |
#define | _IT_CUBITMESHSETS_BY_NAME_FOR_LOOP_(MESHSET_MANAGER, NAME, IT) |
Iterator that loops over Cubit BlockSet having a particular name. More... | |
Typedefs | |
typedef CubitMeshSet_multiIndex::index< CubitMeshsetType_mi_tag >::type | MoFEM::CubitMeshsetByType |
typedef CubitMeshSet_multiIndex::index< CubitMeshsetMaskedType_mi_tag >::type | MoFEM::CubitMeshsetByMask |
typedef CubitMeshSet_multiIndex::index< CubitMeshsets_name >::type | MoFEM::CubitMeshsetByName |
typedef CubitMeshSet_multiIndex::index< CubitMeshsetType_mi_tag >::type | MoFEM::CubitMeshsetById |
MeshsetsManager interface.
Interface to manage material and boundary sets
Definition in file MeshsetsManager.hpp.