Home
last modified time | relevance | path

Searched refs:FillValues (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/tutorials/
H A Dex18cu.cu4 __global__ void FillValues(PetscInt n, PetscScalar *v) in FillValues() function
22 FillValues<<<(fe->Ne + 255) / 256, 256>>>(fe->Ne, v); in FillMatrixCUDACOO()