Searched refs:PC_SUBPC_ERROR (Results 1 – 10 of 10) sorted by relevance
545 PC_SUBPC_ERROR = 6 enumerator
580 if (reason == KSP_DIVERGED_PC_FAILED) pc->failedreason = PC_SUBPC_ERROR; in PCSetUpOnBlocks_BJacobi_Singleblock()869 if (reason == KSP_DIVERGED_PC_FAILED) pc->failedreason = PC_SUBPC_ERROR; in PCSetUpOnBlocks_BJacobi_Multiblock()1157 if (reason == KSP_DIVERGED_PC_FAILED) pc->failedreason = PC_SUBPC_ERROR; in PCSetUpOnBlocks_BJacobi_Multiproc()1211 if (reason == KSP_DIVERGED_PC_FAILED) pc->failedreason = PC_SUBPC_ERROR; in PCApply_BJacobi_Multiproc()1250 if (reason == KSP_DIVERGED_PC_FAILED) pc->failedreason = PC_SUBPC_ERROR; in PCMatApply_BJacobi_Multiproc()
1175 if (mglevels[i]->smoothd->reason) pc->failedreason = PC_SUBPC_ERROR; in PCSetUp_MG()1204 if (mglevels[i]->smoothu->reason) pc->failedreason = PC_SUBPC_ERROR; in PCSetUp_MG()1220 if (mglevels[i]->cr->reason) pc->failedreason = PC_SUBPC_ERROR; in PCSetUp_MG()1227 if (mglevels[0]->smoothd->reason) pc->failedreason = PC_SUBPC_ERROR; in PCSetUp_MG()
308 *pcreason = PC_SUBPC_ERROR; in PCApply_BJKOKKOSKERNELS()
739 pcreason = errsum ? PC_SUBPC_ERROR : PC_NOERROR; in PCApply_BJKOKKOS()
140 PC_SUBPC_ERROR
169 SUBPC_ERROR = PC_SUBPC_ERROR
2143 pc->failedreason = PC_SUBPC_ERROR; in KSPCheckSolve()
423 if (reason == KSP_DIVERGED_PC_FAILED) pc->failedreason = PC_SUBPC_ERROR; in PCSetUpOnBlocks_ASM()
3100 if (reason == KSP_DIVERGED_PC_FAILED) pc->failedreason = PC_SUBPC_ERROR; in PCSetUpOnBlocks_PATCH()