Searched refs:matisok (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddc.c | 2531 PetscBool ismatis, matisok = PETSC_FALSE, check = PETSC_FALSE; in PCBDDCCreateFETIDPOperators_BDDC() local 2567 matisok = PETSC_TRUE; in PCBDDCCreateFETIDPOperators_BDDC() 2631 if (!matisok) { in PCBDDCCreateFETIDPOperators_BDDC() 2633 …PetscCall(PetscObjectTypeCompareAny((PetscObject)ppc, &matisok, PCBDDC, PCJACOBI, PCNONE, PCMG, ""… in PCBDDCCreateFETIDPOperators_BDDC() 2634 if (ismatis && !matisok) PetscCall(MatConvert(M, MATAIJ, MAT_INPLACE_MATRIX, &M)); in PCBDDCCreateFETIDPOperators_BDDC()
|