Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex82.c5 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 Dex246.cxx6 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 Dex268.c5 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 Dex241.c5 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()