Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c580 PetscReal *CNTL_pre; member
1777 PetscCall(PetscFree(mumps->CNTL_pre)); in MatDestroy_MUMPS()
2614 PetscInt nCNTL_pre = mumps->CNTL_pre ? mumps->CNTL_pre[0] : 0; in MatSetFromOptions_MUMPS()
2697 …L_pre; ++icntl) ID_CNTL_SET(mumps->id, (PetscInt)mumps->CNTL_pre[1 + 2 * icntl], mumps->CNTL_pre[2… in MatSetFromOptions_MUMPS()
2700 PetscCall(PetscFree(mumps->CNTL_pre)); in MatSetFromOptions_MUMPS()
3425 PetscInt i, nCNTL_pre = mumps->CNTL_pre ? mumps->CNTL_pre[0] : 0; in MatMumpsSetCntl_MUMPS()
3427 if (mumps->CNTL_pre[1 + 2 * i] == icntl) break; in MatMumpsSetCntl_MUMPS()
3429 if (i > 0) PetscCall(PetscRealloc(sizeof(PetscReal) * (2 * nCNTL_pre + 3), &mumps->CNTL_pre)); in MatMumpsSetCntl_MUMPS()
3430 else PetscCall(PetscCalloc(sizeof(PetscReal) * 3, &mumps->CNTL_pre)); in MatMumpsSetCntl_MUMPS()
3431 mumps->CNTL_pre[0]++; in MatMumpsSetCntl_MUMPS()
[all …]