Searched refs:PetscRandomGetValue_Random123 (Results 1 – 1 of 1) sorted by relevance
61 static PetscErrorCode PetscRandomGetValue_Random123(PetscRandom r, PetscScalar *val) in PetscRandomGetValue_Random123() function144 for (PetscInt i = 0; i < n; i++) PetscCall(PetscRandomGetValue_Random123(r, n, &vals[i])); in PetscRandomGetValues_Random123()161 PetscDesignatedInitializer(getvalue, PetscRandomGetValue_Random123),