Home
last modified time | relevance | path

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

/petsc/src/mat/impls/shell/
H A Dshell.c885 MatRootName Bnames = MatRootNameList, Cnames = MatRootNameList; in MatShellSetMatProductOperation_Shell() local
895 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()