Searched refs:Bperm (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ksp/pc/impls/telescope/ |
| H A D | telescope_dmda.c | 707 Mat Bperm, Bred, B, P; in PCTelescopeMatCreate_dmda_dmactivefalse() local 722 PetscCall(MatPtAP(B, P, MAT_INITIAL_MATRIX, 1.1, &Bperm)); in PCTelescopeMatCreate_dmda_dmactivefalse() 728 PetscCall(MatCreateSubMatrices(Bperm, 1, &isrow, &iscol, MAT_INITIAL_MATRIX, &_Blocal)); in PCTelescopeMatCreate_dmda_dmactivefalse() 742 PetscCall(MatDestroy(&Bperm)); in PCTelescopeMatCreate_dmda_dmactivefalse()
|
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | aijhipsparse.hip.cxx | 4183 auto Bperm = thrust::make_constant_iterator(0); in MatSeqAIJHIPSPARSEMergeMats() local 4189 …= thrust::make_zip_iterator(thrust::make_tuple(Bcoo->begin(), Bcib, Bcsr->values->begin(), Bperm)); in MatSeqAIJHIPSPARSEMergeMats() 4190 …e = thrust::make_zip_iterator(thrust::make_tuple(Bcoo->end(), Bcie, Bcsr->values->end(), Bperm)); in MatSeqAIJHIPSPARSEMergeMats()
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 4832 auto Bperm = thrust::make_constant_iterator(0); in MatSeqAIJCUSPARSEMergeMats() local 4845 …= thrust::make_zip_iterator(thrust::make_tuple(Bcoo->begin(), Bcib, Bcsr->values->begin(), Bperm)); in MatSeqAIJCUSPARSEMergeMats() 4846 …e = thrust::make_zip_iterator(thrust::make_tuple(Bcoo->end(), Bcie, Bcsr->values->end(), Bperm)); in MatSeqAIJCUSPARSEMergeMats()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 6177 PetscCount *Aperm, *Bperm, *Ajmap, *Bjmap; in MatSplitEntries_Internal() local 6235 PetscCall(PetscMalloc1(Btot, &Bperm)); in MatSplitEntries_Internal() 6246 …PetscCall(PetscArraycpy(PetscSafePointerPlusOffset(Bperm, Btot), PetscSafePointerPlusOffset(perm, … in MatSplitEntries_Internal() 6276 *Bperm_ = Bperm; in MatSplitEntries_Internal()
|