Home
last modified time | relevance | path

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

/petsc/src/mat/tutorials/
H A Dex18.h13 PETSC_EXTERN PetscErrorCode FillMatrixKokkosCOO(FEStruct *, Mat);
H A Dex18k.kokkos.cxx7 PetscErrorCode FillMatrixKokkosCOO(FEStruct *fe, Mat A) in FillMatrixKokkosCOO() function
H A Dex18.c171 if (is_kokkos) PetscCall(FillMatrixKokkosCOO(&fe, A)); in main()