Lines Matching refs:cntl

127   void      *cntl; // MumpsReal, fixed size array  member
184 outer->cntl = inner->cntl; \
519 …(ID).precision == PETSC_PRECISION_SINGLE ? ((float *)(ID).cntl)[(I) - 1] : ((double *)(ID).cntl)[(…
526 if ((ID).precision == PETSC_PRECISION_SINGLE) ((float *)(ID).cntl)[(I) - 1] = (VAL); \
527 else ((double *)(ID).cntl)[(I) - 1] = (VAL); \
2602 PetscReal cntl; in MatSetFromOptions_MUMPS() local
2728 PetscCallMPI(MPI_Bcast(mumps->id.cntl, 15, MPIU_MUMPSREAL(&mumps->id), 0, mumps->omp_comm)); in MatSetFromOptions_MUMPS()
2851 …CNTL(1): relative pivoting threshold", "None", (PetscReal)ID_CNTL_GET(mumps->id, 1), &cntl, &flg)); in MatSetFromOptions_MUMPS()
2852 if (flg) ID_CNTL_SET(mumps->id, 1, cntl); in MatSetFromOptions_MUMPS()
2853 …2): stopping criterion of refinement", "None", (PetscReal)ID_CNTL_GET(mumps->id, 2), &cntl, &flg)); in MatSetFromOptions_MUMPS()
2854 if (flg) ID_CNTL_SET(mumps->id, 2, cntl); in MatSetFromOptions_MUMPS()
2855 …CNTL(3): absolute pivoting threshold", "None", (PetscReal)ID_CNTL_GET(mumps->id, 3), &cntl, &flg)); in MatSetFromOptions_MUMPS()
2856 if (flg) ID_CNTL_SET(mumps->id, 3, cntl); in MatSetFromOptions_MUMPS()
2857 … "CNTL(4): value for static pivoting", "None", (PetscReal)ID_CNTL_GET(mumps->id, 4), &cntl, &flg)); in MatSetFromOptions_MUMPS()
2858 if (flg) ID_CNTL_SET(mumps->id, 4, cntl); in MatSetFromOptions_MUMPS()
2859 …, "CNTL(5): fixation for null pivots", "None", (PetscReal)ID_CNTL_GET(mumps->id, 5), &cntl, &flg)); in MatSetFromOptions_MUMPS()
2860 if (flg) ID_CNTL_SET(mumps->id, 5, cntl); in MatSetFromOptions_MUMPS()
2861 …: dropping parameter used during BLR", "None", (PetscReal)ID_CNTL_GET(mumps->id, 7), &cntl, &flg)); in MatSetFromOptions_MUMPS()
2862 if (flg) ID_CNTL_SET(mumps->id, 7, cntl); in MatSetFromOptions_MUMPS()