| #
940e4fdf
|
| 12-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2021-12-09/attribute-format-mat' into 'main'
Feature: Attribute Format - Mat
See merge request petsc/petsc!4634
|
| #
3696d3f5
|
| 05-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Additional PetscInt_FMT empty string and SETERRQ trailing newline fixes
|
| #
546078ac
|
| 10-Dec-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
remove trailing newline from SETERRQ
|
| #
c0aa6a63
|
| 09-Dec-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
applied attribute format fixes to mat headers
|
| #
c99c119c
|
| 24-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-matheadermerge' into 'main'
MatAXPY: use MatHeaderMerge
See merge request petsc/petsc!4580
|
| #
79c2fd05
|
| 20-Oct-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatAXPY: Use MatHeaderMerge instead of MatHeaderReplace
|
| #
020c69f5
|
| 14-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rmills/feature-matgetcolumnreductions' into 'main'
Add MatGetColumnReductions()
See merge request petsc/petsc!4272
|
| #
857cbf51
|
| 30-Aug-2021 |
Richard Tran Mills <rmills@rmills.org> |
Add MatGetColumnSums() and MatGetColumnMeans() (and real and imaginary part variants)
MatGetColumnReductions() now takes a PetscInt so ReductionType or NormType members can be passed. ReductionType
Add MatGetColumnSums() and MatGetColumnMeans() (and real and imaginary part variants)
MatGetColumnReductions() now takes a PetscInt so ReductionType or NormType members can be passed. ReductionType no longer duplicates entries of NormType. Replace MatGetColumnNorms_SeqBAIJ() with MatGetColumnReductions_SeqBAIJ()
show more ...
|
| #
c1bf08c5
|
| 06-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/spelling-errors' into 'main'
Fix many spelling errors in manpages and comments
See merge request petsc/petsc!4283
|
| #
b450f6c0
|
| 03-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-matgetcolumnnorms-seqbaij' into 'main'
Add MatGetColumnNorms_SeqBAIJ()
See merge request petsc/petsc!4276
|
| #
305902d8
|
| 03-Sep-2021 |
Pierre Jolivet <pierre@joliv.et> |
MatInvertBlockDiagonal_SeqBAIJ() composed in table
|
| #
9463ebda
|
| 24-Aug-2021 |
Pierre Jolivet <pierre@joliv.et> |
Add MatGetColumnNorms_SeqBAIJ()
|
| #
a5b23f4a
|
| 03-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix spelling errors in manpages and comments
|
| #
82a6ae78
|
| 28-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-some-missing-chkerr' into 'main'
Some missing CHKERR[Q|MPI]
See merge request petsc/petsc!4190
|
| #
1e1ea65d
|
| 27-Jul-2021 |
Pierre Jolivet <pierre@joliv.et> |
Some missing CHKERR[Q|MPI]
|
| #
a8cf78f8
|
| 24-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'
Fix typos in source
See merge request petsc/petsc!3984
|
| #
4e278199
|
| 16-May-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove all double blank lines from source
Commit-type: petsc-style /2h
|
| #
fdce6efa
|
| 19-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
60fa2249
|
| 19-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-err-msg' into 'release'
doc: fix strings to not use 'sorry'
See merge request petsc/petsc!3839
|
| #
52c4f950
|
| 08-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
doc: fix strings to not use 'sorry'
|
| #
a3aaf7e4
|
| 07-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
37267fb7
|
| 07-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hzhang/fix-matrestorerow' into 'release'
bugfix for MatRestoreRow_xxx()
See merge request petsc/petsc!3826
|
| #
cb4a9cd9
|
| 06-Apr-2021 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatRestoreRow_xxx() Reported-by: Damian Marek <damian.marek@mail.utoronto.ca>
|
| #
68a68e0c
|
| 12-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-02-12/add-baij-12' into 'main'
Barry/2021 02 12/add baij 12
See merge request petsc/petsc!3643
|
| #
6679dcc1
|
| 13-Feb-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Add new mat/tests example for testing performance of BAIJ for different block sizes
Add support for options database controln of which version of MatMult_SeqBAIJ is used
Add support for block size
Add new mat/tests example for testing performance of BAIJ for different block sizes
Add support for options database controln of which version of MatMult_SeqBAIJ is used
Add support for block size 12 include AVX (no faster)
Fixes for MatMult_SeqBAIJ_12_AVX2()- Code, was cut and paste and not properly fixed, so completely wrong before
Clean up test example for MatMult BAIJ blocksize 12
Commit-type: optimization /spend 5.5h Reported-by: Asiri Obeysekara <gitlab@mg.gitlab.com>
show more ...
|