Searched refs:PetscRandomDestroy (Results 1 – 25 of 173) sorted by relevance
1234567
| /petsc/src/sys/tests/ |
| H A D | ex36f.F90 | 31 PetscCallA(PetscRandomDestroy(r, ierr)) 32 PetscCallA(PetscRandomDestroy(r2, ierr))
|
| H A D | ex6f.F90 | 19 PetscCallA(PetscRandomDestroy(r, ierr))
|
| H A D | ex57.c | 19 PetscCall(PetscRandomDestroy(&rand)); in main()
|
| H A D | ex12.c | 45 PetscCall(PetscRandomDestroy(&rand)); in main()
|
| /petsc/src/ts/tests/ |
| H A D | ex35.c | 163 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 D | ex11.c | 78 PetscCall(PetscRandomDestroy(&randvalues)); in main() 79 PetscCall(PetscRandomDestroy(&randsizes)); in main()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex11.c | 111 if (use_random) PetscCall(PetscRandomDestroy(&rctx)); in main() 209 if (use_random) PetscCall(PetscRandomDestroy(&rctx)); in main()
|
| H A D | ex11f.F90 | 131 if (use_random) PetscCallA(PetscRandomDestroy(rctx, ierr)) 211 if (use_random) PetscCallA(PetscRandomDestroy(rctx, ierr))
|
| H A D | ex86.c | 129 PetscCall(PetscRandomDestroy(&r)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscrand.pxi | 11 PetscErrorCode PetscRandomDestroy(PetscRandom*)
|
| H A D | Random.pyx | 68 petsc.PetscRandomDestroy 71 CHKERR(PetscRandomDestroy(&self.rnd))
|
| /petsc/src/mat/tests/ |
| H A D | ex253.c | 29 PetscCall(PetscRandomDestroy(&rand)); in main()
|
| H A D | ex27.c | 39 PetscCall(PetscRandomDestroy(&rctx)); in main()
|
| H A D | ex202.c | 95 PetscCall(PetscRandomDestroy(&rctx)); in TestInitialMatrix() 130 PetscCall(PetscRandomDestroy(&rctx)); in TestReuseMatrix()
|
| H A D | ex122.c | 40 PetscCall(PetscRandomDestroy(&r)); in main()
|
| H A D | ex148.c | 65 PetscCall(PetscRandomDestroy(&rdm)); in main()
|
| H A D | ex108.c | 58 PetscCall(PetscRandomDestroy(&rctx)); in main()
|
| H A D | ex238.c | 59 PetscCall(PetscRandomDestroy(&rdm)); in main()
|
| /petsc/src/sys/classes/random/interface/ |
| H A D | randomc.c | 32 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 D | PetscMalloc.c | 47 PetscCall(PetscRandomDestroy(&r)); in main()
|
| H A D | Index.c | 106 PetscCall(PetscRandomDestroy(&r)); in test1() 177 PetscCall(PetscRandomDestroy(&r)); in test2()
|
| /petsc/src/sys/classes/random/tutorials/ |
| H A D | ex1.c | 57 PetscCall(PetscRandomDestroy(&rnd)); in main()
|
| /petsc/src/vec/vec/tutorials/ |
| H A D | performance.c | 61 PetscCall(PetscRandomDestroy(&rctx)); in main()
|
| /petsc/src/mat/utils/ |
| H A D | multequal.c | 106 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 D | ex88.c | 53 PetscCall(PetscRandomDestroy(&rctx)); in main()
|
1234567