Searched refs:PetscRandomSetType (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/sys/classes/random/interface/ |
| H A D | randomc.c | 132 PetscCall(PetscRandomSetType(rnd, typeName)); in PetscRandomSetTypeFromOptions_Private() 134 PetscCall(PetscRandomSetType(rnd, defaultType)); in PetscRandomSetTypeFromOptions_Private() 369 PetscCall(PetscRandomSetType(rr, PETSCRANDER48)); in PetscRandomCreate()
|
| H A D | randreg.c | 26 PetscErrorCode PetscRandomSetType(PetscRandom rnd, PetscRandomType type) in PetscRandomSetType() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscrand.pxi | 14 PetscErrorCode PetscRandomSetType(PetscRandom, PetscRandomType)
|
| H A D | Random.pyx | 105 getType, petsc.PetscRandomSetType 110 CHKERR(PetscRandomSetType(self.rnd, cval))
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex5.c | 36 PetscCall(PetscRandomSetType(rand, PETSCRANDER48)); in main()
|
| /petsc/doc/changes/ |
| H A D | 232.md | 77 - Added PetscRandomSetType(), PetscRandomGetValueReal() and
|
| /petsc/src/snes/tutorials/ |
| H A D | ex7.c | 431 PetscCall(PetscRandomSetType(r, PETSCRAND48)); in TestFreeField()
|
| /petsc/src/vec/vec/interface/ |
| H A D | vector.c | 1345 PetscCall(PetscRandomSetType(randObj, x->defaultrandtype)); in VecSetRandom()
|
| /petsc/include/ |
| H A D | petscsys.h | 2465 PETSC_EXTERN PetscErrorCode PetscRandomSetType(PetscRandom, PetscRandomType);
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 2220 PetscCall(PetscRandomSetType(rnd, PETSCRAND48)); in DMSwarmSetPointCoordinatesRandom()
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 93 PetscCall(PetscRandomSetType(randObj, x->defaultrandtype)); in MatSetRandom()
|