Home
last modified time | relevance | path

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

/petsc/src/mat/impls/h2opus/
H A Dmath2opussampler.hpp31 void SetIndexMap(int, int *);
72 void PetscMatrixSampler::SetIndexMap(int n, int *indexmap) in SetIndexMap() function in PetscMatrixSampler
/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu920 …if (a->sf && !a->nativemult) a->sampler->SetIndexMap(a->hmatrix->u_basis_tree.index_map.size(), a-… in MatAssemblyEnd_H2OPUS()