petsc-3.14.6 2021-03-30
Report Typos and Errors
PetscRandomGetType
Gets the type name (as a string) from the
PetscRandom
.
Synopsis
#include "petscsys.h"
PetscErrorCode
PetscRandomGetType
(
PetscRandom
rnd,
PetscRandomType
*type)
Not Collective
Input Parameter
rnd
- The random number generator context
Output Parameter
type
- The type name
See Also
PetscRandomSetType
(),
PetscRandomCreate
()
Level
intermediate
Location
src/sys/classes/random/interface/randreg.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages