566                                                                   {
  568  moab::Interface &moab = m_field.
get_moab();
 
  570  auto miit =
  571      cubitMeshsets.get<Composite_Cubit_msId_And_MeshsetType_mi_tag>().find(
 
  572          boost::make_tuple(ms_id, cubit_bc_type.to_ulong()));
  573  if (miit ==
  574      cubitMeshsets.get<Composite_Cubit_msId_And_MeshsetType_mi_tag>().end()) {
 
  577               "meshset not found id = %d", ms_id);
  578    } else {
  580    }
  581  }
  583  cubitMeshsets.get<Composite_Cubit_msId_And_MeshsetType_mi_tag>().erase(miit);
 
  584  CHKERR moab.delete_entities(&meshset, 1);
 
  585 
  587}
#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.