Home
last modified time | relevance | path

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

/petsc/src/mat/tutorials/
H A Dex18.h14 PETSC_EXTERN PetscErrorCode FillMatrixCUDACOO(FEStruct *, Mat);
H A Dex18cu.cu16 PetscErrorCode FillMatrixCUDACOO(FEStruct *fe, Mat A) in FillMatrixCUDACOO() function
H A Dex18.c174 if (is_cuda) PetscCall(FillMatrixCUDACOO(&fe, A)); in main()