Home
last modified time | relevance | path

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

/petsc/doc/developers/
H A Dobjects.md92 } PetscOps;
98 PetscOps *bops;
118 Here `<class>ops` is a function table (like the `PetscOps` above)
149 PetscOps *bops;
/petsc/include/petsc/private/
H A Dpetscimpl.h55 } PetscOps; typedef
109 PetscOps bops[1];
/petsc/src/mat/utils/
H A Dgcreate.c430 PetscOps Abops; in MatHeaderMerge()