Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex77.c11 const PetscInt *ip_ptr; in main() local
232 PetscCall(ISGetIndices(ip, &ip_ptr)); in main()
233 PetscCall(PetscArraycpy(nip_ptr, ip_ptr, mbs)); in main()
240 PetscCall(ISRestoreIndices(ip, &ip_ptr)); in main()