Searched refs:PetscRandomGetInterval (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscrand.pxi | 21 PetscErrorCode PetscRandomGetInterval(PetscRandom, PetscScalar*, PetscScalar*)
|
| H A D | Random.pyx | 206 setInterval, petsc.PetscRandomGetInterval 211 CHKERR(PetscRandomGetInterval(self.rnd, &sval1, &sval2))
|
| /petsc/src/sys/classes/random/interface/ |
| H A D | random.c | 188 PetscErrorCode PetscRandomGetInterval(PetscRandom r, PetscScalar *low, PetscScalar *high) in PetscRandomGetInterval() function
|
| H A D | randomc.c | 184 PetscCall(PetscRandomGetInterval(rnd, &low, &high)); in PetscRandomSetFromOptions()
|
| /petsc/include/ |
| H A D | petscsys.h | 2477 PETSC_EXTERN PetscErrorCode PetscRandomGetInterval(PetscRandom, PetscScalar *, PetscScalar *);
|