Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c1480 PetscBool isTrans, isHTrans, compare; in MatGetTranspose_TransposeVirtual() local
1487 isHTrans = PETSC_FALSE; in MatGetTranspose_TransposeVirtual()
1489 PetscCall(PetscObjectTypeCompare((PetscObject)*sub, MATHERMITIANTRANSPOSEVIRTUAL, &isHTrans)); in MatGetTranspose_TransposeVirtual()
1490 if (isHTrans) PetscCall(MatHermitianTransposeGetMat(*sub, &A)); in MatGetTranspose_TransposeVirtual()
1492 compare = (PetscBool)(isTrans || isHTrans); in MatGetTranspose_TransposeVirtual()
1505 if (isHTrans && conjugate) *conjugate = (PetscBool)!*conjugate; in MatGetTranspose_TransposeVirtual()