Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c98 PetscInt myval; in PetscOptionsMUMPSInt_Private() local
103 …nsInt_Private(PetscOptionsObject, opt, text, man, (PetscInt)currentvalue, &myval, &myset, lb, ub)); in PetscOptionsMUMPSInt_Private()
104 if (myset) PetscCall(PetscMUMPSIntCast(myval, value)); in PetscOptionsMUMPSInt_Private()