Lines Matching refs:PetscRandom
32 PetscErrorCode PetscRandomDestroy(PetscRandom *r) in PetscRandomDestroy()
61 PetscErrorCode PetscRandomGetSeed(PetscRandom r, PetscInt64 *seed) in PetscRandomGetSeed()
95 PetscErrorCode PetscRandomSetSeed(PetscRandom r, PetscInt64 seed) in PetscRandomSetSeed()
116 static PetscErrorCode PetscRandomSetTypeFromOptions_Private(PetscRandom rnd, PetscOptionItems Petsc… in PetscRandomSetTypeFromOptions_Private()
159 PetscErrorCode PetscRandomSetFromOptions(PetscRandom rnd) in PetscRandomSetFromOptions()
214 PetscErrorCode PetscRandomSetOptionsPrefix(PetscRandom r, const char prefix[]) in PetscRandomSetOptionsPrefix()
240 PetscErrorCode PetscRandomViewFromOptions(PetscRandom A, PetscObject obj, const char name[]) in PetscRandomViewFromOptions()
269 PetscErrorCode PetscRandomView(PetscRandom rnd, PetscViewer viewer) in PetscRandomView()
353 PetscErrorCode PetscRandomCreate(MPI_Comm comm, PetscRandom *r) in PetscRandomCreate()
355 PetscRandom rr; in PetscRandomCreate()
396 PetscErrorCode PetscRandomSeed(PetscRandom r) in PetscRandomSeed()