Searched refs:PetscRandomSetSeed (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex35.c | 76 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 D | petscrand.pxi | 23 PetscErrorCode PetscRandomSetSeed(PetscRandom, PetscInt64)
|
| H A D | Random.pyx | 192 getSeed, petsc.PetscRandomSetSeed, petsc.PetscRandomSeed 196 CHKERR(PetscRandomSetSeed(self.rnd, seed))
|
| /petsc/src/sys/classes/random/interface/ |
| H A D | randomc.c | 95 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 D | ex6.c | 40 PetscCall(PetscRandomSetSeed(r, 123456789L)); in TestSetup()
|
| /petsc/src/sys/objects/device/tests/ |
| H A D | ex7.c | 187 PetscCall(PetscRandomSetSeed(rand, 123)); in main()
|
| /petsc/src/ksp/ksp/tutorials/network/ |
| H A D | ex2.c | 53 PetscCall(PetscRandomSetSeed(rnd, seed)); in random_network()
|
| /petsc/src/mat/tests/ |
| H A D | ex129.c | 192 PetscCall(PetscRandomSetSeed(rand, 1)); in ComputeMatrix()
|
| H A D | ex66.c | 107 PetscCall(PetscRandomSetSeed(r, 123456)); in main()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex12.c | 509 PetscCall(PetscRandomSetSeed(r, 1973)); in CreateMesh()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex70.c | 1019 PetscCall(PetscRandomSetSeed(r, (unsigned long)rank)); in SolveTimeDepStokes()
|
| /petsc/include/ |
| H A D | petscsys.h | 2479 PETSC_EXTERN PetscErrorCode PetscRandomSetSeed(PetscRandom, PetscInt64);
|