Searched refs:GenEntries (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex82.c | 5 static PetscErrorCode GenEntries(PetscInt sdim, PetscInt M, PetscInt N, const PetscInt *J, const Pe… in GenEntries() function 36 MatHtoolKernelFn *kernel = GenEntries; in main()
|
| /petsc/src/mat/tests/ |
| H A D | ex246.cxx | 6 static PetscErrorCode GenEntries(PetscInt sdim, PetscInt M, PetscInt N, const PetscInt *J, const Pe… in GenEntries() function 52 MatHtoolKernelFn *kernel = GenEntries; in main()
|
| H A D | ex268.c | 5 static PetscErrorCode GenEntries(PetscInt sdim, PetscInt M, PetscInt N, const PetscInt *J, const Pe… in GenEntries() function 28 MatHtoolKernelFn *kernel = GenEntries; in main()
|
| H A D | ex241.c | 5 static PetscErrorCode GenEntries(PetscInt sdim, PetscInt M, PetscInt N, const PetscInt *J, const Pe… in GenEntries() function 44 MatHtoolKernelFn *kernel = GenEntries; in main() 141 …for (PetscInt j = 0; j < M; ++j) PetscCall(GenEntries(dim, 1, 1, &i, &j, ptr + i - begin + j * m, … in main()
|