Searched refs:BAIJ (Results 1 – 24 of 24) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex87.c | 7 Mat BAIJ, SBAIJ, *subBAIJ, *subSBAIJ; in main() local 20 PetscCall(MatCreate(PETSC_COMM_WORLD, &BAIJ)); in main() 21 PetscCall(MatSetType(BAIJ, MATMPIBAIJ)); in main() 22 PetscCall(MatLoad(BAIJ, viewer)); in main() 31 PetscCall(MatGetSize(BAIJ, &M, &N)); in main() 38 PetscCall(MatCreateSubMatrices(BAIJ, n, irow, icol, MAT_INITIAL_MATRIX, &subBAIJ)); in main() 39 PetscCall(MatCreateSubMatrices(BAIJ, n, irow, icol, MAT_REUSE_MATRIX, &subBAIJ)); in main() 57 PetscCall(MatDestroy(&BAIJ)); in main()
|
| /petsc/src/mat/tests/output/ |
| H A D | ex114_8.out | 63 MatGetRowMaxAbs for BAIJ matrix
|
| H A D | ex114_6.out | 57 MatGetRowMaxAbs for BAIJ matrix
|
| H A D | ex114_5.out | 63 MatGetRowMaxAbs for BAIJ matrix
|
| H A D | ex114_7.out | 63 MatGetRowMaxAbs for BAIJ matrix
|
| H A D | ex114_4.out | 51 MatGetRowMaxAbs for BAIJ matrix
|
| H A D | ex114.out | 51 MatGetRowMaxAbs for BAIJ matrix
|
| H A D | ex114_3.out | 51 MatGetRowMaxAbs for BAIJ matrix
|
| /petsc/doc/changes/ |
| H A D | 215.md | 29 - Added MatAXPY() to SBAIJ and BAIJ mat formats
|
| H A D | 216.md | 36 BAIJ
|
| H A D | 231.md | 32 - Added MatRealPart, ImaginaryPart for AIJ, BAIJ, SBAIJ matrices
|
| H A D | 31.md | 96 - MatSetBlockSize() is no longer an error for BAIJ matrices, but the
|
| H A D | 2017.md | 76 (currently implemented for AIJ and BAIJ matrices only). This is a
|
| H A D | 38.md | 77 sparse BLAS routines with matrices stored in AIJ/BAIJ format.
|
| H A D | 2024.md | 329 - Added additional optimized code for BAIJ matrices with block sizes
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_mat_py.py | 646 self.assertTrue(self.A.convert(PETSc.Mat.Type.BAIJ, PETSc.Mat()).equal(self.A))
|
| H A D | test_mat_aij.py | 492 TYPE = PETSc.Mat.Type.BAIJ
|
| /petsc/src/benchmarks/results/ |
| H A D | performance_arco1 | 399 BAIJ
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex2_help.out | 279 …-pc_factor_pivot_in_blocks: <now TRUE : formerly TRUE> Pivot inside matrix dense blocks for BAIJ a…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Mat.pyx | 54 BAIJ = S_(MATBAIJ) variable in MatType 748 """Create a sparse blocked `Type.BAIJ` matrix, optionally preallocating. 981 Must use the block-compressed form with `Type.BAIJ` and `Type.SBAIJ`.
|
| /petsc/doc/manual/ |
| H A D | snes.md | 1344 supported for the AIJ and BAIJ matrix formats.
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 49 #define TYPE BAIJ
|
| /petsc/src/mat/impls/baij/seq/ |
| H A D | baij.c | 11 #define TYPE BAIJ
|
| /petsc/doc/faq/ |
| H A D | index.md | 619 ### Can I Create BAIJ matrices with different size blocks for different block rows?
|