Searched refs:Bin (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/impls/transpose/ |
| H A D | transm.c | 384 Mat A, B, C, Ain, Bin, Cin; in MatProductSetFromOptions_Transpose() local 411 Bin = B; in MatProductSetFromOptions_Transpose() 414 …PetscCall(MatShellGetScalingShifts(Bin, (PetscScalar *)MAT_SHELL_NOT_ALLOWED, &vscale, (Vec *)MAT_… in MatProductSetFromOptions_Transpose() 416 PetscCall(MatTransposeGetMat(Bin, &Bin)); in MatProductSetFromOptions_Transpose() 417 PetscCall(PetscObjectTypeCompare((PetscObject)Bin, MATTRANSPOSEVIRTUAL, &Bistrans)); in MatProductSetFromOptions_Transpose() 433 if (Bin->symmetric == PETSC_BOOL3_TRUE) Btrans = 0; in MatProductSetFromOptions_Transpose() 498 PetscCall(MatProductReplaceMats(Ain, Bin, Cin, D)); in MatProductSetFromOptions_Transpose()
|
| H A D | htransm.c | 94 Mat A, B, C, Ain, Bin, Cin; in MatProductSetFromOptions_HT() local 122 Bin = B; in MatProductSetFromOptions_HT() 125 …PetscCall(MatShellGetScalingShifts(Bin, (PetscScalar *)MAT_SHELL_NOT_ALLOWED, &vscale, (Vec *)MAT_… in MatProductSetFromOptions_HT() 127 PetscCall(MatHermitianTransposeGetMat(Bin, &Bin)); in MatProductSetFromOptions_HT() 128 PetscCall(PetscObjectTypeCompare((PetscObject)Bin, MATHERMITIANTRANSPOSEVIRTUAL, &Bistrans)); in MatProductSetFromOptions_HT() 144 if (Bin->symmetric == PETSC_BOOL3_TRUE) Btrans = 0; in MatProductSetFromOptions_HT() 211 PetscCall(MatProductReplaceMats(Ain, Bin, Cin, D)); in MatProductSetFromOptions_HT()
|
| /petsc/doc/install/ |
| H A D | windows.md | 168 --with-mpiexec=/cygdrive/c/PROGRA~1/MICROS~2/Bin/mpiexec \ 243 $ /usr/bin/python ./configure --with-mpiexec='/C/Program\ Files/Microsoft\ MPI/Bin/mpiexec' \
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 1083 …ode MatCreateSubMatrix_MPIAIJ_All(Mat A, MatCreateSubMatrixOption flag, MatReuse scall, Mat *Bin[]) in MatCreateSubMatrix_MPIAIJ_All() argument 1109 PetscCall(PetscCalloc1(2, Bin)); in MatCreateSubMatrix_MPIAIJ_All() 1110 **Bin = B; in MatCreateSubMatrix_MPIAIJ_All() 1159 B = **Bin; in MatCreateSubMatrix_MPIAIJ_All()
|