Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex35.c77 PetscCall(PetscRandomSeed(rngx)); in main()
83 PetscCall(PetscRandomSeed(rng1)); in main()
89 PetscCall(PetscRandomSeed(rng2)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscrand.pxi25 PetscErrorCode PetscRandomSeed(PetscRandom)
H A DRandom.pyx192 getSeed, petsc.PetscRandomSetSeed, petsc.PetscRandomSeed
197 CHKERR(PetscRandomSeed(self.rnd))
/petsc/src/sys/classes/random/interface/
H A Drandomc.c177 PetscCall(PetscRandomSeed(rnd)); in PetscRandomSetFromOptions()
396 PetscErrorCode PetscRandomSeed(PetscRandom r) in PetscRandomSeed() function
H A Drandreg.c43 PetscCall(PetscRandomSeed(rnd)); in PetscRandomSetType()
/petsc/src/sys/classes/random/tutorials/
H A Dex1.c46 PetscCall(PetscRandomSeed(rnd)); in main()
/petsc/src/dm/impls/plex/tests/
H A Dex6.c41 PetscCall(PetscRandomSeed(r)); in TestSetup()
/petsc/src/sys/classes/random/impls/random123/
H A Drandom123.c192 PetscCall(PetscRandomSeed(r)); in PetscRandomCreate_Random123()
/petsc/src/sys/objects/device/tests/
H A Dex7.c188 PetscCall(PetscRandomSeed(rand)); in main()
/petsc/src/ksp/ksp/tutorials/network/
H A Dex2.c54 PetscCall(PetscRandomSeed(rnd)); in random_network()
/petsc/src/mat/tests/
H A Dex66.c108 PetscCall(PetscRandomSeed(r)); in main()
/petsc/src/snes/tutorials/
H A Dex12.c510 PetscCall(PetscRandomSeed(r)); in CreateMesh()
/petsc/src/ksp/ksp/tutorials/
H A Dex70.c1020 PetscCall(PetscRandomSeed(r)); in SolveTimeDepStokes()
/petsc/include/
H A Dpetscsys.h2481 PETSC_EXTERN PetscErrorCode PetscRandomSeed(PetscRandom);