Home
last modified time | relevance | path

Searched refs:Stype (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcschurs.c839 MatType Stype; in PCBDDCSubSchursSetUp() local
1120 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()