Searched refs:nCNTL_pre (Results 1 – 1 of 1) sorted by relevance
2614 PetscInt nCNTL_pre = mumps->CNTL_pre ? mumps->CNTL_pre[0] : 0; in MatSetFromOptions_MUMPS() local2697 …for (icntl = 0; icntl < nCNTL_pre; ++icntl) ID_CNTL_SET(mumps->id, (PetscInt)mumps->CNTL_pre[1 + 2… in MatSetFromOptions_MUMPS()3425 PetscInt i, nCNTL_pre = mumps->CNTL_pre ? mumps->CNTL_pre[0] : 0; in MatMumpsSetCntl_MUMPS() local3426 for (i = 0; i < nCNTL_pre; ++i) in MatMumpsSetCntl_MUMPS()3428 if (i == nCNTL_pre) { in MatMumpsSetCntl_MUMPS()3429 if (i > 0) PetscCall(PetscRealloc(sizeof(PetscReal) * (2 * nCNTL_pre + 3), &mumps->CNTL_pre)); in MatMumpsSetCntl_MUMPS()3445 PetscInt i, nCNTL_pre = mumps->CNTL_pre ? mumps->CNTL_pre[0] : 0; in MatMumpsGetCntl_MUMPS() local3447 for (i = 0; i < nCNTL_pre; ++i) { in MatMumpsGetCntl_MUMPS()