Home
last modified time | relevance | path

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

/petsc/src/mat/impls/shell/
H A Dshell.h6 struct _MatShellOps { struct
29 struct _MatShellOps ops[1]; argument
H A Dshell.c442 PetscCall(PetscMemzero(shell->ops, sizeof(struct _MatShellOps))); in MatDestroy_Shell()