Home
last modified time | relevance | path

Searched refs:ICNTL (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c507 #define ICNTL(I) icntl[(I) - 1] macro
658 if (mumps->id.internal_id) mumps->id.ICNTL(19) = 0; // sometimes, the inner id is yet built in MatMumpsResetSchur_Private()
688 if (!mumps->id.ICNTL(9)) { /* transpose solve */ in MatMumpsSolveSchur_Private()
707 if (!mumps->id.ICNTL(9)) { /* transpose solve */ in MatMumpsSolveSchur_Private()
736 if (!mumps->id.ICNTL(19)) { /* do nothing when Schur complement has not been computed */ in MatMumpsHandleSchur_Private()
752 mumps->id.ICNTL(26) = 2; /* expansion phase */ in MatMumpsHandleSchur_Private()
756 mumps->id.ICNTL(26) = -1; in MatMumpsHandleSchur_Private()
1689 if (mumps->id.ICNTL(15) == 1) { in MatConvertToTriples_nest_xaij()
1716 } else mumps->id.ICNTL(15) = 0; in MatConvertToTriples_nest_xaij()
1949 mumps->id.ICNTL(20) = 10; /* dense distributed RHS, need to set rhs_loc[], irhs_loc[] */ in MatSolve_MUMPS()
[all …]
/petsc/src/ksp/ksp/tests/output/
H A Dex81_1.out29 INFOG(23) (after analysis: value of ICNTL(6) effectively used): 0
30 INFOG(24) (after analysis: value of ICNTL(12) effectively used): 1
36 INFOG(33) (value used for ICNTL(8)): 7
78 INFOG(23) (after analysis: value of ICNTL(6) effectively used): 0
79 INFOG(24) (after analysis: value of ICNTL(12) effectively used): 1
85 INFOG(33) (value used for ICNTL(8)): 7
H A Dex81_2.out41 INFOG(23) (after analysis: value of ICNTL(6) effectively used): 0
42 INFOG(24) (after analysis: value of ICNTL(12) effectively used): 1
48 INFOG(33) (value used for ICNTL(8)): 7
109 INFOG(23) (after analysis: value of ICNTL(6) effectively used): 0
110 INFOG(24) (after analysis: value of ICNTL(12) effectively used): 1
116 INFOG(33) (value used for ICNTL(8)): 7
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DMat.pyx5293 """Set a MUMPS parameter, ``ICNTL[icntl] = ival``.
5314 """Return the MUMPS parameter, ``ICNTL[icntl]``.