Searched refs:schp (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/impls/fetidp/ |
| H A D | fetidp.c | 514 PetscBool ismatis, pisz = PETSC_FALSE, allp = PETSC_FALSE, schp = PETSC_FALSE; in KSPFETIDPSetUpOperators() local 529 …ionsBool("-ksp_fetidp_pressure_schur", "Use a BDDC solver for pressure", NULL, schp, &schp, NULL)); in KSPFETIDPSetUpOperators() 853 if (schp) { in KSPFETIDPSetUpOperators() 1015 … if (!schp && C) { /* non-zero pressure block, most likely Almost Incompressible Elasticity */ in KSPFETIDPSetUpOperators() 1017 …} else if (!pisz && schp) { /* we need the whole pressure mass matrix to define the interface BDDC… in KSPFETIDPSetUpOperators() 1063 if (schp) { in KSPFETIDPSetUpOperators() 1070 if (!allp && !schp) { /* solving for interface pressure only */ in KSPFETIDPSetUpOperators() 1081 … PetscCheck(!schp, PetscObjectComm((PetscObject)ksp), PETSC_ERR_PLIB, "Need the entire matrix"); in KSPFETIDPSetUpOperators()
|