Home
last modified time | relevance | path

Searched refs:eghost (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/moab/
H A Ddmmoab.cxx386 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()
/petsc/include/petsc/private/
H A Ddmmbimpl.h79 …moab::Range *elocal, *eghost; /* Topological dimensional entities: strictly … member