Searched refs:ginfo (Results 1 – 1 of 1) sorted by relevance
1191 static PetscErrorCode MatGetInfo_IS(Mat A, MatInfoType flag, MatInfo *ginfo) in MatGetInfo_IS() argument1216 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()1225 ginfo->nz_used = irecv[0]; in MatGetInfo_IS()1226 ginfo->nz_allocated = irecv[1]; in MatGetInfo_IS()1227 ginfo->nz_unneeded = irecv[2]; in MatGetInfo_IS()[all …]