Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c524 #define ID_CNTL_SET(ID, I, VAL) \ macro
2697 …for (icntl = 0; icntl < nCNTL_pre; ++icntl) ID_CNTL_SET(mumps->id, (PetscInt)mumps->CNTL_pre[1 + 2… in MatSetFromOptions_MUMPS()
2852 if (flg) ID_CNTL_SET(mumps->id, 1, cntl); in MatSetFromOptions_MUMPS()
2854 if (flg) ID_CNTL_SET(mumps->id, 2, cntl); in MatSetFromOptions_MUMPS()
2856 if (flg) ID_CNTL_SET(mumps->id, 3, cntl); in MatSetFromOptions_MUMPS()
2858 if (flg) ID_CNTL_SET(mumps->id, 4, cntl); in MatSetFromOptions_MUMPS()
2860 if (flg) ID_CNTL_SET(mumps->id, 5, cntl); in MatSetFromOptions_MUMPS()
2862 if (flg) ID_CNTL_SET(mumps->id, 7, cntl); in MatSetFromOptions_MUMPS()
3435 } else ID_CNTL_SET(mumps->id, icntl, val); in MatMumpsSetCntl_MUMPS()