Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/hdf5/
H A Daijhdf5.c9 const PetscInt *i_glob = NULL; in MatLoad_AIJ_HDF5() local
95 PetscCall(ISGetIndices(is_i, &i_glob)); in MatLoad_AIJ_HDF5()
96 PetscCall(PetscArraycpy(i, i_glob, m)); in MatLoad_AIJ_HDF5()
154 PetscCall(ISRestoreIndices(is_i, &i_glob)); in MatLoad_AIJ_HDF5()