Home
last modified time | relevance | path

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

/petsc/src/mat/impls/shell/
H A Dshell.c885 MatRootName Bnames = MatRootNameList, Cnames = MatRootNameList; in MatShellSetMatProductOperation_Shell() local
890 while (Bnames) { /* user passed in the root name */ in MatShellSetMatProductOperation_Shell()
891 PetscCall(PetscStrcmp(Btype, Bnames->rname, &flg)); in MatShellSetMatProductOperation_Shell()
893 Bnames = Bnames->next; in MatShellSetMatProductOperation_Shell()
901 Btype = Bnames ? (size > 1 ? Bnames->mname : Bnames->sname) : Btype; in MatShellSetMatProductOperation_Shell()
/petsc/src/mat/interface/
H A Dmatproduct.c394 const char *const Bnames[] = {"B", "R", "P"}; in MatProductSetFromOptions_Private() local
409 if (product->type == MATPRODUCT_RARt) bname = Bnames[1]; in MatProductSetFromOptions_Private()
410 else if (product->type == MATPRODUCT_PtAP) bname = Bnames[2]; in MatProductSetFromOptions_Private()
411 else bname = Bnames[0]; in MatProductSetFromOptions_Private()