Lines Matching refs:ip
1986 const PetscInt *ip;
1988 PetscCall(ISGetIndices(rowperm, &ip));
1990 PetscCallCXX(Kokkos::deep_copy(factors->rowperm, PetscIntKokkosViewHost(const_cast<PetscInt *>(ip), m)));
1991 PetscCall(ISRestoreIndices(rowperm, &ip));
1999 const PetscInt *ip;
2001 PetscCall(ISGetIndices(colperm, &ip));
2003 PetscCallCXX(Kokkos::deep_copy(factors->colperm, PetscIntKokkosViewHost(const_cast<PetscInt *>(ip), n)));
2004 PetscCall(ISRestoreIndices(colperm, &ip));
2215 const PetscInt *ip;
2217 PetscCall(ISGetIndices(rowperm, &ip));
2219 PetscCallCXX(Kokkos::deep_copy(factors->rowperm, PetscIntKokkosViewHost(const_cast<PetscInt *>(ip), m)));
2220 PetscCall(ISRestoreIndices(rowperm, &ip));