| #
834855d6
|
| 27-Aug-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-21' into 'main'
clang-format-21
See merge request petsc/petsc!8202
|
| #
4d1837e9
|
| 12-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
Minor style fixes
See discussion at https://github.com/llvm/llvm-project/issues/139376
|
| #
609caa7c
|
| 19-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/rm-explicit-empty-output_file' into 'main'
Remove 535 empty .out and consolidate the use of output/empty.out
See merge request petsc/petsc!8538
|
| #
3886731f
|
| 09-Jul-2025 |
Pierre Jolivet <pierre@joliv.et> |
Remove explicitly listed empty files and switch to output/empty.out
|
| #
732aec7a
|
| 22-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/remove-cast' into 'main'
Use NULL or nullptr instead of casted 0
See merge request petsc/petsc!7857
|
| #
c8025a54
|
| 21-Sep-2024 |
Pierre Jolivet <pierre@joliv.et> |
Use NULL or nullptr instead of casted 0
|
| #
06d7d4ca
|
| 28-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2023-11-16/fix-aijkokkos-diag-bug' into 'main'
Fix some bugs in MATSEQAIJKOKKOS
Closes #1490
See merge request petsc/petsc!7032
|
| #
8610caa9
|
| 16-Nov-2023 |
Junchao Zhang <jczhang@anl.gov> |
Tests: test MatShift() on matrices with either dense or sparse diagonal
|
| #
43661681
|
| 24-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-07-17/used-petsc-static-array-lenght' into 'main'
Fix the places that should be using PETSC_STATIC_ARRAY_LENGTH
See merge request petsc/petsc!6724
|
| #
400f6f02
|
| 18-Jul-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix the places that should be using PETSC_STATIC_ARRAY_LENGTH
|
| #
dee6f9aa
|
| 29-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release'
|
| #
769ac703
|
| 27-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-mathash-ignore-offproc' into 'release'
Fix a bug that MatSetValues_MPI_Hash() did not honor MAT_IGNORE_OFF_PROC_ENTRIES
See merge request petsc/petsc!6630
|
| #
3ac1eb50
|
| 24-Jun-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Mat: fix a bug that MatSetValues_MPI_Hash() did not honor MAT_IGNORE_OFF_PROC_ENTRIES
|
| #
de5d30bf
|
| 16-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/mathypre' into 'main'
cleanup mathypre
See merge request petsc/petsc!6528
|
| #
651b1cf9
|
| 31-May-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Mat tests: add HYPRE COO tests
support COO with hacking permutation array of AIJ
|
| #
ead65ede
|
| 22-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/feature-matdup-coo' into 'main'
Duplicate COO info in MatDuplicate(), but use reference counting to save memory
See merge request petsc/petsc!6459
|
| #
2c4ab24a
|
| 11-May-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Mat: duplicate COO info in MatDuplicate, but do reference counting to save memory
Thanks to Maxime Bouyges <maxime.bouyges@gmail.com> for feature requests.
|
| #
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
|
| #
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
|
| #
5cab5458
|
| 26-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-07-23/add-petscbeginuser' into 'main'
Add PetscFunctionBeginUser to all PETSc C/C++ examples
See merge request petsc/petsc!5470
|
| #
327415f7
|
| 23-Jul-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add PetscFunctionBeginUser to all PETSc C/C++ examples
Now the stack frames will contain the main program and the correct line numbers in them
git ls-files | egrep "(tutorials|tests)" | xargs sed -
Add PetscFunctionBeginUser to all PETSc C/C++ examples
Now the stack frames will contain the main program and the correct line numbers in them
git ls-files | egrep "(tutorials|tests)" | xargs sed -i "s?\(PetscCall(PetscInitialize(&argc\)?PetscFunctionBeginUser;\n \1?g"
Commit-type: error-checking, testing-fix /spend 15m
show more ...
|
| #
1270cb4b
|
| 18-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/remove-constness-coo-ij' into 'main'
Remove constness of the i/j parameters in MatSetPreallocationCOO() to save memory
See merge request petsc/petsc!5436
|
| #
e8729f6f
|
| 15-Jul-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Mat: remove constness of the i/j args in MatSetPreallocationCOO() to save memory
|