| 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 |
| 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 |
| 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' |
| 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 |
| 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 ...
|
| 963a61da | 28-May-2024 |
Jose E. Roman <jroman@dsic.upv.es> |
Add missing Fortran stub for MatSetVecType() |
| 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' |
| a94f484e | 19-May-2024 |
Pierre Jolivet <pierre@joliv.et> |
Docs: fix double backticks in seealso |
| ffeef943 | 28-Apr-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Update to sowing version that supports PetscViewer and PetscObject
Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowing
Also handles the passing of null
Update to sowing version that supports PetscViewer and PetscObject
Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowing
Also handles the passing of null objects correctly
show more ...
|
| c74fe4ad | 01-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 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 |
| cc4c1da9 | 14-Apr-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Update source code removing all unneeded /*@C and associated manual stubs and interfaces |
| 55cda6f5 | 25-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| a3b724e8 | 24-Apr-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
release docs fixes
Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example Funded-by: Project: Time: hours Reported-by:
release docs fixes
Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example Funded-by: Project: Time: hours Reported-by: Thanks-to: Development Tools: Vim, Emacs, Eclipse
show more ...
|
| 5d5d24bb | 22-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Add [Vec,Mat]GetState to public API |
| d1f0640d | 08-Apr-2024 |
Pierre Jolivet <pierre@joliv.et> |
MatSolverTypeRegister: switch to PETSC_INTERN |
| f64b5ac6 | 27-Mar-2024 |
Junchao Zhang <jczhang@anl.gov> |
Mat: fix a typo in MatSetValuesBlocked
Reported by: Eric Chamberland @eric.chamberland
close #1567 |
| 25da1f90 | 27-Mar-2024 |
Matthew Knepley <knepley@gmail.com> |
Update file matrix.c |
| 6e25ca73 | 25-Mar-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: expose MatSetVariableBlockSizes |