| #
f14a7c29
|
| 08-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-12-27/ftn-rm-funname-interface-definition' into 'main'
Remove the function name from generated Fortran interface definitions.
Closes #1838
See merge request petsc/petsc!89
Merge branch 'barry/2025-12-27/ftn-rm-funname-interface-definition' into 'main'
Remove the function name from generated Fortran interface definitions.
Closes #1838
See merge request petsc/petsc!8921
show more ...
|
| #
1c4a1a5b
|
| 02-Jan-2026 |
Martin Diehl <mail@martin-diehl.net> |
Fortran 2008 has unlimited polymorphic/'*'
|
| #
2a1887a7
|
| 11-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-11-30/fix-bad-ts' into 'main'
Fix bad decisions made in writing TS.
See merge request petsc/petsc!8877
|
| #
188af4bf
|
| 01-Dec-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix bad decisions made in writing TS.
Fix -ts_dt to -ts_time_step and add initial time step to TSView output
commit a5a92c11fa9681148df375b257eda4e09909b74e Author: Barry Smith <bsmith@petsc.de
Fix bad decisions made in writing TS.
Fix -ts_dt to -ts_time_step and add initial time step to TSView output
commit a5a92c11fa9681148df375b257eda4e09909b74e Author: Barry Smith <bsmith@petsc.dev> Date: Mon Dec 1 14:51:27 2025 -0500
add max_snes_failures to TSView
commit 32d3e79f6fa743930b1bbf32d03b9181b5b5418a Author: Barry Smith <bsmith@petsc.dev> Fix wrongly named options and add to TSView
Wrong name for options database key -ts_max_reject should be -ts_max_step_rejections!
Add max_reject value to TSView
Add max_snes_failures to TSView
Add initial timestep to TSView
show more ...
|
| #
9b88ac22
|
| 29-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'MarDiehl/improve-Fortran-examples' into 'main'
Improve Fortran examples
See merge request petsc/petsc!8698
|
| #
ccfb0f9f
|
| 16-Oct-2025 |
Martin Diehl <mail@martin-diehl.net> |
Fortran is always F2003: removed leftovers
|
| #
c5e229c2
|
| 29-Sep-2025 |
Martin Diehl <mail@martin-diehl.net> |
place all the include statements at the top
Repeated inclusion in multiple location, e.g. at the start of a module or function is not needed. This becomes clear if all includes are outside of the ac
place all the include statements at the top
Repeated inclusion in multiple location, e.g. at the start of a module or function is not needed. This becomes clear if all includes are outside of the actual Fortran code. Added regex to check that with the help of @sbalay
show more ...
|
| #
edb0e59d
|
| 23-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-07-01/format-fortran-source-fprettify' into 'main'
format fortran source with fprettify
See merge request petsc/petsc!8514
|
| #
4820e4ea
|
| 23-Sep-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Run fprettify
|
| #
6eff51de
|
| 04-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-07-02/fortran-no-semicolon-end-of-line' into 'main'
fortran no semicolon at end of line
See merge request petsc/petsc!8519
|
| #
ccfd86f1
|
| 04-Jul-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
fortran no semicolon at end of line
Remove all unneeded ; at end of Fortran source code line
Add checkbadSource to check for semicolon at the end of lines
|
| #
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 ...
|
| #
ec42381f
|
| 20-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-06-15/deprecate-petsc-current' into 'main'
Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT since PETSC_DEFAULT is a...
See merge request petsc/petsc!7634
|
| #
09cb0f53
|
| 25-Jun-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Add support for PETSC_DETERMINE to revert to defaults TS parameters
|
| #
d0d20fba
|
| 26-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/bjkokkos-verbose-fix' into 'main'
bjkokkos: cleanup diagnostics
See merge request petsc/petsc!7638
|
| #
9bdd0a17
|
| 26-Jun-2024 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
bjkokkos: cleanup diagnostics
|
| #
61d8dfa2
|
| 09-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-checkbadSource' into 'main'
Improve checkbadSource
See merge request petsc/petsc!7168
|
| #
53df731d
|
| 08-Jan-2024 |
Pierre Jolivet <pierre@joliv.et> |
Fix "Extra spaces in test harness rules" in checkbadSource
|
| #
f6652e4d
|
| 13-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-ex1-fix' into 'main'
Landau collision operator cleanup/release with paper, new verification test in ex1 and cleanup
See merge request petsc/petsc!6006
|
| #
6b664d00
|
| 03-Feb-2023 |
markadams4 <mfadams@lbl.gov> |
adding movie Monitor and verification to small Landau test remove ramp up of batches increase to Q5 and move batch solver data to global
|
| #
540c0c32
|
| 02-Jun-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-05-24/add-petsccall-fortran-examples' into 'main'
Update all Fortran examples to modern error checking with PetscCallXXX() wrappers around PETSc/MPI function calls.
See mer
Merge branch 'barry/2022-05-24/add-petsccall-fortran-examples' into 'main'
Update all Fortran examples to modern error checking with PetscCallXXX() wrappers around PETSc/MPI function calls.
See merge request petsc/petsc!5271
show more ...
|
| #
d8606c27
|
| 24-May-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add modern error checking to rest of Fortran examples
/spend 2.5h
|
| #
7551f769
|
| 06-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-sppic-omp-bug' into 'main'
Added ts test that integrates Landau with particles
See merge request petsc/petsc!5017
|
| #
984ed092
|
| 01-Apr-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
added PETSC_USE_DMLANDAU_2D to fully support 2 and 3V versions of Landau
|