| #
4f037aad
|
| 27-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/bs' into 'main'
PetscLayout: set default block size to 1
See merge request petsc/petsc!8226
|
| #
58b7e2c1
|
| 23-Mar-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscLayout: default block size 1
|
| #
6d8694c4
|
| 20-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'
Major updates to Fortran interface
See merge request petsc/petsc!7517
|
| #
ce78bad3
|
| 20-Feb-2025 |
Barry Smith <bsmith@petsc.dev> |
Fortran 90: fully embrace After 34 years!
- deprecate use of 'F90' in Fortran function names - use Fortran pointers when appropriate - the new Fortran API is not backward compatible with previous ve
Fortran 90: fully embrace After 34 years!
- deprecate use of 'F90' in Fortran function names - use Fortran pointers when appropriate - the new Fortran API is not backward compatible with previous versions! - also clean up inconsistent PETSc code detected by new Fortran generation tools - drop use of bfort - automatically generate all the Fortran PETSc objects, enums etc from the include files - generate most of the Fortran interface definitions and functions from the source code - simplify the number and organization of Fortran modules
Co-authored-by: Jose E. Roman <jroman@dsic.upv.es>
show more ...
|
| #
d6682a24
|
| 17-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/kd_tree' into 'main'
Add PetscKDTree
See merge request petsc/petsc!7954
|
| #
98480730
|
| 18-Oct-2024 |
James Wright <james@jameswright.xyz> |
IS: Add PetscKDTree
Co-authored-by: Barry Smith <bsmith@mcs.anl.gov>
|
| #
8d104288
|
| 09-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-is-compression' into 'main'
IS+HDF5: Do not write compressed ISes unless we explicitly ask
See merge request petsc/petsc!7905
|
| #
55502333
|
| 02-Oct-2024 |
Matthew G. Knepley <knepley@gmail.com> |
IS+HDF5: Do not write compressed ISes unless we explicitly ask - DMPlex output version 3.1.0 compresses ISes - Add ISGetCompressOutput() and ISSetCompressOutput() - Add compressOutput flag to IS
|
| #
d8e47b63
|
| 17-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'
Compiler finds (and forbid) casts from higher precision integers to lower
See merge request petsc/petsc!7806
|
| #
6497c311
|
| 25-Aug-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']
Also fix the code to repository to compile cleanly with these flags in th
Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']
Also fix the code to repository to compile cleanly with these flags in the CI
show more ...
|
| #
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 ...
|
| #
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
|
| #
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
|
| #
d4df40f3
|
| 20-Mar-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
Implement ISLocalToGlobalMappingGetBlockMultiLeavesSF
|
| #
c98904c8
|
| 18-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/isl2g' into 'main'
ISLocalToGlobalMapping: proper handling of multiple global indices per process
See merge request petsc/petsc!7381
|
| #
7de13914
|
| 12-Mar-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
ISLocalToGlobalMapping: implement binary load/view and matlab view
|
| #
633354d9
|
| 28-Feb-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
ISLocalToGlobalMapping: new l2gmap info routines using PetscSF
|
| #
b22c9ba6
|
| 08-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
338bea87
|
| 08-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-01-04/fix-includes-man-pages/release' into 'release'
Barry/2024 01 04/fix includes man pages/release
See merge request petsc/petsc!7165
|
| #
af27ebaa
|
| 05-Jan-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix manual page formating in include directory
|
| #
c9e2ab0a
|
| 28-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/replace-check-assert' into 'main'
Replace some guarded PetscCheck() to PetscAssert()
See merge request petsc/petsc!7051
|
| #
b498ca8a
|
| 25-Nov-2023 |
Pierre Jolivet <pierre@joliv.et> |
Replace some guarded PetscCheck() to PetscAssert()
|
| #
6cdbbeb7
|
| 22-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|