Lines Matching refs:isend
1195 PetscLogDouble isend[6], irecv[6]; in MatGetInfo_IS() local
1202 isend[0] = info.nz_used; in MatGetInfo_IS()
1203 isend[1] = info.nz_allocated; in MatGetInfo_IS()
1204 isend[2] = info.nz_unneeded; in MatGetInfo_IS()
1205 isend[3] = info.memory; in MatGetInfo_IS()
1206 isend[4] = info.mallocs; in MatGetInfo_IS()
1208 isend[0] = 0.; in MatGetInfo_IS()
1209 isend[1] = 0.; in MatGetInfo_IS()
1210 isend[2] = 0.; in MatGetInfo_IS()
1211 isend[3] = 0.; in MatGetInfo_IS()
1212 isend[4] = 0.; in MatGetInfo_IS()
1214 isend[5] = matis->A->num_ass; in MatGetInfo_IS()
1216 ginfo->nz_used = isend[0]; in MatGetInfo_IS()
1217 ginfo->nz_allocated = isend[1]; in MatGetInfo_IS()
1218 ginfo->nz_unneeded = isend[2]; in MatGetInfo_IS()
1219 ginfo->memory = isend[3]; in MatGetInfo_IS()
1220 ginfo->mallocs = isend[4]; in MatGetInfo_IS()
1221 ginfo->assemblies = isend[5]; in MatGetInfo_IS()
1223 …PetscCallMPI(MPIU_Allreduce(isend, irecv, 6, MPIU_PETSCLOGDOUBLE, MPI_MAX, PetscObjectComm((PetscO… in MatGetInfo_IS()
1232 …PetscCallMPI(MPIU_Allreduce(isend, irecv, 5, MPIU_PETSCLOGDOUBLE, MPI_SUM, PetscObjectComm((PetscO… in MatGetInfo_IS()