Home
last modified time | relevance | path

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

/petsc/src/mat/impls/nest/
H A Dmatnest.c1814 PetscBool istrans; in MatConvert_Nest_SeqAIJ_fast() local
1816 PetscCall(PetscObjectTypeCompare((PetscObject)B, MATTRANSPOSEVIRTUAL, &istrans)); in MatConvert_Nest_SeqAIJ_fast()
1817 if (istrans) { in MatConvert_Nest_SeqAIJ_fast()
1824 PetscCall(PetscObjectTypeCompare((PetscObject)B, MATHERMITIANTRANSPOSEVIRTUAL, &istrans)); in MatConvert_Nest_SeqAIJ_fast()
1825 if (istrans) { in MatConvert_Nest_SeqAIJ_fast()
2038 PetscBool istrans; in MatConvert_Nest_AIJ() local
2040 PetscCall(PetscObjectTypeCompare((PetscObject)B, MATTRANSPOSEVIRTUAL, &istrans)); in MatConvert_Nest_AIJ()
2041 if (istrans) { in MatConvert_Nest_AIJ()
2047 … PetscCall(PetscObjectTypeCompare((PetscObject)B, MATHERMITIANTRANSPOSEVIRTUAL, &istrans)); in MatConvert_Nest_AIJ()
2048 if (istrans) { in MatConvert_Nest_AIJ()
/petsc/src/mat/impls/is/
H A Dmatis.c833 PetscBool convert, lreuse, *istrans; in MatConvert_Nest_IS() local
855 …etscCalloc6(nr, &isrow, nc, &iscol, nr, &islrow, nc, &islcol, nr * nc, &snest, nr * nc, &istrans)); in MatConvert_Nest_IS()
866 PetscCall(PetscObjectTypeCompare((PetscObject)nest[i][j], MATTRANSPOSEVIRTUAL, &istrans[ij])); in MatConvert_Nest_IS()
867 if (istrans[ij]) { in MatConvert_Nest_IS()
906 if (istrans[i * nc + j]) { in MatConvert_Nest_IS()
940 if (istrans[j * nc + i]) { in MatConvert_Nest_IS()
990 if (istrans[i * nc + j]) { in MatConvert_Nest_IS()
997 if (istrans[i * nc + j]) { in MatConvert_Nest_IS()
1025 if (istrans[j * nc + i]) { in MatConvert_Nest_IS()
1032 if (istrans[j * nc + i]) { in MatConvert_Nest_IS()
[all …]