Searched refs:IntView (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/pc/impls/bjacobi/bjkokkos/ |
| H A D | bjkokkoskernels.kokkos.cxx | 45 template <typename DeviceType, typename ValuesViewType, typename IntView, typename VectorViewType, … 49 const IntView _r; 50 const IntView _c; 61 …Functor_TestBatchedTeamVectorGMRES(const ValuesViewType &D, const IntView &r, const IntView &c, co… in Functor_TestBatchedTeamVectorGMRES() 67 …MRES(const ValuesViewType &D, const ValuesViewType &diag, const IntView &r, const IntView &c, cons… in Functor_TestBatchedTeamVectorGMRES() 84 …ViewType = Kokkos::View<typename IntView::non_const_value_type *, typename IntView::array_layou… in operator ()() 179 jac->rowOffsets = new IntView("rowOffsets", Nsolves / Nsolves_team, Nloc + 1); // same grids in PCApply_BJKOKKOSKERNELS() 180 jac->colIndices = new IntView("colIndices", Nsolves / Nsolves_team, nnz); in PCApply_BJKOKKOSKERNELS() 187 IntView &rowOffsets = *jac->rowOffsets; in PCApply_BJKOKKOSKERNELS() 188 IntView &colIndices = *jac->colIndices; in PCApply_BJKOKKOSKERNELS() [all …]
|
| /petsc/include/petsc/private/ |
| H A D | pcbjkokkosimpl.h | 34 using IntView = Kokkos::View<PetscInt **, layout, exec_space>; variable 60 IntView *rowOffsets; 61 IntView *colIndices;
|