Searched refs:FillValues (Results 1 – 1 of 1) sorted by relevance
4 __global__ void FillValues(PetscInt n, PetscScalar *v) in FillValues() function22 FillValues<<<(fe->Ne + 255) / 256, 256>>>(fe->Ne, v); in FillMatrixCUDACOO()