Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/
H A Dfdmpiaij.c407 const PetscInt *is, *A_ci, *A_cj, *B_ci, *B_cj, *row = NULL, *ltog = NULL; in MatFDColoringSetUp_MPIXAIJ() local
444 …PetscCall(MatGetColumnIJ_SeqBAIJ_Color(A, 0, PETSC_FALSE, PETSC_FALSE, &ncols, &A_ci, &A_cj, &spid… in MatFDColoringSetUp_MPIXAIJ()
473 …PetscCall(MatGetColumnIJ_SeqSELL_Color(A, 0, PETSC_FALSE, PETSC_FALSE, &ncols, &A_ci, &A_cj, &spid… in MatFDColoringSetUp_MPIXAIJ()
498 …PetscCall(MatGetColumnIJ_SeqAIJ_Color(A, 0, PETSC_FALSE, PETSC_FALSE, &ncols, &A_ci, &A_cj, &spidx… in MatFDColoringSetUp_MPIXAIJ()
574 row = A_cj + tmp; in MatFDColoringSetUp_MPIXAIJ()
639 …PetscCall(MatRestoreColumnIJ_SeqBAIJ_Color(A, 0, PETSC_FALSE, PETSC_FALSE, &ncols, &A_ci, &A_cj, &… in MatFDColoringSetUp_MPIXAIJ()
643 …PetscCall(MatRestoreColumnIJ_SeqSELL_Color(A, 0, PETSC_FALSE, PETSC_FALSE, &ncols, &A_ci, &A_cj, &… in MatFDColoringSetUp_MPIXAIJ()
646 …PetscCall(MatRestoreColumnIJ_SeqAIJ_Color(A, 0, PETSC_FALSE, PETSC_FALSE, &ncols, &A_ci, &A_cj, &s… in MatFDColoringSetUp_MPIXAIJ()