Home
last modified time | relevance | path

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

/petsc/include/petsc/private/ !
H A Dvecimpl.h288 PetscInt stash_bs = (stash)->bs; in VecStashValuesBlocked_Private() local
293 array = (stash)->array + stash_bs * (stash)->n; in VecStashValuesBlocked_Private()
295 if (values) PetscCall(PetscArraycpy(array, values, stash_bs)); in VecStashValuesBlocked_Private()
296 else PetscCall(PetscArrayzero(array, stash_bs)); in VecStashValuesBlocked_Private()