Lines Matching refs:hoi
254 HYPRE_Int *hdi, *hdj, *hoi, *hoj; in MatConvert_HYPRE_IS() local
293 hoi = hypre_CSRMatrixI(hoffd); in MatConvert_HYPRE_IS()
335 *ii = *(hdi++) + *(hoi++); in MatConvert_HYPRE_IS()
343 for (; jo < *hoi; jo++) { in MatConvert_HYPRE_IS()
347 *(++ii) = *(hdi++) + *(hoi++); in MatConvert_HYPRE_IS()
805 HYPRE_Int *hdi = NULL, *hdj = NULL, *hoi = NULL, *hoj = NULL; local
831 …PetscCall(MatSeqAIJCUSPARSEGetIJ(a->B, PETSC_FALSE, (const HYPRE_Int **)&hoi, (const HYPRE_Int **)…
838 …PetscCall(MatSeqAIJHIPSPARSEGetIJ(a->B, PETSC_FALSE, (const HYPRE_Int **)&hoi, (const HYPRE_Int **…
850 hoi = (HYPRE_Int *)poi;
923 PetscCall(PetscMalloc2(A->rmap->n + 1, &hoi, onnz, &hoj));
924 for (i = 0; i < A->rmap->n + 1; i++) hoi[i] = (HYPRE_Int)poi[i];
927 hypre_CSRMatrixI(hoffd) = hoi;