Home
last modified time | relevance | path

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

/petsc/src/dm/impls/moab/
H A Ddmmbvec.cxx38 …reateVector(DM dm, moab::Tag tag, const moab::Range *range, PetscBool is_global_vec, PetscBool des… in DMMoabCreateVector() argument
43 PetscCall(DMCreateVector_Moab_Private(dm, tag, range, is_global_vec, destroy_tag, vec)); in DMMoabCreateVector()
395 …Private(DM dm, moab::Tag tag, const moab::Range *userrange, PetscBool is_global_vec, PetscBool des… in DMCreateVector_Moab_Private() argument
472 vmoab->is_global_vec = is_global_vec; in DMCreateVector_Moab_Private()
477 if (!is_global_vec) { in DMCreateVector_Moab_Private()
502 if (!is_global_vec) { in DMCreateVector_Moab_Private()
615 …PetscCall(DMCreateVector_Moab_Private(dm, NULL, vmoab->tag_range, vmoab->is_global_vec, PETSC_TRUE… in DMVecDuplicate_Moab()
/petsc/include/petsc/private/
H A Ddmmbimpl.h21 PetscBool is_global_vec; member