Home
last modified time | relevance | path

Searched refs:PetscRandomSetType (Results 1 – 11 of 11) sorted by relevance

/petsc/src/sys/classes/random/interface/
H A Drandomc.c132 PetscCall(PetscRandomSetType(rnd, typeName)); in PetscRandomSetTypeFromOptions_Private()
134 PetscCall(PetscRandomSetType(rnd, defaultType)); in PetscRandomSetTypeFromOptions_Private()
369 PetscCall(PetscRandomSetType(rr, PETSCRANDER48)); in PetscRandomCreate()
H A Drandreg.c26 PetscErrorCode PetscRandomSetType(PetscRandom rnd, PetscRandomType type) in PetscRandomSetType() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscrand.pxi14 PetscErrorCode PetscRandomSetType(PetscRandom, PetscRandomType)
H A DRandom.pyx105 getType, petsc.PetscRandomSetType
110 CHKERR(PetscRandomSetType(self.rnd, cval))
/petsc/src/ksp/ksp/tests/
H A Dex5.c36 PetscCall(PetscRandomSetType(rand, PETSCRANDER48)); in main()
/petsc/doc/changes/
H A D232.md77 - Added PetscRandomSetType(), PetscRandomGetValueReal() and
/petsc/src/snes/tutorials/
H A Dex7.c431 PetscCall(PetscRandomSetType(r, PETSCRAND48)); in TestFreeField()
/petsc/src/vec/vec/interface/
H A Dvector.c1345 PetscCall(PetscRandomSetType(randObj, x->defaultrandtype)); in VecSetRandom()
/petsc/include/
H A Dpetscsys.h2465 PETSC_EXTERN PetscErrorCode PetscRandomSetType(PetscRandom, PetscRandomType);
/petsc/src/dm/impls/swarm/
H A Dswarm.c2220 PetscCall(PetscRandomSetType(rnd, PETSCRAND48)); in DMSwarmSetPointCoordinatesRandom()
/petsc/src/mat/interface/
H A Dmatrix.c93 PetscCall(PetscRandomSetType(randObj, x->defaultrandtype)); in MatSetRandom()