Home
last modified time | relevance | path

Searched refs:PetscRandomList (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/classes/random/interface/
H A Drandreg.c3 PetscFunctionList PetscRandomList = NULL; variable
36 PetscCall(PetscFunctionListFind(PetscRandomList, type, &r)); in PetscRandomSetType()
110 PetscCall(PetscFunctionListAdd(&PetscRandomList, sname, function)); in PetscRandomRegister()
H A Ddlregisrand.c16 PetscCall(PetscFunctionListDestroy(&PetscRandomList)); in PetscRandomFinalizePackage()
H A Drandomc.c130 …tionsFList("-random_type", "PetscRandom type", "PetscRandomSetType", PetscRandomList, defaultType,… in PetscRandomSetTypeFromOptions_Private()
/petsc/include/
H A Dpetscsys.h2462 PETSC_EXTERN PetscFunctionList PetscRandomList; variable