| /petsc/src/mat/tests/output/ |
| H A D | ex132_1.out | 14 C1: nz_allocated = 24.; nz_used = 24.; nz_unneeded = 0. 28 C1: nz_allocated = 24.; nz_used = 24.; nz_unneeded = 0. 36 C2: nz_allocated = 20.; nz_used = 20.; nz_unneeded = 0.
|
| H A D | ex132_2.out | 14 C1: nz_allocated = 25.; nz_used = 25.; nz_unneeded = 0. 28 C1: nz_allocated = 25.; nz_used = 25.; nz_unneeded = 0. 36 C2: nz_allocated = 22.; nz_used = 22.; nz_unneeded = 0.
|
| H A D | ex132_1_par.out | 26 C1: nz_allocated = 56.; nz_used = 56.; nz_unneeded = 0. 52 C1: nz_allocated = 56.; nz_used = 56.; nz_unneeded = 0. 66 C2: nz_allocated = 46.; nz_used = 46.; nz_unneeded = 0.
|
| H A D | ex132_2_par.out | 26 C1: nz_allocated = 59.; nz_used = 59.; nz_unneeded = 0. 52 C1: nz_allocated = 59.; nz_used = 59.; nz_unneeded = 0. 66 C2: nz_allocated = 50.; nz_used = 50.; nz_unneeded = 0.
|
| /petsc/src/mat/tests/ |
| H A D | ex74.c | 176 j = (int)(minfo1.nz_allocated - minfo2.nz_allocated); in main() 177 k1 = (int)(minfo1.nz_allocated - minfo1.nz_used); in main() 178 k2 = (int)(minfo2.nz_allocated - minfo2.nz_used); in main() 205 j = (int)(minfo1.nz_allocated - minfo2.nz_allocated); in main() 206 k1 = (int)(minfo1.nz_allocated - minfo1.nz_used); in main() 207 k2 = (int)(minfo2.nz_allocated - minfo2.nz_used); in main()
|
| H A D | ex132.c | 96 …RLD, " C1: nz_allocated = %g; nz_used = %g; nz_unneeded = %g\n", info.nz_allocated, info.nz_used, … in main() 121 …RLD, " C1: nz_allocated = %g; nz_used = %g; nz_unneeded = %g\n", info.nz_allocated, info.nz_used, … in main() 136 …RLD, " C2: nz_allocated = %g; nz_used = %g; nz_unneeded = %g\n", info.nz_allocated, info.nz_used, … in main()
|
| H A D | ex49.c | 50 …, allocated nonzeros = %" PetscInt_FMT "\n", (PetscInt)info.nz_used, (PetscInt)info.nz_allocated)); in main() 69 …, allocated nonzeros = %" PetscInt_FMT "\n", (PetscInt)info.nz_used, (PetscInt)info.nz_allocated)); in main()
|
| H A D | ex9.c | 88 …, allocated nonzeros = %" PetscInt_FMT "\n", (PetscInt)info.nz_used, (PetscInt)info.nz_allocated)); in main() 90 …, allocated nonzeros = %" PetscInt_FMT "\n", (PetscInt)info.nz_used, (PetscInt)info.nz_allocated)); in main()
|
| H A D | ex8.c | 51 …, allocated nonzeros = %" PetscInt_FMT "\n", (PetscInt)info.nz_used, (PetscInt)info.nz_allocated)); in main()
|
| H A D | ex77.c | 167 j = (int)(minfo1.nz_allocated - minfo2.nz_allocated); in main()
|
| H A D | ex1.c | 121 …, allocated nonzeros = %" PetscInt_FMT "\n", (PetscInt)info.nz_used, (PetscInt)info.nz_allocated)); in main()
|
| H A D | ex23.c | 144 …t_FMT " %" PetscInt_FMT "\n", PetscGlobalRank, (PetscInt)info.nz_used, (PetscInt)info.nz_allocated, in main() 148 …nt_FMT " %" PetscInt_FMT "\n", (PetscInt)info.nz_used, (PetscInt)info.nz_allocated, (PetscInt)info… in main() 151 …nt_FMT " %" PetscInt_FMT "\n", (PetscInt)info.nz_used, (PetscInt)info.nz_allocated, (PetscInt)info… in main()
|
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mpisell.c | 557 … (PetscInt)info.nz_allocated, (PetscInt)info.memory)); in MatView_MPISELL_ASCIIorDraworSocket() 560 … (PetscInt)info.nz_allocated, (PetscInt)info.memory)); in MatView_MPISELL_ASCIIorDraworSocket() 703 isend[1] = info->nz_allocated; in MatGetInfo_MPISELL() 711 isend[1] += info->nz_allocated; in MatGetInfo_MPISELL() 717 info->nz_allocated = isend[1]; in MatGetInfo_MPISELL() 725 info->nz_allocated = irecv[1]; in MatGetInfo_MPISELL() 733 info->nz_allocated = irecv[1]; in MatGetInfo_MPISELL()
|
| /petsc/src/mat/impls/elemental/ |
| H A D | matelem.cxx | 68 info->nz_allocated = (*a->emat).AllocatedMemory(); /* locally allocated */ in MatGetInfo_Elemental() 69 info->nz_used = info->nz_allocated; in MatGetInfo_Elemental() 76 info->nz_allocated = (*a->emat).AllocatedMemory(); /* locally allocated */ in MatGetInfo_Elemental() 77 … info->nz_used = info->nz_allocated; /* assume Elemental does accurate allocation */ in MatGetInfo_Elemental()
|
| /petsc/doc/changes/ |
| H A D | 323.md | 179 …milar are now derived data types instead of arrays, use e.g. `matinfo%nz_allocated` to access thei…
|
| /petsc/src/mat/impls/cdiagonal/ |
| H A D | cdiagonal.c | 268 info->nz_allocated = 1.0; in MatGetInfo_ConstantDiagonal()
|
| /petsc/src/mat/impls/aij/mpi/pastix/ |
| H A D | pastix.c | 353 info->nz_allocated = pastix->iparm[IPARM_ALLOCATED_TERMS]; in MatGetInfo_PaStiX()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpimatmatmult.c | 2181 nz_local = (PetscInt)(Ainfo.nz_allocated + Binfo.nz_allocated); in MatProductSetFromOptions_MPIAIJ_AB() 2247 nz_local = (PetscInt)(Ainfo.nz_allocated + Binfo.nz_allocated); in MatProductSetFromOptions_MPIAIJ_AtB() 2312 nz_local = (PetscInt)(Ainfo.nz_allocated + Pinfo.nz_allocated); in MatProductSetFromOptions_MPIAIJ_PtAP()
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mpisbaij.c | 901 … PetscInt_FMT " mem %g\n", rank, mat->rmap->n, (PetscInt)info.nz_used, (PetscInt)info.nz_allocated, in MatView_MPISBAIJ_ASCIIorDraworSocket() 1450 isend[1] = info->nz_allocated; in MatGetInfo_MPISBAIJ() 1458 isend[1] += info->nz_allocated; in MatGetInfo_MPISBAIJ() 1464 info->nz_allocated = isend[1]; in MatGetInfo_MPISBAIJ() 1472 info->nz_allocated = irecv[1]; in MatGetInfo_MPISBAIJ() 1480 info->nz_allocated = irecv[1]; in MatGetInfo_MPISBAIJ()
|
| /petsc/src/mat/impls/sbaij/seq/cholmod/ |
| H A D | sbaijcholmod.c | 486 info->nz_allocated = chol->common->lnz; in MatGetInfo_CHOLMOD()
|
| /petsc/src/mat/impls/dense/mpi/ |
| H A D | mpidense.c | 816 …mem %" PetscInt_FMT " \n", rank, mat->rmap->n, (PetscInt)info.nz_used, (PetscInt)info.nz_allocated, in MatView_MPIDense_ASCIIorDraworSocket() 904 isend[1] = info->nz_allocated; in MatGetInfo_MPIDense() 910 info->nz_allocated = isend[1]; in MatGetInfo_MPIDense() 918 info->nz_allocated = irecv[1]; in MatGetInfo_MPIDense() 926 info->nz_allocated = irecv[1]; in MatGetInfo_MPIDense()
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 1027 … PetscInt_FMT " mem %g\n", rank, mat->rmap->n, (PetscInt)info.nz_used, (PetscInt)info.nz_allocated, in MatView_MPIBAIJ_ASCIIorDraworSocket() 1414 isend[1] = info->nz_allocated; in MatGetInfo_MPIBAIJ() 1422 isend[1] += info->nz_allocated; in MatGetInfo_MPIBAIJ() 1429 info->nz_allocated = isend[1]; in MatGetInfo_MPIBAIJ() 1437 info->nz_allocated = irecv[1]; in MatGetInfo_MPIBAIJ() 1445 info->nz_allocated = irecv[1]; in MatGetInfo_MPIBAIJ()
|
| /petsc/src/mat/impls/diagonal/ |
| H A D | diagonal.c | 546 info->nz_allocated = A->cmap->N; in MatGetInfo_Diagonal()
|
| /petsc/src/mat/impls/scalapack/ |
| H A D | matscalapack.c | 69 info->nz_allocated = isend[0]; in MatGetInfo_ScaLAPACK() 73 info->nz_allocated = irecv[0]; in MatGetInfo_ScaLAPACK() 77 info->nz_allocated = irecv[0]; in MatGetInfo_ScaLAPACK()
|
| /petsc/src/mat/impls/aij/mpi/mkl_cpardiso/ |
| H A D | mkl_cpardiso.c | 753 info->nz_allocated = mat_mkl_cpardiso->nz + 0.0; in MatGetInfo_MKL_CPARDISO()
|