Home
last modified time | relevance | path

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

/petsc/src/dm/impls/moab/
H A Ddmmbvec.cxx400 PetscInt count, lnative_vec, gnative_vec; in DMCreateVector_Moab_Private() local
419 lnative_vec = (range->psize() - 1); in DMCreateVector_Moab_Private()
421 lnative_vec = 1; /* NOTE: Testing PETSc vector: will force to create native vector all the time */ in DMCreateVector_Moab_Private()
426 …PetscCallMPI(MPIU_Allreduce(&lnative_vec, &gnative_vec, 1, MPI_INT, MPI_MAX, ((PetscObject)dm)->co… in DMCreateVector_Moab_Private()
428 gnative_vec = lnative_vec; in DMCreateVector_Moab_Private()