Home
last modified time | relevance | path

Searched refs:PetscRandomSetOptionsPrefix (Results 1 – 5 of 5) sorted by relevance

/petsc/src/vec/is/is/tests/
H A Dex11.c27 PetscCall(PetscRandomSetOptionsPrefix(randsizes, "sizes_")); in main()
31 PetscCall(PetscRandomSetOptionsPrefix(randvalues, "values_")); in main()
/petsc/src/sys/classes/random/interface/
H A Drandomc.c214 PetscErrorCode PetscRandomSetOptionsPrefix(PetscRandom r, const char prefix[]) in PetscRandomSetOptionsPrefix() function
/petsc/doc/changes/
H A D322.md34 - Add `PetscRandomSetOptionsPrefix()`
/petsc/include/
H A Dpetscsys.h2466 PETSC_EXTERN PetscErrorCode PetscRandomSetOptionsPrefix(PetscRandom, const char[]);
/petsc/src/ts/tutorials/
H A Dex30.c1795 PetscCall(PetscRandomSetOptionsPrefix(r, "ic_")); in SetInitialConditionsAndTolerances()