Home
last modified time | relevance | path

Searched defs:perm1 (Results 1 – 9 of 9) sorted by relevance

/petsc/src/vec/vec/impls/
H A Ddvecimpl.h19 PetscCount *perm1; /* [tot1]: The permutation array in sorting coo_i[] */ member
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm.hpp164 …v, PetscCount n, const PetscCount *PETSC_RESTRICT jmap1, const PetscCount *PETSC_RESTRICT perm1, I… in add_coo_values()
/petsc/src/vec/vec/impls/seq/
H A Dbvec2.c577 PetscCount *perm1, *jmap1; in VecSetPreallocationCOO_Seq() local
620 const PetscCount *perm1 = vs->perm1, *jmap1 = vs->jmap1; in VecSetValuesCOO_Seq() local
/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c948 PetscCount tot1, *jmap1, *perm1; in VecSetPreallocationCOO_MPI() local
1117 const PetscCount *perm1 = vmpi->perm1; in VecSetValuesCOO_MPI() local
H A Dpvecimpl.h49 PetscCount *perm1; /* [tot1]: permutation array for local entries */ member
/petsc/src/vec/vec/impls/mpi/kokkos/
H A Dmpikok.kokkos.cxx155 const PetscCountKokkosView &perm1 = veckok->perm1_d; in VecSetValuesCOO_MPIKokkos() local
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx1579 const PetscCountKokkosView &perm1 = veckok->perm1_d; in VecSetValuesCOO_SeqKokkos() local
/petsc/src/vec/is/section/interface/
H A Dsection.c254 IS perm1, perm2; in PetscSectionCompare() local
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c6373 PetscCount n1 = coo_n, *perm1; in MatSetPreallocationCOO_MPIAIJ() local