Searched refs:PetscMUMPSIntCast (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 85 static inline PetscErrorCode PetscMUMPSIntCast(PetscCount a, PetscMUMPSInt *b) in PetscMUMPSIntCast() function 104 if (myset) PetscCall(PetscMUMPSIntCast(myval, value)); in PetscOptionsMUMPSInt_Private() 637 for (i = 0; i < nrow + 1; i++) PetscCall(PetscMUMPSIntCast(ia[i], &mumps->ia_alloc[i])); in PetscMUMPSIntCSRCast() 638 for (i = 0; i < nnz; i++) PetscCall(PetscMUMPSIntCast(ja[i], &mumps->ja_alloc[i])); in PetscMUMPSIntCSRCast() 646 PetscCall(PetscMUMPSIntCast(nnz, nnz_mumps)); in PetscMUMPSIntCSRCast() 806 PetscCall(PetscMUMPSIntCast(i + shift, &row[k])); in MatConvertToTriples_seqaij_seqaij() 807 PetscCall(PetscMUMPSIntCast(ajj[j] + shift, &col[k])); in MatConvertToTriples_seqaij_seqaij() 832 …, r = 0; j < a->sliidx[i + 1]; j++, r = ((r + 1) & 0x07)) PetscCall(PetscMUMPSIntCast(8 * i + r + … in MatConvertToTriples_seqsell_seqaij() 834 for (i = 0; i < nz; i++) PetscCall(PetscMUMPSIntCast(a->colidx[i] + shift, &col[i])); in MatConvertToTriples_seqsell_seqaij() 865 PetscCall(PetscMUMPSIntCast(i * bs + m + shift, &row[idx])); in MatConvertToTriples_seqbaij_seqaij() [all …]
|