Searched refs:INFOG (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ksp/ksp/tests/output/ |
| H A D | ex81_1.out | 18 (RINFOG(12) RINFOG(13))*2^INFOG(34) (determinant): (0.,0.)*(2^0) 19 INFOG(3) (estimated real workspace for factors on all processors after analysis): 4 20 … INFOG(4) (estimated integer workspace for factors on all processors after analysis): 88 21 INFOG(5) (estimated maximum front size in the complete tree): 1 22 INFOG(6) (number of nodes in the complete tree): 4 23 INFOG(7) (ordering option effectively used after analysis): 2 24 INFOG(8) (structural symmetry in percent of the permuted matrix after analysis): -1 25 … INFOG(9) (total real/complex workspace to store the matrix factors after factorization): 4 26 INFOG(20) (estimated number of entries in the factors): 4 27 …INFOG(21) (size in MB of memory effectively used during factorization - value on the most memory c… [all …]
|
| H A D | ex81_2.out | 30 (RINFOG(12) RINFOG(13))*2^INFOG(34) (determinant): (0.,0.)*(2^0) 31 INFOG(3) (estimated real workspace for factors on all processors after analysis): 2 32 … INFOG(4) (estimated integer workspace for factors on all processors after analysis): 44 33 INFOG(5) (estimated maximum front size in the complete tree): 1 34 INFOG(6) (number of nodes in the complete tree): 2 35 INFOG(7) (ordering option effectively used after analysis): 2 36 INFOG(8) (structural symmetry in percent of the permuted matrix after analysis): 100 37 … INFOG(9) (total real/complex workspace to store the matrix factors after factorization): 2 38 INFOG(20) (estimated number of entries in the factors): 2 39 …INFOG(21) (size in MB of memory effectively used during factorization - value on the most memory c… [all …]
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex52_4.out | 2 MUMPS INFOG(16) :: Max memory in MB = 2 3 MUMPS INFOG(17) :: Sum memory in MB = 6
|
| H A D | ex43_2_mumps.out | 42 INFOG(7) (ordering option effectively used after analysis): 1
|
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 508 #define INFOG(I) infog[(I) - 1] macro 754 …ck(mumps->id.INFOG(1) >= 0, PETSC_COMM_SELF, PETSC_ERR_LIB, "MUMPS error in solve: INFOG(1)=%d, IN… in MatMumpsHandleSchur_Private() 1782 …Check(mumps->id.INFOG(1) >= 0, PETSC_COMM_SELF, PETSC_ERR_LIB, "MUMPS error in termination: INFOG(… in MatDestroy_MUMPS() 1942 …called with singular matrix factor, INFOG(1)=%d, INFO(2)=%d\n", mumps->id.INFOG(1), mumps->id.INFO… in MatSolve_MUMPS() 1986 …ck(mumps->id.INFOG(1) >= 0, PETSC_COMM_SELF, PETSC_ERR_LIB, "MUMPS error in solve: INFOG(1)=%d, IN… in MatSolve_MUMPS() 2126 …ck(mumps->id.INFOG(1) >= 0, PETSC_COMM_SELF, PETSC_ERR_LIB, "MUMPS error in solve: INFOG(1)=%d, IN… in MatMatSolve_MUMPS() 2251 …tscCheck(mumps->id.INFOG(1) >= 0, PETSC_COMM_SELF, PETSC_ERR_LIB, "MUMPS error in solve: INFOG(1)=… in MatMatSolve_MUMPS() 2365 …=%d. -mat_mumps_icntl_13 must be set as 1 for correct global matrix inertia", mumps->id.INFOG(13)); in MatGetInertia_SBAIJMUMPS() 2367 if (nneg) *nneg = mumps->id.INFOG(12); in MatGetInertia_SBAIJMUMPS() 2370 if (nzero) *nzero = mumps->id.INFOG(28); in MatGetInertia_SBAIJMUMPS() [all …]
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Mat.pyx | 5385 """Return the MUMPS parameter, ``INFOG[icntl]``. 5392 The index of the MUMPS INFOG array.
|