| #
2f91b18a
|
| 23-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-11-08/remove-petsctable' into 'main'
Remove PetscTable
See merge request petsc/petsc!5819
|
| #
c76ffc5f
|
| 21-Nov-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Use PetscHMapISet() in place of PetscHMapISetWithMode(INSERT_VALUES) as the intent is clearer
|
| #
eec179cf
|
| 08-Nov-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
- Replace PetscTable with PetscHMapI. - Rename: - PetscTableCreate() -> PetscHMapICreateWithSize() - PetscTableFind() -> PetscHMapIGetWithDefault() - PetscTableAdd() -> PetscHMapISetWithMode()
|
| #
061e922f
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'
Feature: Bicycle Storage Facility 2
See merge request petsc/petsc!5661
|
| #
d71ae5a4
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
source code format changes due to .clang-format changes
|
| #
be01a732
|
| 13-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/densecudarandom' into 'main'
Support MatSetRandom for CUDA dense matrices
See merge request petsc/petsc!5616
|
| #
9612af27
|
| 13-Sep-2022 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatMPIDENSEScatter: modify comment a little bit
This is to make clangformat produce nicer code
|
| #
f0af967e
|
| 29-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-style-one-liners' into 'main'
Remove braces from one-liners w/o PetscCall()
See merge request petsc/petsc!5561
|
| #
ad540459
|
| 29-Aug-2022 |
Pierre Jolivet <pierre@joliv.et> |
Remove braces from one-liners w/o PetscCall()
|
| #
38f67375
|
| 27-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-style-one-liners' into 'main'
Remove braces from one-liners
See merge request petsc/petsc!5557
|
| #
48a46eb9
|
| 27-Aug-2022 |
Pierre Jolivet <pierre@joliv.et> |
Remove braces from one-liners
|
| #
58d68138
|
| 23-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-21/clang-format-source' into 'main'
format repository with clang-format
See merge request petsc/petsc!5541
|
| #
9371c9d4
|
| 22-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
clang-format: convert PETSc sources to comply with clang-format
|
| #
e92ec50a
|
| 06-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hzhang/fix-matproductreplacemats' into 'main'
bugfix for MatProductReplaceMats()
See merge request petsc/petsc!5489
|
| #
1cdffd5e
|
| 06-Aug-2022 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatProductReplaceMats()
Reported-by: Pierre Jolivet
|
| #
42b3b702
|
| 25-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-07-16/fix-mattranspose' into 'main'
Symbolic/numeric stages vs MatReuse flag discussion and additions to MatTranspose
See merge request petsc/petsc!5438
|
| #
acd337a6
|
| 17-Jul-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Replace direct calls to MatTranspose_XX() with MatTranspose() so they properly handle the MatReuse flag
Commit-type: housekeeping /spend 5m
|
| #
9f77afae
|
| 13-Jun-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-tile-matdensegetsubmatrix' into 'main'
MatDenseGetSubMatrix(): allow selection of rows
See merge request petsc/petsc!5337
|
| #
a2748737
|
| 29-Apr-2022 |
Pierre Jolivet <pierre@joliv.et> |
MatDenseGetSubMatrix(): allow selection of rows
|
| #
e63c167f
|
| 30-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-04-28/rm-petsccheckfalse-mat' into 'main'
Remove the rest of the PetscCheckFalse() from the mat directory
See merge request petsc/petsc!5184
|
| #
3a8e46b6
|
| 29-Apr-2022 |
Pierre Jolivet <pierre@joliv.et> |
Apply 2 suggestion(s) to 2 file(s)
|
| #
aed4548f
|
| 29-Apr-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove the rest of the PetscCheckFalse() from the mat directory
Commit-type: housekeeping /spend 45m
|
| #
6af5b3cd
|
| 28-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-10-08/invert-block-diagonal-aij' into 'main'
add MatInvertVariableBlockEnvelope
See merge request petsc/petsc!3544
|
| #
8a9c020e
|
| 09-Oct-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Implement MatInvertVariableBlockEnvelope() with test example
Commit-type: feature, example /spend 12h Reported-by: Olivier Jamond <olivier.jamond@cea.fr>
|
| #
527ad957
|
| 11-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-04-01/fix-petsc-options-begin-end/release' into 'main'
Remove bogus error returns from Begin/End() macros
See merge request petsc/petsc!5069
|