Home
last modified time | relevance | path

Searched refs:PetscRandomType (Results 1 – 6 of 6) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscrand.pxi3 ctypedef const char* PetscRandomType
4 PetscRandomType PETSCRAND
5 PetscRandomType PETSCRAND48
6 PetscRandomType PETSCSPRNG
7 PetscRandomType PETSCRANDER48
8 PetscRandomType PETSCRANDOM123
14 PetscErrorCode PetscRandomSetType(PetscRandom, PetscRandomType)
15 PetscErrorCode PetscRandomGetType(PetscRandom, PetscRandomType*)
H A DRandom.pyx108 cdef PetscRandomType cval = NULL
122 cdef PetscRandomType cval = NULL
/petsc/src/sys/classes/random/interface/
H A Drandreg.c26 PetscErrorCode PetscRandomSetType(PetscRandom rnd, PetscRandomType type) in PetscRandomSetType()
64 PetscErrorCode PetscRandomGetType(PetscRandom rnd, PetscRandomType *type) in PetscRandomGetType()
/petsc/include/petsc/private/
H A Dcupmobject.hpp203 PETSC_NODISCARD static constexpr PetscRandomType PETSCDEVICERAND() noexcept;
240 inline constexpr PetscRandomType CUPMObject<T>::PETSCDEVICERAND() noexcept in PETSCDEVICERAND()
/petsc/doc/changes/
H A D232.md76 - Removed PetscRandomType from the prototype of PetscRandomCreate().
/petsc/include/
H A Dpetscsys.h2447 typedef const char *PetscRandomType; typedef
2465 PETSC_EXTERN PetscErrorCode PetscRandomSetType(PetscRandom, PetscRandomType);
2468 PETSC_EXTERN PetscErrorCode PetscRandomGetType(PetscRandom, PetscRandomType *);