Merge remote-tracking branch 'origin/release'
MATHYPRE: fix MAT_REUSE_MATRIX case when converting to AIJ
Tranpose -> transpose
update documentation and options database of MatProductSetAlgorithm()
Mat: temprorarily disable a test mat/tests/ex2.c with hip
SF: remove the experimental -vecscatter_packongpu option; now always pack on gpu
Mat: remove redundance in mat/tests/ex2.c
Merge branch 'jczhang/feature-kokkos-coo' into 'main'Support MatSetValuesCOO() for AIJKOKKOS matricesSee merge request petsc/petsc!4726
MatIncreaseOverlap_Htool(): preserve block size
MATAIJKOKKOS: support MatSetValuesCOO
MatHtool: add transpose operations
Mat: add MatMultHermitianTranspose[Add]Equal()
Doc: MatMultTranposeAdd() -> MatMultTransposeAdd()
Merge branch 'hzhang/feature-mumps-mem-estimate' into 'main'Add a feature to mumps interface: skip operations of MatFactorSymbolic() if it is re-called without changes in original matrixSee merge
Merge branch 'hzhang/feature-mumps-mem-estimate' into 'main'Add a feature to mumps interface: skip operations of MatFactorSymbolic() if it is re-called without changes in original matrixSee merge request petsc/petsc!4727
show more ...
add a feature to mumps interface: get memory estimate from MatFactorSymbolic(), then skip its operation when it is being called again.Requested by: Varun Hiremath <varunhiremath@gmail.com>
Mat tests ex2: skip faulty sycl test
Mat tests ex2: add tests
Merge branch 'jacobf/2021-12-09/attribute-format-mat' into 'main'Feature: Attribute Format - MatSee merge request petsc/petsc!4634
Change HAVE_MKL to HAVE_MKL_LIBS and Add HAVE_MKL_INCLUDES
Additional PetscInt_FMT empty string and SETERRQ trailing newline fixes
remove trailing newline from SETERRQ
applied attribute format to mat tests and tutorials
Merge branch 'stefanozampini/petsc4py' into 'main'Some work on petsc4pySee merge request petsc/petsc!4644
MATIS: fix what NULL means for l2gmapconceptually, a NULL l2map is a full local to global mappetsc4py: support for MatCreateIS and add MATIS tests
1...<<11121314151617181920>>...24