Searched refs:MATSELL (Results 1 – 11 of 11) sorted by relevance
| /petsc/doc/overview/ |
| H A D | matrix_table.md | 62 - ``MATSELL``
|
| /petsc/src/mat/interface/ |
| H A D | matreg.c | 154 PetscCall(MatConvert(mat, MATSELL, MAT_INPLACE_MATRIX, &mat)); /* convert to matsell first */ in MatSetType()
|
| H A D | matregis.c | 201 PetscCall(MatRegisterRootName(MATSELL, MATSEQSELL, MATMPISELL)); in MatRegisterAll()
|
| /petsc/src/ts/tutorials/advection-diffusion-reaction/ |
| H A D | ex5adj.c | 95 PetscCall(DMSetMatType(da, MATSELL)); in main()
|
| H A D | ex5adj_mf.c | 297 PetscCall(DMSetMatType(da, MATSELL)); in main()
|
| /petsc/doc/changes/ |
| H A D | 39.md | 65 - Added a new Mat type MATSELL, featuring a fast MatMult() kernel on
|
| /petsc/src/mat/tests/ |
| H A D | bench_spmv.c | 248 } else PetscCall(PetscStrallocpy(MATSELL, petscmatformat)); in MapToPetscMatType()
|
| /petsc/src/ts/tutorials/autodiff/ |
| H A D | adr_ex5adj.cxx | 220 PetscCall(DMSetMatType(da, MATSELL)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 75 PetscMatType MATSELL
|
| H A D | Mat.pyx | 82 SELL = S_(MATSELL)
|
| /petsc/include/ |
| H A D | petscmat.h | 118 #define MATSELL "sell" macro
|