Home
last modified time | relevance | path

Searched refs:vowned (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/moab/
H A Ddmmbfield.cxx45 merr = dmmoab->mbiface->tag_set_data(ntag, *dmmoab->vowned, (const void *)varray); in DMMoabSetFieldVector()
51 merr = dmmoab->mbiface->tag_get_data(vtag, *dmmoab->vowned, (void *)farray); in DMMoabSetFieldVector()
53 merr = dmmoab->mbiface->tag_set_data(ntag, *dmmoab->vowned, (const void *)farray); in DMMoabSetFieldVector()
59 merr = dmmoab->pcomm->exchange_tags(ntag, *dmmoab->vowned); in DMMoabSetFieldVector()
111 merr = dmmoab->mbiface->tag_set_data(ntag, *dmmoab->vowned, (const void *)farray); in DMMoabSetGlobalFieldVector()
119 merr = dmmoab->mbiface->tag_get_data(vtag, *dmmoab->vowned, (void *)varray); in DMMoabSetGlobalFieldVector()
129 merr = dmmoab->mbiface->tag_set_data(ntag, *dmmoab->vowned, (const void *)farray); in DMMoabSetGlobalFieldVector()
H A Ddmmoab.cxx264 dmmoab->vowned->clear(); in DMMoabSetLocalVertices()
271 …dmmoab->pcomm->filter_pstatus(*dmmoab->vlocal, PSTATUS_NOT_OWNED, PSTATUS_NOT, -1, dmmoab->vowned); in DMMoabSetLocalVertices()
275 tmpvtxs = moab::subtract(*dmmoab->vlocal, *dmmoab->vowned); in DMMoabSetLocalVertices()
281 *dmmoab->vowned = *dmmoab->vlocal; in DMMoabSetLocalVertices()
285 dmmoab->nloc = dmmoab->vowned->size(); in DMMoabSetLocalVertices()
338 if (owned) *owned = ((DM_Moab *)dm->data)->vowned; in DMMoabGetLocalVertices()
909 delete dmmoab->vowned; in DMDestroy_Moab()
994 …dmmoab->pcomm->filter_pstatus(*dmmoab->vlocal, PSTATUS_NOT_OWNED, PSTATUS_NOT, -1, dmmoab->vowned); in DMSetUp_Moab()
999 adjs = moab::subtract(*dmmoab->vlocal, *dmmoab->vowned); in DMSetUp_Moab()
1005 *dmmoab->vowned = *dmmoab->vlocal; in DMSetUp_Moab()
[all …]
H A Ddmmbmat.cxx82 …for (moab::Range::const_iterator iter = dmmoab->vowned->begin(); iter != dmmoab->vowned->end(); it… in DMMoab_Compute_NNZ_From_Connectivity()
H A Ddmmbmg.cxx195 for (moab::Range::iterator iter = dmbc->vowned->begin(); iter != dmbc->vowned->end(); iter++) { in DMCreateInterpolation_Moab()
H A Ddmmbvec.cxx413 if (!userrange) range = dmmoab->vowned; in DMCreateVector_Moab_Private()
583 PetscCall(DMCreateVector_Moab_Private(dm, NULL, dmmoab->vowned, PETSC_TRUE, PETSC_TRUE, gvec)); in DMCreateGlobalVector_Moab()
/petsc/src/ts/tutorials/
H A Dex35.cxx356 const moab::Range *vowned; in FormInitialSolution() local
364 PetscCall(DMMoabGetLocalVertices(dm, &vowned, NULL)); in FormInitialSolution()
372 for (moab::Range::iterator iter = vowned->begin(); iter != vowned->end(); iter++) { in FormInitialSolution()
/petsc/include/petsc/private/
H A Ddmmbimpl.h78 …moab::Range *vowned, *vghost, *vlocal; /* Vertex entities: strictly owned, strictly g… member