Searched refs:eghost (Results 1 – 2 of 2) sorted by relevance
386 dmmoab->eghost->clear(); in DMMoabSetLocalElements()392 *dmmoab->eghost = moab::subtract(*range, *dmmoab->elocal); in DMMoabSetLocalElements()395 dmmoab->neleghost = dmmoab->eghost->size(); in DMMoabSetLocalElements()912 delete dmmoab->eghost; in DMDestroy_Moab()1022 dmmoab->eghost->clear(); in DMSetUp_Moab()1041 *dmmoab->eghost = *dmmoab->elocal; in DMSetUp_Moab()1044 *dmmoab->eghost = moab::subtract(*dmmoab->eghost, *dmmoab->elocal); in DMSetUp_Moab()1048 dmmoab->neleghost = dmmoab->eghost->size(); in DMSetUp_Moab()1523 ((DM_Moab *)dm->data)->eghost = new moab::Range(); in DMCreate_Moab()
79 …moab::Range *elocal, *eghost; /* Topological dimensional entities: strictly … member