Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex246.cxx21 class MyIMatrix : public htool::VirtualGenerator<PetscScalar> { class
27MyIMatrix(PetscInt spacedim, PetscReal *gcoords) : htool::VirtualGenerator<PetscScalar>(), coords(… in MyIMatrix() function in MyIMatrix
53 MyIMatrix *imatrix; in main()
71 imatrix = new MyIMatrix(dim, gcoords); in main()