Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/demo/legacy/poisson3d/
H A Dpoisson3d.c8 #define DEL2MAT_DIAG ((void(*)(void))Del2Mat_diag) macro
42 MatShellSetOperation(A, MATOP_GET_DIAGONAL, DEL2MAT_DIAG); in main()