Home
last modified time | relevance | path

Searched refs:BAIJ (Results 1 – 24 of 24) sorted by relevance

/petsc/src/mat/tests/
H A Dex87.c7 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 Dex114_8.out63 MatGetRowMaxAbs for BAIJ matrix
H A Dex114_6.out57 MatGetRowMaxAbs for BAIJ matrix
H A Dex114_5.out63 MatGetRowMaxAbs for BAIJ matrix
H A Dex114_7.out63 MatGetRowMaxAbs for BAIJ matrix
H A Dex114_4.out51 MatGetRowMaxAbs for BAIJ matrix
H A Dex114.out51 MatGetRowMaxAbs for BAIJ matrix
H A Dex114_3.out51 MatGetRowMaxAbs for BAIJ matrix
/petsc/doc/changes/
H A D215.md29 - Added MatAXPY() to SBAIJ and BAIJ mat formats
H A D216.md36 BAIJ
H A D231.md32 - Added MatRealPart, ImaginaryPart for AIJ, BAIJ, SBAIJ matrices
H A D31.md96 - MatSetBlockSize() is no longer an error for BAIJ matrices, but the
H A D2017.md76 (currently implemented for AIJ and BAIJ matrices only). This is a
H A D38.md77 sparse BLAS routines with matrices stored in AIJ/BAIJ format.
H A D2024.md329 - Added additional optimized code for BAIJ matrices with block sizes
/petsc/src/binding/petsc4py/test/
H A Dtest_mat_py.py646 self.assertTrue(self.A.convert(PETSc.Mat.Type.BAIJ, PETSc.Mat()).equal(self.A))
H A Dtest_mat_aij.py492 TYPE = PETSc.Mat.Type.BAIJ
/petsc/src/benchmarks/results/
H A Dperformance_arco1399 BAIJ
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out279 …-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 DMat.pyx54 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 Dsnes.md1344 supported for the AIJ and BAIJ matrix formats.
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c49 #define TYPE BAIJ
/petsc/src/mat/impls/baij/seq/
H A Dbaij.c11 #define TYPE BAIJ
/petsc/doc/faq/
H A Dindex.md619 ### Can I Create BAIJ matrices with different size blocks for different block rows?