Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/ !
H A Daij.c779 PetscInt nzd = 0, fshift = 1, *sptr; in MatView_SeqAIJ_ASCII() local
781 PetscCall(PetscMalloc1(m + 1, &sptr)); in MatView_SeqAIJ_ASCII()
783 sptr[i] = nzd + 1; in MatView_SeqAIJ_ASCII()
794 sptr[m] = nzd + 1; in MatView_SeqAIJ_ASCII()
798 …T " %" PetscInt_FMT " %" PetscInt_FMT "\n", sptr[i], sptr[i + 1], sptr[i + 2], sptr[i + 3], sptr[i… in MatView_SeqAIJ_ASCII()
800 …Int_FMT " %" PetscInt_FMT " %" PetscInt_FMT "\n", sptr[i], sptr[i + 1], sptr[i + 2], sptr[i + 3], in MatView_SeqAIJ_ASCII()
802 …" PetscInt_FMT " %" PetscInt_FMT " %" PetscInt_FMT "\n", sptr[i], sptr[i + 1], sptr[i + 2], sptr[i… in MatView_SeqAIJ_ASCII()
804 …r, " %" PetscInt_FMT " %" PetscInt_FMT " %" PetscInt_FMT "\n", sptr[i], sptr[i + 1], sptr[i + 2])); in MatView_SeqAIJ_ASCII()
806 …ll(PetscViewerASCIIPrintf(viewer, " %" PetscInt_FMT " %" PetscInt_FMT "\n", sptr[i], sptr[i + 1])); in MatView_SeqAIJ_ASCII()
808 PetscCall(PetscViewerASCIIPrintf(viewer, " %" PetscInt_FMT "\n", sptr[i])); in MatView_SeqAIJ_ASCII()
[all …]