Home
last modified time | relevance | path

Searched refs:PetscRandomDestroy (Results 1 – 25 of 173) sorted by relevance

1234567

/petsc/src/sys/tests/
H A Dex36f.F9031 PetscCallA(PetscRandomDestroy(r, ierr))
32 PetscCallA(PetscRandomDestroy(r2, ierr))
H A Dex6f.F9019 PetscCallA(PetscRandomDestroy(r, ierr))
H A Dex57.c19 PetscCall(PetscRandomDestroy(&rand)); in main()
H A Dex12.c45 PetscCall(PetscRandomDestroy(&rand)); in main()
/petsc/src/ts/tests/
H A Dex35.c163 PetscCall(PetscRandomDestroy(&rngx)); in main()
164 PetscCall(PetscRandomDestroy(&rng1)); in main()
165 PetscCall(PetscRandomDestroy(&rng2)); in main()
/petsc/src/vec/is/is/tests/
H A Dex11.c78 PetscCall(PetscRandomDestroy(&randvalues)); in main()
79 PetscCall(PetscRandomDestroy(&randsizes)); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex11.c111 if (use_random) PetscCall(PetscRandomDestroy(&rctx)); in main()
209 if (use_random) PetscCall(PetscRandomDestroy(&rctx)); in main()
H A Dex11f.F90131 if (use_random) PetscCallA(PetscRandomDestroy(rctx, ierr))
211 if (use_random) PetscCallA(PetscRandomDestroy(rctx, ierr))
H A Dex86.c129 PetscCall(PetscRandomDestroy(&r)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscrand.pxi11 PetscErrorCode PetscRandomDestroy(PetscRandom*)
H A DRandom.pyx68 petsc.PetscRandomDestroy
71 CHKERR(PetscRandomDestroy(&self.rnd))
/petsc/src/mat/tests/
H A Dex253.c29 PetscCall(PetscRandomDestroy(&rand)); in main()
H A Dex27.c39 PetscCall(PetscRandomDestroy(&rctx)); in main()
H A Dex202.c95 PetscCall(PetscRandomDestroy(&rctx)); in TestInitialMatrix()
130 PetscCall(PetscRandomDestroy(&rctx)); in TestReuseMatrix()
H A Dex122.c40 PetscCall(PetscRandomDestroy(&r)); in main()
H A Dex148.c65 PetscCall(PetscRandomDestroy(&rdm)); in main()
H A Dex108.c58 PetscCall(PetscRandomDestroy(&rctx)); in main()
H A Dex238.c59 PetscCall(PetscRandomDestroy(&rdm)); in main()
/petsc/src/sys/classes/random/interface/
H A Drandomc.c32 PetscErrorCode PetscRandomDestroy(PetscRandom *r) in PetscRandomDestroy() function
362 …OM_CLASSID, "PetscRandom", "Random number generator", "Sys", comm, PetscRandomDestroy, PetscRandom… in PetscRandomCreate()
/petsc/src/benchmarks/
H A DPetscMalloc.c47 PetscCall(PetscRandomDestroy(&r)); in main()
H A DIndex.c106 PetscCall(PetscRandomDestroy(&r)); in test1()
177 PetscCall(PetscRandomDestroy(&r)); in test2()
/petsc/src/sys/classes/random/tutorials/
H A Dex1.c57 PetscCall(PetscRandomDestroy(&rnd)); in main()
/petsc/src/vec/vec/tutorials/
H A Dperformance.c61 PetscCall(PetscRandomDestroy(&rctx)); in main()
/petsc/src/mat/utils/
H A Dmultequal.c106 PetscCall(PetscRandomDestroy(&rctx)); in MatMultEqual_Private()
201 PetscCall(PetscRandomDestroy(&rctx)); in MatMatMultEqual_Private()
501 PetscCall(PetscRandomDestroy(&rdm)); in MatProjMultEqual_Private()
624 PetscCall(PetscRandomDestroy(&rctx)); in MatIsLinear()
/petsc/src/ksp/ksp/tests/
H A Dex88.c53 PetscCall(PetscRandomDestroy(&rctx)); in main()

1234567