| #
3d996455
|
| 29-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-11-17/fix-collective-on-man-pages/release' into 'release'
Remove unneeded " on xxx" from most Collective comments in manual pages; move no Fortran support to Collective line
Merge branch 'barry/2022-11-17/fix-collective-on-man-pages/release' into 'release'
Remove unneeded " on xxx" from most Collective comments in manual pages; move no Fortran support to Collective line
See merge request petsc/petsc!5850
show more ...
|
| #
c3339dec
|
| 17-Nov-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove unneeded " on xxx" from most Collective comments in manual pages
The phrase was unneeded 99% of the time
I did not remove in the dm directory since another MR is still active that affects th
Remove unneeded " on xxx" from most Collective comments in manual pages
The phrase was unneeded 99% of the time
I did not remove in the dm directory since another MR is still active that affects that directory
Commit-type: documentation /spend 20m
show more ...
|
| #
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()
|
| #
d441b7a2
|
| 12-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hongzh/improve-fd-coloring' into 'main'
Add MatEliminateZeros
See merge request petsc/petsc!5816
|
| #
dec0b466
|
| 07-Nov-2022 |
Hong Zhang <hongzhang@anl.gov> |
Add MatEliminateZeros
|
| #
a207d08e
|
| 30-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
ed31fb71
|
| 30-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/codespell-typos' into 'release'
A few more codespell fixes
See merge request petsc/petsc!5786
|
| #
d5b43468
|
| 29-Oct-2022 |
Jose E. Roman <jroman@dsic.upv.es> |
A few more codespell fixes
|
| #
91ec1ae7
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-09-16/automatically-symmetrize-for-mis' into 'main'
Remove the -pc_gamg_symmetrize_graph option completely. Combine MatCreateGraph() and MatFilter().
See merge request pets
Merge branch 'barry/2022-09-16/automatically-symmetrize-for-mis' into 'main'
Remove the -pc_gamg_symmetrize_graph option completely. Combine MatCreateGraph() and MatFilter().
See merge request petsc/petsc!5644
show more ...
|
| #
2d776b49
|
| 16-Sep-2022 |
Barry Smith <bsmith@petsc.dev> |
Minor fixes for working with GAMG, minor optimizations
Remove the -pc_gamg_symmetrize_graph option completely. Use symmetric state of matrix
Combine MatCreateGraph() and MatFilter().
Minor optimiz
Minor fixes for working with GAMG, minor optimizations
Remove the -pc_gamg_symmetrize_graph option completely. Use symmetric state of matrix
Combine MatCreateGraph() and MatFilter().
Minor optimizations of MatCreateGraph() when numerical values are not needed skip abs(entries) and dscale (for MIS and MISK)
Add PCGAMGCreateGraph() function
TODO: when using MIS and MISK only structural symmetry of matrix is needed, not actual symmetry
Commit-type: feature, housekeeping /spend 2h
show more ...
|
| #
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
|
| #
b7124133
|
| 20-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-17/slimmer-petscobject' into 'main'
Feature: Slimmer PetscObject
See merge request petsc/petsc!5649
|
| #
4dfa11a4
|
| 17-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()
|
| #
91b2b62a
|
| 15-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-09-11/fix-add-links-to-manual' into 'main'
Small Manual page improvements in Mat
See merge request petsc/petsc!5612
|
| #
60161072
|
| 12-Sep-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add a few links to user manual sections for matrix factorizations and MATLMVM routines manual pages
Commit-type: documentaion /spend 20m
|
| #
651615e1
|
| 11-Sep-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Update very old incomplete links to users manual from manual pages to work with Sphinx
Commit-type: documentation /spend 10m
|
| #
a3c22455
|
| 05-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-15/fix-mat-manpages' into 'main'
Man pages in mat directory, manual material on matrices
See merge request petsc/petsc!5539
|
| #
11a5261e
|
| 17-Aug-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix manual pages in src/mat directory, very minor source code change
Commit-type: documentation /spend 22h
|
| #
861d9bdd
|
| 03-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-09-01/fix-bad-bool3-check' into 'main'
Fix for proper check of PetscBool3 value being true (cannot ignore unknown...
See merge request petsc/petsc!5579
|
| #
1fcb517e
|
| 01-Sep-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix for proper check of PetscBool3 value being true (cannot ignore unknown case when checking the value)
Commit-type: bug-fix /spend 1h Reported-by: Marsha Berger
|
| #
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()
|