Lines Matching refs:elocal

366   if (range) *range = ((DM_Moab*)dm->data)->elocal;  in DMMoabGetLocalElements()
389 dmmoab->elocal->clear(); in DMMoabSetLocalElements()
391 dmmoab->elocal->insert(range->begin(), range->end()); in DMMoabSetLocalElements()
394 …merr = dmmoab->pcomm->filter_pstatus(*dmmoab->elocal, PSTATUS_NOT_OWNED, PSTATUS_NOT); MBERRNM(mer… in DMMoabSetLocalElements()
395 *dmmoab->eghost = moab::subtract(*range, *dmmoab->elocal); in DMMoabSetLocalElements()
397 dmmoab->neleloc = dmmoab->elocal->size(); in DMMoabSetLocalElements()
645 *mat = dmmoab->materials[dmmoab->elocal->index(ehandle)]; in DMMoabGetMaterialBlock()
929 delete dmmoab->elocal; in DMDestroy_Moab()
1047 dmmoab->elocal->clear(); in DMSetUp_Moab()
1048 …merr = dmmoab->mbiface->get_entities_by_dimension(dmmoab->fileset, i, *dmmoab->elocal, false); MBE… in DMSetUp_Moab()
1051 if (dmmoab->elocal->size()) { in DMSetUp_Moab()
1061 *dmmoab->eghost = *dmmoab->elocal; in DMSetUp_Moab()
1062 …merr = dmmoab->pcomm->filter_pstatus(*dmmoab->elocal, PSTATUS_NOT_OWNED, PSTATUS_NOT); MBERRNM(mer… in DMSetUp_Moab()
1063 *dmmoab->eghost = moab::subtract(*dmmoab->eghost, *dmmoab->elocal); in DMSetUp_Moab()
1066 dmmoab->neleloc = dmmoab->elocal->size(); in DMSetUp_Moab()
1192 …merr = skinner.find_skin(dmmoab->fileset, *dmmoab->elocal, false, *dmmoab->bndyfaces, NULL, true, … in DMSetUp_Moab()
1206 …for (moab::Range::iterator iter = dmmoab->elocal->begin(); iter != dmmoab->elocal->end(); iter++) { in DMSetUp_Moab()
1236 ierr = PetscCalloc1(dmmoab->elocal->size(), &dmmoab->materials);CHKERRQ(ierr); in DMSetUp_Moab()
1258 dmmoab->materials[dmmoab->elocal->index(msetelems[j])]=partID; in DMSetUp_Moab()
1387 …merr = ndmmoab->mbiface->add_entities(ndmmoab->fileset, *dmmoab->elocal); MBERR("Adding child elem… in DMMoabCreateSubmesh()
1550 ((DM_Moab*)dm->data)->elocal = new moab::Range(); in DMCreate_Moab()