Searched refs:VecGetArrayForHYPRE (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/impls/hypre/ |
| H A D | vhyp.c | 85 static PetscErrorCode VecGetArrayForHYPRE(Vec v, int rw, HYPRE_MemoryLocation hmem, PetscScalar **p… in VecGetArrayForHYPRE() function 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()
|