| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpihashmat.h | 26 …PetscCheck(!A->nooffprocentries, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Setting off process row %"… in MatSetValues_MPI_Hash() 62 if (a->donotstash || A->nooffprocentries) PetscFunctionReturn(PETSC_SUCCESS); in MatAssemblyBegin_MPI_Hash() 78 if (!a->donotstash && !A->nooffprocentries) { in MatFinishScatterAndSetValues_MPI_Hash()
|
| H A D | mpiaij.c | 621 …PetscCheck(!mat->nooffprocentries, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Setting off process row … in MatSetValues_MPIAIJ() 765 if (aij->donotstash || mat->nooffprocentries) PetscFunctionReturn(PETSC_SUCCESS); in MatAssemblyBegin_MPIAIJ() 785 if (!aij->donotstash && !mat->nooffprocentries) { in MatAssemblyEnd_MPIAIJ() 3506 …C->nooffprocentries = PETSC_TRUE; /* See MatAssemblyBegin_MPIAIJ. In effect, making MatAssemblyBeg… in MatCreateMPIAIJWithSeqAIJ() 3871 PetscBool nooffprocentries; in MatMPIAIJSetPreallocationCSR_MPIAIJ() local 3913 nooffprocentries = B->nooffprocentries; in MatMPIAIJSetPreallocationCSR_MPIAIJ() 3914 B->nooffprocentries = PETSC_TRUE; in MatMPIAIJSetPreallocationCSR_MPIAIJ() 3917 B->nooffprocentries = nooffprocentries; in MatMPIAIJSetPreallocationCSR_MPIAIJ() 4228 PetscBool nooffprocentries; in MatUpdateMPIAIJWithArrays() local 4262 nooffprocentries = mat->nooffprocentries; in MatUpdateMPIAIJWithArrays() [all …]
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mpisbaij.c | 379 …PetscCheck(!mat->nooffprocentries, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Setting off process row … in MatSetValues_MPISBAIJ() 637 …PetscCheck(!mat->nooffprocentries, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Setting off process bloc… in MatSetValuesBlocked_MPISBAIJ() 774 if (baij->donotstash || mat->nooffprocentries) PetscFunctionReturn(PETSC_SUCCESS); in MatAssemblyBegin_MPISBAIJ() 798 if (!baij->donotstash && !mat->nooffprocentries) { in MatAssemblyEnd_MPISBAIJ() 1982 PetscBool nooffprocentries; in MatMPISBAIJSetPreallocationCSR_MPISBAIJ() local 2041 nooffprocentries = B->nooffprocentries; in MatMPISBAIJSetPreallocationCSR_MPISBAIJ() 2042 B->nooffprocentries = PETSC_TRUE; in MatMPISBAIJSetPreallocationCSR_MPISBAIJ() 2045 B->nooffprocentries = nooffprocentries; in MatMPISBAIJSetPreallocationCSR_MPISBAIJ()
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 312 …PetscCheck(!mat->nooffprocentries, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Setting off process row … in MatSetValues_MPIBAIJ() 475 …PetscCheck(!mat->nooffprocentries, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Setting off process bloc… in MatSetValuesBlocked_MPIBAIJ() 889 if (baij->donotstash || mat->nooffprocentries) PetscFunctionReturn(PETSC_SUCCESS); in MatAssemblyBegin_MPIBAIJ() 912 if (!baij->donotstash && !mat->nooffprocentries) { in MatAssemblyEnd_MPIBAIJ() 2552 PetscBool nooffprocentries; in MatMPIBAIJSetPreallocationCSR_MPIBAIJ() local 2604 nooffprocentries = B->nooffprocentries; in MatMPIBAIJSetPreallocationCSR_MPIBAIJ() 2605 B->nooffprocentries = PETSC_TRUE; in MatMPIBAIJSetPreallocationCSR_MPIBAIJ() 2608 B->nooffprocentries = nooffprocentries; in MatMPIBAIJSetPreallocationCSR_MPIBAIJ()
|
| /petsc/src/mat/impls/hypre/ |
| H A D | mhypre.c | 1447 if (!A->nooffprocentries) { 1579 …PetscCheck(!A->nooffprocentries, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Setting off process row %"… 1599 …PetscCheck(!A->nooffprocentries, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Setting off process row %"… 2070 if (mat->nooffprocentries) PetscFunctionReturn(PETSC_SUCCESS); 2339 PetscCall(MatSetOption(hmat->cooMat, MAT_NO_OFF_PROC_ENTRIES, mat->nooffprocentries));
|
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mpisell.c | 234 …PetscCheck(!mat->nooffprocentries, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Setting off process row … in MatSetValues_MPISELL() 288 if (sell->donotstash || mat->nooffprocentries) PetscFunctionReturn(PETSC_SUCCESS); in MatAssemblyBegin_MPISELL() 306 if (!sell->donotstash && !mat->nooffprocentries) { in MatAssemblyEnd_MPISELL()
|
| /petsc/src/mat/impls/scalapack/ |
| H A D | matscalapack.c | 150 …PetscCheck(!A->nooffprocentries, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Setting off process entry … in MatSetValues_ScaLAPACK() 1131 Bmpi->nooffprocentries = PETSC_TRUE; in MatConvert_Dense_ScaLAPACK() 1312 if (A->nooffprocentries) PetscFunctionReturn(PETSC_SUCCESS); in MatAssemblyBegin_ScaLAPACK() 1328 if (A->nooffprocentries) PetscFunctionReturn(PETSC_SUCCESS); in MatAssemblyEnd_ScaLAPACK()
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 4963 B->nooffprocentries = mat->nooffprocentries; in MatDuplicate() 6087 mat->nooffprocentries = flg; in MatSetOption() 6194 *flg = mat->nooffprocentries; in MatGetOption()
|
| /petsc/src/mat/impls/dense/mpi/ |
| H A D | mpidense.c | 385 if (mdn->donotstash || mat->nooffprocentries) PetscFunctionReturn(PETSC_SUCCESS); in MatAssemblyBegin_MPIDense() 401 if (!mdn->donotstash && !mat->nooffprocentries) { in MatAssemblyEnd_MPIDense()
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 480 PetscBool nooffprocentries, nooffproczerorows; member
|
| /petsc/src/mat/impls/aij/mpi/kokkos/ |
| H A D | mpiaijkok.kokkos.cxx | 1399 …C->nooffprocentries = PETSC_TRUE; /* See MatAssemblyBegin_MPIAIJ. In effect, making MatAssemblyBeg… in MatProductSymbolic_MPIAIJKokkos()
|