Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/pastix/
H A Dpastix.c379 PetscReal dcntl; in MatSetFromOptions_PaStiX() local
397 …LON_REFINEMENT]: Epsilon refinement", "None", dparm[DPARM_EPSILON_REFINEMENT], &dcntl, &set, -1.)); in MatSetFromOptions_PaStiX()
398 if (set) dparm[DPARM_EPSILON_REFINEMENT] = (double)dcntl; in MatSetFromOptions_PaStiX()
400 …LON_MAGN_CTRL]: Epsilon magnitude control", "None", dparm[DPARM_EPSILON_MAGN_CTRL], &dcntl, &set)); in MatSetFromOptions_PaStiX()
401 if (set) dparm[DPARM_EPSILON_MAGN_CTRL] = (double)dcntl; in MatSetFromOptions_PaStiX()
415 …NCE]: Tolerance for low-rank kernels", "None", dparm[DPARM_COMPRESS_TOLERANCE], &dcntl, &set, 0.)); in MatSetFromOptions_PaStiX()
416 if (set) dparm[DPARM_COMPRESS_TOLERANCE] = (double)dcntl; in MatSetFromOptions_PaStiX()