| #
eca7e54b
|
| 14-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
c52ffa67
|
| 12-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-docs' into 'release'
Docs fixes
See merge request petsc/petsc!7682
|
| #
0241b274
|
| 10-Jul-2024 |
Pierre Jolivet <pierre@joliv.et> |
Docs: fix nonexisting functions and variables
|
| #
bac74541
|
| 03-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-06-30/doc-vecsetinf' into 'main'
Refactor VecSetInf() into VecFlag() and deprecate VecSetInf()
See merge request petsc/petsc!7661
|
| #
f480ea8a
|
| 03-Jul-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Refactor VecSetInf() into VecFlag() and deprecate VecSetInf()
Reported-by: Stefano Zampini
|
| #
fbbac14a
|
| 28-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release'
|
| #
2ea6136b
|
| 26-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-06-25/minor-docs/release' into 'release'
Minor docs fixes
See merge request petsc/petsc!7646
|
| #
7e6f8dd6
|
| 26-Jun-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Minor docs fixes
|
| #
b6c5882a
|
| 13-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/matsolve-virtualtranspose' into 'main'
Mat: add support for MatSolve operations in MATTRANSPOSEVIRTUAL
See merge request petsc/petsc!7620
|
| #
a623e290
|
| 12-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-05-29/minor-fortran-stub-cleanup' into 'main'
More improvements to Fortran stubs and interfaces
See merge request petsc/petsc!7598
|
| #
5d83a8b1
|
| 30-May-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
This requires some changes to user FORTRAN code
Pass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an array Pass PETSC_NULL_ENUM when argument returns an enum instead of
This requires some changes to user FORTRAN code
Pass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an array Pass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGER Pass arrays (and not scalar values) when the argument is expecting an array; this means replace, for example, the argument v with [v] Use PetscObjectIsNull(obj) to check if the object is NULL, instead of obj == PETSC_NULL_XXX
The compiler will now automatically prevent you from using the wrong argument type for the first three bullets above This will also require an update sowing with the new sowing branch this MR is using.
show more ...
|
| #
377f809a
|
| 07-Jun-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
All constructors should do PetscAssertPointer on output object
Reported-by: Blaise Bourdin
Constructors should not initialize the output to NULL upon entry, serves no purpose
Fix some formatting i
All constructors should do PetscAssertPointer on output object
Reported-by: Blaise Bourdin
Constructors should not initialize the output to NULL upon entry, serves no purpose
Fix some formatting in constructors
show more ...
|
| #
2b938fe4
|
| 09-Jun-2024 |
Jose E. Roman <jroman@dsic.upv.es> |
MatOperation enum: add new operation MATOP_GET_FACTOR
|
| #
48dcc6cd
|
| 05-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-is-sorted' into 'main'
IS: set IS_SORTED to PETSC_TRUE when possible
See merge request petsc/petsc!7605
|
| #
b5beb062
|
| 04-Jun-2024 |
Pierre Jolivet <pierre@joliv.et> |
IS: set IS_SORTED to PETSC_TRUE when possible
|
| #
003fa74b
|
| 02-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
74cda21c
|
| 02-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-05-29/trivial-docs/release' into 'release'
Trivial fixes to a couple manual pages
See merge request petsc/petsc!7589
|
| #
1432289d
|
| 29-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release'
|
| #
260df9fe
|
| 29-May-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Trivial fixes to a couple manual pages
|
| #
a4987ed7
|
| 29-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-05-17/fix-sowing-object-destroy' into 'main'
Sowing bfort generation of XXXDestroy
See merge request petsc/petsc!7559
|
| #
0764c050
|
| 18-May-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Update sowing bfort for automatic generation of XXXDestroy() code
Fix some Fortran stub code to work with generation of XXXDestroy()
Add some runtime tests for XXXCreate() calls
Also update sowing
Update sowing bfort for automatic generation of XXXDestroy() code
Fix some Fortran stub code to work with generation of XXXDestroy()
Add some runtime tests for XXXCreate() calls
Also update sowing and fortranimpl.h to use PETSC_NULLPTR instead of NULL
show more ...
|
| #
8c52b9cd
|
| 28-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'prj--release-patch-81918' into 'release'
Update matrix.c
See merge request petsc/petsc!7579
|
| #
423fc6bf
|
| 27-May-2024 |
Pierre Jolivet <pierre@joliv.et> |
Update matrix.c
|
| #
2fd2f86a
|
| 20-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
ce08df8d
|
| 20-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-docs' into 'release'
Docs: fix double backticks in seealso
See merge request petsc/petsc!7560
|