Searched refs:is_out (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/is/is/utils/ |
| H A D | isblock.c | 23 …dicesGeneral(PetscInt n, PetscInt nkeys, PetscInt bs, PetscInt imax, const IS is_in[], IS is_out[]) in ISCompressIndicesGeneral() argument 55 …(ISCreateGeneral(PetscObjectComm((PetscObject)is_in[i]), len, idx, PETSC_COPY_VALUES, is_out + i)); in ISCompressIndicesGeneral() 95 …ISCreateGeneral(PetscObjectComm((PetscObject)is_in[i]), isz, nidx, PETSC_OWN_POINTER, is_out + i)); in ISCompressIndicesGeneral() 97 …ISCreateGeneral(PetscObjectComm((PetscObject)is_in[i]), isz, nidx, PETSC_COPY_VALUES, is_out + i)); in ISCompressIndicesGeneral() 126 …dicesGeneral(PetscInt n, PetscInt nkeys, PetscInt bs, PetscInt imax, const IS is_in[], IS is_out[]) in ISExpandIndicesGeneral() argument 148 …ateGeneral(PetscObjectComm((PetscObject)is_in[i]), len * bs, nidx, PETSC_COPY_VALUES, is_out + i)); in ISExpandIndicesGeneral()
|
| /petsc/include/ |
| H A D | petscis.h | 300 …Code ISCompressIndicesSorted(PetscInt n, PetscInt bs, PetscInt imax, const IS is_in[], IS is_out[]) in ISCompressIndicesSorted() argument 302 return ISCompressIndicesGeneral(n, bs, n, imax, is_in, is_out); in ISCompressIndicesSorted()
|