722 {
724 moab::Interface &moab = m_field.
get_moab();
726 auto miit =
727 cubitMeshsets.get<Composite_Cubit_msId_And_MeshsetType_mi_tag>().find(
728 boost::make_tuple(ms_id, cubit_bc_type.to_ulong()));
729 if (miit ==
730 cubitMeshsets.get<Composite_Cubit_msId_And_MeshsetType_mi_tag>().end()) {
733 "meshset not found id = %d", ms_id);
734 } else {
736 }
737 }
739 cubitMeshsets.get<Composite_Cubit_msId_And_MeshsetType_mi_tag>().erase(miit);
740 CHKERR moab.delete_entities(&meshset, 1);
741
743}
#define MoFEMFunctionReturnHot(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
@ MOFEM_DATA_INCONSISTENCY
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define CHKERR
Inline error check.
DeprecatedCoreInterface Interface
moab::Interface & get_moab()
CubitMeshSet_multiIndex cubitMeshsets
cubit meshsets
MoFEM::Core & cOre
Reference to MoFEM Core interface.