Lines Matching refs:PCFIELDSPLIT
2363 PetscCall(PetscObjectTypeCompare((PetscObject)subpc, PCFIELDSPLIT, &flg)); in PCFieldSplitRestrictIS_FieldSplit()
2517 PetscCall(PetscObjectTypeCompare((PetscObject)pc, PCFIELDSPLIT, &isfs)); in PCFieldSplitSetDiagUseAmat()
2518 PetscCheck(isfs, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "PC not of type %s", PCFIELDSPLIT); in PCFieldSplitSetDiagUseAmat()
2547 PetscCall(PetscObjectTypeCompare((PetscObject)pc, PCFIELDSPLIT, &isfs)); in PCFieldSplitGetDiagUseAmat()
2548 PetscCheck(isfs, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "PC not of type %s", PCFIELDSPLIT); in PCFieldSplitGetDiagUseAmat()
2577 PetscCall(PetscObjectTypeCompare((PetscObject)pc, PCFIELDSPLIT, &isfs)); in PCFieldSplitSetOffDiagUseAmat()
2578 PetscCheck(isfs, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "PC not of type %s", PCFIELDSPLIT); in PCFieldSplitSetOffDiagUseAmat()
2607 PetscCall(PetscObjectTypeCompare((PetscObject)pc, PCFIELDSPLIT, &isfs)); in PCFieldSplitGetOffDiagUseAmat()
2608 PetscCheck(isfs, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "PC not of type %s", PCFIELDSPLIT); in PCFieldSplitGetOffDiagUseAmat()
2947 PetscCall(PetscStrcmp(t, PCFIELDSPLIT, &isfs)); in PCFieldSplitSchurGetS()
2977 PetscCall(PetscStrcmp(t, PCFIELDSPLIT, &isfs)); in PCFieldSplitSchurRestoreS()
3482 PetscCall(PetscObjectTypeCompare((PetscObject)pc, PCFIELDSPLIT, &isfs)); in PCFieldSplitSetDMSplits()
3513 PetscCall(PetscObjectTypeCompare((PetscObject)pc, PCFIELDSPLIT, &isfs)); in PCFieldSplitGetDMSplits()