Searched refs:VEC_SetRandom (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/vec/vec/interface/ |
| H A D | dlregisvec.c | 212 PetscCall(PetscLogEventRegister("VecSetRandom", VEC_CLASSID, &VEC_SetRandom)); in VecInitializePackage()
|
| H A D | vector.c | 14 PetscLogEvent VEC_SetRandom, VEC_ReduceArithmetic, VEC_ReduceCommunication, VEC_ReduceBegin, VEC_Re… variable 1350 PetscCall(PetscLogEventBegin(VEC_SetRandom, x, rctx, 0, 0)); in VecSetRandom() 1352 PetscCall(PetscLogEventEnd(VEC_SetRandom, x, rctx, 0, 0)); in VecSetRandom()
|
| /petsc/include/petsc/private/ |
| H A D | vecimpl.h | 176 PETSC_EXTERN PetscLogEvent VEC_SetRandom; variable
|