Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c579 PetscInt totP; in KSPFETIDPSetUpOperators() local
901 PetscCall(ISGetSize(fetidp->pP, &totP)); in KSPFETIDPSetUpOperators()
904 if (totP || fetidp->rhs_flip) { in KSPFETIDPSetUpOperators()
912 if (totP) { in KSPFETIDPSetUpOperators()
923 if (totP) { in KSPFETIDPSetUpOperators()
939 if (totP) pcbddc->switch_static = PETSC_TRUE; in KSPFETIDPSetUpOperators()
942 if (!totP) { in KSPFETIDPSetUpOperators()
948 if (totP) { in KSPFETIDPSetUpOperators()
1030 PetscCall(MatSetSizes(C, nl, nl, totP, totP)); in KSPFETIDPSetUpOperators()