Searched refs:Stype (Results 1 – 1 of 1) sorted by relevance
839 MatType Stype; in PCBDDCSubSchursSetUp() local1120 PetscCall(MatGetType(S_all, &Stype)); in PCBDDCSubSchursSetUp()1328 Stype = MATDENSE; in PCBDDCSubSchursSetUp()1334 PetscCall(MatGetType(S_all, &Stype)); in PCBDDCSubSchursSetUp()1522 if (!PetscBTLookup(sub_schurs->is_edge, i)) PetscCall(MatSetType(M, Stype)); in PCBDDCSubSchursSetUp()1541 …else SETERRQ(PetscObjectComm((PetscObject)M), PETSC_ERR_SUP, "Not implemented for type %s", Stype); in PCBDDCSubSchursSetUp()