Searched refs:VecHYPRE_IJVectorMemoryLocation (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/impls/hypre/ |
| H A D | vhyp.c | 134 #define VecHYPRE_IJVectorMemoryLocation(v) hypre_IJVectorMemoryLocation((hypre_IJVector *)(v)) macro 147 …PetscCall(VecGetArrayForHYPRE(v, 0, VecHYPRE_IJVectorMemoryLocation(ij->ij), (PetscScalar **)&pv, … in VecHYPRE_IJVectorPushVecRead() 164 …PetscCall(VecGetArrayForHYPRE(v, 1, VecHYPRE_IJVectorMemoryLocation(ij->ij), (PetscScalar **)&pv, … in VecHYPRE_IJVectorPushVecWrite() 181 …PetscCall(VecGetArrayForHYPRE(v, 2, VecHYPRE_IJVectorMemoryLocation(ij->ij), (PetscScalar **)&pv, … in VecHYPRE_IJVectorPushVec() 212 if (hmem != VecHYPRE_IJVectorMemoryLocation(ij->ij)) { in VecHYPRE_IJBindToCPU()
|