Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx782 PetscInt *Fi, Fm, Fnz; in MatMPIAIJKokkosBcastBegin() local
789 Fnz = Fi[Fm]; in MatMPIAIJKokkosBcastBegin()
817 PetscInt nleaves = Fnz; // leaves are nonzeros I will receive in MatMPIAIJKokkosBcastBegin()
841 PetscCall(PetscMalloc2(nroots, &jbuf, Fnz, &Fj)); in MatMPIAIJKokkosBcastBegin()
943 …PetscCall(MatMergeGetLaunchParameters<DefaultExecutionSpace>(Fm, Fnz, -1, teamSize, vectorLength, … in MatMPIAIJKokkosBcastBegin()