| feaf08ea | 31-Mar-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix manual pages related to Fortran
Remove a couple of dead Fortran bindings |
| bfe80ac4 | 29-Mar-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos |
| d6ae5217 | 29-Mar-2025 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix docstring issues reported by linter |
| 11105114 | 29-Mar-2025 |
Martin Diehl <mail@martin-diehl.net> |
CI: use FFLAGS=-fimplicit-none, and fix corresponding errors |
| d0b3cce3 | 28-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| afb41d4c | 28-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-03-18/revise-aijkokkos-matsolve' into 'main'
Add options to do factorization and solve on host for matseqaijkokkos
See merge request petsc/petsc!8209 |
| 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 |
| 49a05fde | 27-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-03-24/feature-veckokkosplacearray' into 'main'
VecKokkos: add VecKokkosPlaceArray(), VecKokkosResetArray()
See merge request petsc/petsc!8231 |
| 57e70ff0 | 27-Mar-2025 |
Junchao Zhang <jczhang@mcs.anl.gov> |
VecKokkos: add VecKokkosPlaceArray(), VecKokkosResetArray() |
| 067403a5 | 18-Mar-2025 |
Junchao Zhang <jczhang@anl.gov> |
Kokkos: move KokkosDualViewSync() to a private header |
| 4d5500e8 | 26-Mar-2025 |
Junchao Zhang <jczhang@anl.gov> |
Doc: add notes to the const usage in VecPlaceArray, VecReplaceArray etc |
| ce34b9a4 | 26-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| b0c76368 | 14-Aug-2024 |
James Wright <james@jameswright.xyz> |
docs: Add user manual documentation of PetscSection |
| 687234bf | 25-Mar-2025 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix fortran notes in man pages |
| 58b7e2c1 | 23-Mar-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscLayout: default block size 1 |
| 6dd63270 | 20-Mar-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Minor cleanup of Fortran binding stuff to simplify future maintainance
There is no distinction between F90 and non-F90 code so combine ftn-custom and f90-custom directories and fortranimpl.h and f90
Minor cleanup of Fortran binding stuff to simplify future maintainance
There is no distinction between F90 and non-F90 code so combine ftn-custom and f90-custom directories and fortranimpl.h and f90impl.h files. Also move uses of f90 to ftn when simple
show more ...
|
| 8a6b6cad | 21-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Fortran: fix PETSC_HAVE_FORTRAN_UNDERSCORE defs
And remove FORTRANDOUBLEUNDERSCORE, cleanup PETSC_HAVE_FORTRAN_UNDERSCORE_UNDERSCORE
Revert PETSC_VIEWER_STDOUT_BROKEN from 5022eb3e26e9dbfdd711345ef
Fortran: fix PETSC_HAVE_FORTRAN_UNDERSCORE defs
And remove FORTRANDOUBLEUNDERSCORE, cleanup PETSC_HAVE_FORTRAN_UNDERSCORE_UNDERSCORE
Revert PETSC_VIEWER_STDOUT_BROKEN from 5022eb3e26e9dbfdd711345efc14d09b0dee953f
show more ...
|
| 87fca844 | 27-Jul-2024 |
Pierre Jolivet <pierre@joliv.et> |
Update to clang-format-20 |
| 65960ac8 | 20-Mar-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix Fortran |
| 14357523 | 19-Mar-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos |
| 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 ...
|
| 9c9354e5 | 19-Mar-2025 |
Barry Smith <bsmith@petsc.dev> |
some code fixes |
| 26a11704 | 09-Mar-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
some doc/manual page fixes |
| c97af49d | 18-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-ex2-fft' into 'main'
TS Hamiltonian ex2 improvements
See merge request petsc/petsc!8197 |
| 655619b1 | 14-Mar-2025 |
Matthew G. Knepley <knepley@gmail.com> |
Vec: Small fixes for vector line graphs - Fix name - Fix too small y-axis |