Home
last modified time | relevance | path

Searched defs:applytranspose (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Dpcimpl.h17 PetscErrorCode (*applytranspose)(PC, Vec, Vec); member
/petsc/src/ksp/pc/impls/shell/
H A Dshellpc.c21 PetscErrorCode (*applytranspose)(PC, Vec, Vec); member
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c6252 …orCode PCBDDCSolveSubstructureCorrection(PC pc, Vec inout_B, Vec inout_D, PetscBool applytranspose) in PCBDDCSolveSubstructureCorrection()
6337 PetscErrorCode PCBDDCApplyInterfacePreconditioner(PC pc, PetscBool applytranspose) in PCBDDCApplyInterfacePreconditioner()