Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscrand.pxi21 PetscErrorCode PetscRandomGetInterval(PetscRandom, PetscScalar*, PetscScalar*)
H A DRandom.pyx206 setInterval, petsc.PetscRandomGetInterval
211 CHKERR(PetscRandomGetInterval(self.rnd, &sval1, &sval2))
/petsc/src/sys/classes/random/interface/
H A Drandom.c188 PetscErrorCode PetscRandomGetInterval(PetscRandom r, PetscScalar *low, PetscScalar *high) in PetscRandomGetInterval() function
H A Drandomc.c184 PetscCall(PetscRandomGetInterval(rnd, &low, &high)); in PetscRandomSetFromOptions()
/petsc/include/
H A Dpetscsys.h2477 PETSC_EXTERN PetscErrorCode PetscRandomGetInterval(PetscRandom, PetscScalar *, PetscScalar *);