Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/hypre/
H A Dvhyp.c20 HYPRE_MemoryLocation memloc; in VecHYPRE_IJVectorCreate() local
22 PetscCallHYPRE(HYPRE_GetMemoryLocation(&memloc)); in VecHYPRE_IJVectorCreate()
23 PetscCallHYPRE(HYPRE_IJVectorInitialize_v2(nij->ij, memloc)); in VecHYPRE_IJVectorCreate()
50 HYPRE_MemoryLocation memloc; in VecHYPRE_IJVectorCopy() local
52 PetscCallHYPRE(HYPRE_GetMemoryLocation(&memloc)); in VecHYPRE_IJVectorCopy()
53 PetscCallHYPRE(HYPRE_IJVectorInitialize_v2(ij->ij, memloc)); in VecHYPRE_IJVectorCopy()