Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/demo/legacy/poisson3d/
H A Ddel2mat.h11 #define Del2Apply del2apply_ macro
13 extern void Del2Apply(int*,double*,const double*,double*);
37 Del2Apply(&ctx->N,ctx->F,xx,yy); in Del2Mat_mult()