Lines Matching refs:elocal
362 if (range) *range = ((DM_Moab *)dm->data)->elocal; in DMMoabGetLocalElements()
385 dmmoab->elocal->clear(); in DMMoabSetLocalElements()
387 dmmoab->elocal->insert(range->begin(), range->end()); in DMMoabSetLocalElements()
390 merr = dmmoab->pcomm->filter_pstatus(*dmmoab->elocal, PSTATUS_NOT_OWNED, PSTATUS_NOT); in DMMoabSetLocalElements()
392 *dmmoab->eghost = moab::subtract(*range, *dmmoab->elocal); in DMMoabSetLocalElements()
394 dmmoab->neleloc = dmmoab->elocal->size(); in DMMoabSetLocalElements()
641 *mat = dmmoab->materials[dmmoab->elocal->index(ehandle)]; in DMMoabGetMaterialBlock()
911 delete dmmoab->elocal; in DMDestroy_Moab()
1026 dmmoab->elocal->clear(); in DMSetUp_Moab()
1027 merr = dmmoab->mbiface->get_entities_by_dimension(dmmoab->fileset, i, *dmmoab->elocal, false); in DMSetUp_Moab()
1031 if (dmmoab->elocal->size()) { in DMSetUp_Moab()
1041 *dmmoab->eghost = *dmmoab->elocal; in DMSetUp_Moab()
1042 … merr = dmmoab->pcomm->filter_pstatus(*dmmoab->elocal, PSTATUS_NOT_OWNED, PSTATUS_NOT); in DMSetUp_Moab()
1044 *dmmoab->eghost = moab::subtract(*dmmoab->eghost, *dmmoab->elocal); in DMSetUp_Moab()
1047 dmmoab->neleloc = dmmoab->elocal->size(); in DMSetUp_Moab()
1169 …merr = skinner.find_skin(dmmoab->fileset, *dmmoab->elocal, false, *dmmoab->bndyfaces, NULL, true, … in DMSetUp_Moab()
1187 …for (moab::Range::iterator iter = dmmoab->elocal->begin(); iter != dmmoab->elocal->end(); iter++) { in DMSetUp_Moab()
1219 PetscCall(PetscCalloc1(dmmoab->elocal->size(), &dmmoab->materials)); in DMSetUp_Moab()
1242 …for (unsigned j = 0; j < msetelems.size(); ++j) dmmoab->materials[dmmoab->elocal->index(msetelems[… in DMSetUp_Moab()
1371 merr = ndmmoab->mbiface->add_entities(ndmmoab->fileset, *dmmoab->elocal); in DMMoabCreateSubmesh()
1522 ((DM_Moab *)dm->data)->elocal = new moab::Range(); in DMCreate_Moab()