Searched refs:PetscRandomList (Results 1 – 4 of 4) sorted by relevance
3 PetscFunctionList PetscRandomList = NULL; variable36 PetscCall(PetscFunctionListFind(PetscRandomList, type, &r)); in PetscRandomSetType()110 PetscCall(PetscFunctionListAdd(&PetscRandomList, sname, function)); in PetscRandomRegister()
16 PetscCall(PetscFunctionListDestroy(&PetscRandomList)); in PetscRandomFinalizePackage()
130 …tionsFList("-random_type", "PetscRandom type", "PetscRandomSetType", PetscRandomList, defaultType,… in PetscRandomSetTypeFromOptions_Private()
2462 PETSC_EXTERN PetscFunctionList PetscRandomList; variable