Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Ddagtona.c32 Vec tmplocal, global; in DMDAGlobalToNaturalAllCreate() local
47 PetscCall(VecCreateSeqWithArray(PETSC_COMM_SELF, dd->w, N, NULL, &tmplocal)); in DMDAGlobalToNaturalAllCreate()
48 PetscCall(VecScatterCreate(global, from, tmplocal, to, scatter)); in DMDAGlobalToNaturalAllCreate()
49 PetscCall(VecDestroy(&tmplocal)); in DMDAGlobalToNaturalAllCreate()
78 Vec tmplocal, global; in DMDANaturalAllToGlobalCreate() local
93 PetscCall(VecCreateSeqWithArray(PETSC_COMM_SELF, dd->w, M, NULL, &tmplocal)); in DMDANaturalAllToGlobalCreate()
94 PetscCall(VecScatterCreate(tmplocal, from, global, to, scatter)); in DMDANaturalAllToGlobalCreate()
95 PetscCall(VecDestroy(&tmplocal)); in DMDANaturalAllToGlobalCreate()