Searched refs:Bistrans (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/transpose/ |
| H A D | transm.c | 386 PetscBool Aistrans, Bistrans, Cistrans; in MatProductSetFromOptions_Transpose() local 398 PetscCall(PetscObjectTypeCompare((PetscObject)B, MATTRANSPOSEVIRTUAL, &Bistrans)); in MatProductSetFromOptions_Transpose() 400 …PetscCheck(Aistrans || Bistrans || Cistrans, PetscObjectComm((PetscObject)D), PETSC_ERR_PLIB, "Thi… in MatProductSetFromOptions_Transpose() 412 while (Bistrans) { in MatProductSetFromOptions_Transpose() 417 PetscCall(PetscObjectTypeCompare((PetscObject)Bin, MATTRANSPOSEVIRTUAL, &Bistrans)); in MatProductSetFromOptions_Transpose()
|
| H A D | htransm.c | 96 PetscBool Aistrans, Bistrans, Cistrans, conjugate = PETSC_FALSE; in MatProductSetFromOptions_HT() local 108 PetscCall(PetscObjectTypeCompare((PetscObject)B, MATHERMITIANTRANSPOSEVIRTUAL, &Bistrans)); in MatProductSetFromOptions_HT() 110 …PetscCheck(Aistrans || Bistrans || Cistrans, PetscObjectComm((PetscObject)D), PETSC_ERR_PLIB, "Thi… in MatProductSetFromOptions_HT() 123 while (Bistrans) { in MatProductSetFromOptions_HT() 128 PetscCall(PetscObjectTypeCompare((PetscObject)Bin, MATHERMITIANTRANSPOSEVIRTUAL, &Bistrans)); in MatProductSetFromOptions_HT()
|