Home
last modified time | relevance | path

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

/petsc/src/mat/impls/shell/
H A Dshell.h26 typedef struct _n_MatShellMatFunctionList *MatShellMatFunctionList; typedef
56 MatShellMatFunctionList matmat;
H A Dshell.c438 MatShellMatFunctionList matmat; in MatDestroy_Shell()
462 MatShellMatFunctionList next = matmat->next; in MatDestroy_Shell()
679 MatShellMatFunctionList matmat; in MatProductSymbolic_Shell_X()
751 MatShellMatFunctionList matmat; in MatProductSetFromOptions_Shell_X()
782 MatShellMatFunctionList matmat; in MatShellSetMatProductOperation_Private()
795 MatShellMatFunctionList entry = matmat; in MatShellSetMatProductOperation_Private()
912 MatShellMatFunctionList matmatA; in MatCopy_Shell()