Home
last modified time | relevance | path

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

/petsc/src/mat/impls/shell/
H A Dshell.c912 MatShellMatFunctionList matmatA; in MatCopy_Shell() local
963 matmatA = shellA->matmat; in MatCopy_Shell()
964 if (matmatA) { in MatCopy_Shell()
965 while (matmatA->next) { in MatCopy_Shell()
966 …oductOperation_Private(B, matmatA->ptype, matmatA->symbolic, matmatA->numeric, matmatA->destroy, m… in MatCopy_Shell()
967 matmatA = matmatA->next; in MatCopy_Shell()