Searched refs:Bnames (Results 1 – 2 of 2) sorted by relevance
885 MatRootName Bnames = MatRootNameList, Cnames = MatRootNameList; in MatShellSetMatProductOperation_Shell() local890 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()
394 const char *const Bnames[] = {"B", "R", "P"}; in MatProductSetFromOptions_Private() local409 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()