Searched refs:msets (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/moab/ |
| H A D | dmmoab.cxx | 1222 moab::Range msets; in DMSetUp_Moab() local 1223 …d_tag(dmmoab->fileset, moab::MBENTITYSET, &dmmoab->material_tag, NULL, 1, msets, moab::Interface::… in DMSetUp_Moab() 1225 if (msets.size() == 0) PetscCall(PetscInfo(NULL, "No material sets found in the fileset.\n")); in DMSetUp_Moab() 1227 for (unsigned i = 0; i < msets.size(); ++i) { in DMSetUp_Moab() 1229 merr = dmmoab->mbiface->get_entities_by_dimension(msets[i], dmmoab->dim, msetelems, true); in DMSetUp_Moab() 1238 moab::EntityHandle mset = msets[i]; in DMSetUp_Moab()
|