Searched refs:rng (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/impls/dense/seq/cupm/ |
| H A D | matseqdensecupm.hpp | 1622 inline PetscErrorCode MatDense_Seq_CUPM<T>::SetRandom(Mat A, PetscRandom rng) noexcept in SetRandom() argument 1630 …if (!device_rand_is_rander48) PetscCall(PetscObjectTypeCompare(PetscObjectCast(rng), PETSCDEVICERA… in SetRandom() 1643 … for (PetscInt i = 0; i < n; i++) PetscCall(PetscRandomGetValues(rng, m, a.data() + i * lda)); in SetRandom() 1648 PetscCall(PetscRandomGetValues(rng, mn, a)); in SetRandom() 1652 PetscCall(MatSetRandom_SeqDense(A, rng)); in SetRandom()
|
| /petsc/config/BuildSystem/config/ |
| H A D | framework.py | 1375 …self.logPrint('serialEvaluation: initial cxxDialectRanges {rng}'.format(rng=setCompilers.cxxDialec… 1426 self.logPrint('serialEvaluation: new cxxDialectRanges {rng}'.format(rng=(minCxx,maxCxx)))
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Vec.pyx | 1196 cdef const PetscInt *rng = NULL 1197 CHKERR(VecGetOwnershipRanges(self.vec, &rng)) 1202 return array_i(size+1, rng)
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 8068 (rng-swirl-const 0.07000000000000001) 8069 (rng-swirl-on? #f) 8070 (rng-kec2 1.68) 8071 (rng-kec1 1.42) 8072 (rng-kecmu 0.08450000000000001) 8073 (rng-visc-mod-on? #f) 8074 (rng-ke-on? #f) 8235 (les-rng-sgs-on? #f) 8241 (les-rng-const 0.157)
|