Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/demo/legacy/poisson3d/
H A Ddel2mat.h22 } Del2Mat; typedef
27 Del2Mat *ctx; in Del2Mat_mult()
H A Dpoisson3d.py5 from del2mat import Del2Mat
19 shell = Del2Mat(n) # shell context
H A Ddel2mat.py6 class Del2Mat: class
H A Dpoisson3d.c14 Del2Mat shell; in main()