Searched refs:Cnames (Results 1 – 1 of 1) sorted by relevance
885 MatRootName Bnames = MatRootNameList, Cnames = MatRootNameList; in MatShellSetMatProductOperation_Shell() local895 while (Cnames) { /* user passed in the root name */ in MatShellSetMatProductOperation_Shell()896 PetscCall(PetscStrcmp(Ctype, Cnames->rname, &flg)); in MatShellSetMatProductOperation_Shell()898 Cnames = Cnames->next; in MatShellSetMatProductOperation_Shell()902 Ctype = Cnames ? (size > 1 ? Cnames->mname : Cnames->sname) : Ctype; in MatShellSetMatProductOperation_Shell()