Searched refs:PetscRandomType (Results 1 – 6 of 6) sorted by relevance
3 ctypedef const char* PetscRandomType4 PetscRandomType PETSCRAND5 PetscRandomType PETSCRAND486 PetscRandomType PETSCSPRNG7 PetscRandomType PETSCRANDER488 PetscRandomType PETSCRANDOM12314 PetscErrorCode PetscRandomSetType(PetscRandom, PetscRandomType)15 PetscErrorCode PetscRandomGetType(PetscRandom, PetscRandomType*)
108 cdef PetscRandomType cval = NULL122 cdef PetscRandomType cval = NULL
26 PetscErrorCode PetscRandomSetType(PetscRandom rnd, PetscRandomType type) in PetscRandomSetType()64 PetscErrorCode PetscRandomGetType(PetscRandom rnd, PetscRandomType *type) in PetscRandomGetType()
203 PETSC_NODISCARD static constexpr PetscRandomType PETSCDEVICERAND() noexcept;240 inline constexpr PetscRandomType CUPMObject<T>::PETSCDEVICERAND() noexcept in PETSCDEVICERAND()
76 - Removed PetscRandomType from the prototype of PetscRandomCreate().
2447 typedef const char *PetscRandomType; typedef2465 PETSC_EXTERN PetscErrorCode PetscRandomSetType(PetscRandom, PetscRandomType);2468 PETSC_EXTERN PetscErrorCode PetscRandomGetType(PetscRandom, PetscRandomType *);