Home
last modified time | relevance | path

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

/petsc/src/mat/impls/h2opus/
H A Dmath2opussampler.hpp72 void PetscMatrixSampler::SetIndexMap(int n, int *indexmap) in SetIndexMap() argument
74 copyVector(this->hindexmap, indexmap, n, H2OPUS_HWTYPE_CPU); in SetIndexMap()
76 copyVector(this->dindexmap, indexmap, n, H2OPUS_HWTYPE_CPU); in SetIndexMap()
/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu1720 PetscErrorCode MatH2OpusGetIndexMap(Mat A, IS *indexmap) in MatH2OpusGetIndexMap() argument
1728 PetscAssertPointer(indexmap, 2); in MatH2OpusGetIndexMap()
1732 *indexmap = a->h2opus_indexmap; in MatH2OpusGetIndexMap()