Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex35.c76 PetscCall(PetscRandomSetSeed(rngx, 1034)); in main()
82 PetscCall(PetscRandomSetSeed(rng1, 3084)); in main()
88 PetscCall(PetscRandomSetSeed(rng2, 2397)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscrand.pxi23 PetscErrorCode PetscRandomSetSeed(PetscRandom, PetscInt64)
H A DRandom.pyx192 getSeed, petsc.PetscRandomSetSeed, petsc.PetscRandomSeed
196 CHKERR(PetscRandomSetSeed(self.rnd, seed))
/petsc/src/sys/classes/random/interface/
H A Drandomc.c95 PetscErrorCode PetscRandomSetSeed(PetscRandom r, PetscInt64 seed) in PetscRandomSetSeed() function
176 PetscCall(PetscRandomSetSeed(rnd, (unsigned long int)seed)); in PetscRandomSetFromOptions()
/petsc/src/dm/impls/plex/tests/
H A Dex6.c40 PetscCall(PetscRandomSetSeed(r, 123456789L)); in TestSetup()
/petsc/src/sys/objects/device/tests/
H A Dex7.c187 PetscCall(PetscRandomSetSeed(rand, 123)); in main()
/petsc/src/ksp/ksp/tutorials/network/
H A Dex2.c53 PetscCall(PetscRandomSetSeed(rnd, seed)); in random_network()
/petsc/src/mat/tests/
H A Dex129.c192 PetscCall(PetscRandomSetSeed(rand, 1)); in ComputeMatrix()
H A Dex66.c107 PetscCall(PetscRandomSetSeed(r, 123456)); in main()
/petsc/src/snes/tutorials/
H A Dex12.c509 PetscCall(PetscRandomSetSeed(r, 1973)); in CreateMesh()
/petsc/src/ksp/ksp/tutorials/
H A Dex70.c1019 PetscCall(PetscRandomSetSeed(r, (unsigned long)rank)); in SolveTimeDepStokes()
/petsc/include/
H A Dpetscsys.h2479 PETSC_EXTERN PetscErrorCode PetscRandomSetSeed(PetscRandom, PetscInt64);