Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex302k.kokkos.cxx69 Mat output_mat_local, output_mat_nonlocal; in main() local
132 …JKokkosWithKokkosViews(PETSC_COMM_SELF, m, n, i_local_d, j_local_d, a_local_d, &output_mat_local)); in main()
140 …PetscCall(MatCreateMPIAIJWithSeqAIJ(PETSC_COMM_WORLD, M, N, output_mat_local, output_mat_nonlocal,… in main()