Searched refs:FillMatrixCUDACOO (Results 1 – 3 of 3) sorted by relevance
14 PETSC_EXTERN PetscErrorCode FillMatrixCUDACOO(FEStruct *, Mat);
16 PetscErrorCode FillMatrixCUDACOO(FEStruct *fe, Mat A) in FillMatrixCUDACOO() function
174 if (is_cuda) PetscCall(FillMatrixCUDACOO(&fe, A)); in main()