| #
d61ff78d
|
| 11-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-06-08/minor-docs-fixes/release' into 'release'
Minor docs fixes
See merge request petsc/petsc!7618
|
| #
f13dfd9e
|
| 11-Jun-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Minor docs fixes
|
| #
c74fe4ad
|
| 01-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
5a0d7251
|
| 01-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-28/docs-ownershiprange/release' into 'release'
Add more details on Vec/MatGetOwnershipRange() and how the values are determined.
See merge request petsc/petsc!7512
|
| #
727bdf9b
|
| 29-Apr-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Add more details on Vec/MatGetOwnershipRange() and how the values are determined.
Reported-by: Sayan Bhattacharjee
|
| #
1ed6e3ff
|
| 25-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-13/fix-sowing-strings' into 'main'
Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INT
See merge request petsc/petsc!7480
|
| #
cc4c1da9
|
| 14-Apr-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Update source code removing all unneeded /*@C and associated manual stubs and interfaces
|
| #
a4cdeec6
|
| 09-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
dd637238
|
| 08-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-matheadermerge' into 'release'
Propagate function and object list in MatHeaderMerge
See merge request petsc/petsc!7437
|
| #
f2e50d50
|
| 04-Apr-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatHeaderMerge: preserve old composed objects and functions
|
| #
7f7e2d37
|
| 21-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/firedrake' into 'main'
Element-by-element BDDC
See merge request petsc/petsc!7329
|
| #
9de2952e
|
| 28-Feb-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: support multi-element local matrices
StructOfArrays->ArrayOfStruct for BDDC graph node metadata implement squaring of local graph Implement customization loading to test Hdiv and Hcurl Added
PCBDDC: support multi-element local matrices
StructOfArrays->ArrayOfStruct for BDDC graph node metadata implement squaring of local graph Implement customization loading to test Hdiv and Hcurl Added tests
show more ...
|
| #
970231d2
|
| 07-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-18' into 'main'
clang-format version 18
See merge request petsc/petsc!6902
|
| #
f4f49eea
|
| 11-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Remove multiple parentheses and extra semicolon
git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g
Remove multiple parentheses and extra semicolon
git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g' git grep -l -E "Petsc(.)*\(\(\*[a-zA-Z0-9_]*\)," | xargs sed -r -i'' 's#Petsc([a-zA-Z0-9_]*)\(\(\*([a-zA-Z0-9_]*)\), #Petsc\1(*\2, #g' git grep -l -E "([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)" | xargs sed -r -i'' 's#([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)#\1\2#g'
show more ...
|
| #
465b9a91
|
| 25-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/mat-inherit-shell' into 'main'
Change some Mat to inherit from MATSHELL
See merge request petsc/petsc!7188
|
| #
13a9c220
|
| 22-Jan-2024 |
Jose E. Roman <jroman@dsic.upv.es> |
Revert b117bc16 to avoid memory leaks when destroying MATTRANSPOSEVIRTUAL
|
| #
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
|
| #
f3a98c4c
|
| 20-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
9f7caf5b
|
| 20-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-11-13/make-public-matheaderreplace/release' into 'release'
Make MatHeaderReplace() docs and Fortran interface for advanced users
See merge request petsc/petsc!7015
|
| #
cc1836a6
|
| 16-Nov-2023 |
Junchao Zhang <jczhang@anl.gov> |
Mat: allow new nonzero locations in MatShift_Basic
|
| #
02218ef1
|
| 13-Nov-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Make MatHeaderReplace() docs and Fortran interface for advanced users
Reported-by: Henrik Büsing <Henrik.Buesing@fgh-ma.de>
|
| #
f323a03c
|
| 12-Sep-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-undefined-behavior' into 'main'
MatSetPreallocationCOO(): fix undefined behavior
See merge request petsc/petsc!6869
|
| #
8063e3c8
|
| 10-Sep-2023 |
Pierre Jolivet <pierre@joliv.et> |
MatSetPreallocationCOO(): fix undefined behavior
|
| #
aa01dc31
|
| 27-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-07-15/add-mat-vec-createfromoptions' into 'main'
Add convenience functions VecCreateFromOptions() and MatCreateFromOptions() to...
See merge request petsc/petsc!6711
|
| #
77433607
|
| 15-Jul-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Add convenience functions VecCreateFromOptions() and MatCreateFromOptions() to reduce the use of specialize creation routines in the examples and thus make it easier for people to use GPU based solve
Add convenience functions VecCreateFromOptions() and MatCreateFromOptions() to reduce the use of specialize creation routines in the examples and thus make it easier for people to use GPU based solvers
show more ...
|