Searched refs:commute (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/pc/impls/lsc/ |
| H A D | lsc.c | 4 PetscBool allocated, commute, scalediag; member 29 if (lsc->commute) { in PCLSCAllocate_Private() 60 if (lsc->commute) { in PCSetUp_LSC() 97 if (lsc->commute) { in PCSetUp_LSC() 111 if (lsc->commute) { in PCApply_LSC() 146 if (lsc->commute) PetscCall(KSPDestroy(&lsc->kspMass)); in PCReset_LSC() 167 …te the LSC preconditioner in the style of Olshanskii", "None", lsc->commute, &lsc->commute, NULL)); in PCSetFromOptions_LSC() 169 …PetscCheck(!lsc->scalediag || !lsc->commute, PetscObjectComm((PetscObject)pc), PETSC_ERR_USER, "Di… in PCSetFromOptions_LSC() 189 if (jac->commute) { in PCView_LSC()
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 522 …#define MPI_Op_create(function, commute, op) (MPIUNI_ARG(function)… argument
|