Searched refs:MatCreateHtoolFromKernel (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex246.cxx | 72 …PetscCall(MatCreateHtoolFromKernel(PETSC_COMM_WORLD, m, m, M, M, dim, coords, coords, NULL, imatri… in main() 78 …PetscCall(MatCreateHtoolFromKernel(PETSC_COMM_WORLD, m, m, M, M, dim, coords, coords, kernel, gcoo… in main()
|
| H A D | ex241.c | 71 …PetscCall(MatCreateHtoolFromKernel(PETSC_COMM_WORLD, m, m, M, M, dim, coords, coords, kernel, gcoo… in main() 113 …PetscCall(MatCreateHtoolFromKernel(PETSC_COMM_WORLD, m, m, M, M, dim, coords, coords, kernel, gcoo… in main() 178 …PetscCall(MatCreateHtoolFromKernel(PETSC_COMM_WORLD, m, n, M, N, dim, coords, scoords, kernel, ctx… in main()
|
| H A D | ex268.c | 53 …PetscCall(MatCreateHtoolFromKernel(PETSC_COMM_WORLD, m, m, M, M, dim, coords, coords, kernel, gcoo… in main()
|
| /petsc/doc/overview/ |
| H A D | matrix_table.md | 128 - ``MatCreateHtoolFromKernel()``
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex82.c | 56 …PetscCall(MatCreateHtoolFromKernel(PETSC_COMM_WORLD, m, m, M, M, dim, coords, coords, kernel, gcoo… in main()
|
| /petsc/src/mat/impls/htool/ |
| H A D | htool.cxx | 1091 PetscErrorCode MatCreateHtoolFromKernel(MPI_Comm comm, PetscInt m, PetscInt n, PetscInt M, PetscInt… in MatCreateHtoolFromKernel() function
|
| /petsc/include/ |
| H A D | petscmat.h | 2307 PETSC_EXTERN PetscErrorCode MatCreateHtoolFromKernel(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscI…
|