History log of /petsc/src/sys/utils/ftn-kernels/fcopy.F90 (Results 1 – 16 of 16)
Revision Date Author Comments
# 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


# 3868eb11 07-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'MarDiehl/Fortran-use-ISO_C_BINDING' into 'main'

include ISO_C_BINDING

See merge request petsc/petsc!8481


# fe66ebcc 18-Jun-2025 Martin Diehl <mail@martin-diehl.net>

use integer and real kinds from ISO_C_binding

The kinds in this module are guaranteed to be compatible with the
corresponding C types.
Requires to include the ISO_C_binding module in interfaces and

use integer and real kinds from ISO_C_binding

The kinds in this module are guaranteed to be compatible with the
corresponding C types.
Requires to include the ISO_C_binding module in interfaces and stray
functions

show more ...


# 3c8a5122 03-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'MarDiehl/ftn-kernel-modernization' into 'main'

Modernize Fortran code in ftn-kernel

See merge request petsc/petsc!8504


# d66e387e 01-Jul-2025 Martin Diehl <mail@martin-diehl.net>

use array notation (=vectorize)


# 0ccf82ac 30-Jun-2025 Martin Diehl <mail@martin-diehl.net>

give intent = (in,out,inout) and mark as pure


# 0113e719 30-Jun-2025 Martin Diehl <mail@martin-diehl.net>

regular do without line number

consistent indentation (2 spaces)


# a7155305 23-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/remove-fortran-return' into 'main'

Fortran: remove unneeded return

Closes #1564

See merge request petsc/petsc!7402


# 849a9ca3 23-Mar-2024 Pierre Jolivet <pierre@joliv.et>

Fortran: remove unneeded return


# e8e8640d 26-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/rm-first-empty-line' into 'main'

Remove first and last empty lines

See merge request petsc/petsc!6892


# 92bec4ee 26-Sep-2023 Pierre Jolivet <pierre@joliv.et>

Remove first and last empty lines


# a8cf78f8 24-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'

Fix typos in source

See merge request petsc/petsc!3984


# 4e278199 16-May-2021 Barry Smith <bsmith@mcs.anl.gov>

Remove all double blank lines from source

Commit-type: petsc-style
/2h


# f1aa628f 18-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/balay/ftn-updates'

Balay/ftn updates

See merge request petsc/petsc!2528


# c96caacc 11-Feb-2020 Satish Balay <balay@mcs.anl.gov>

rename all petsc .F sources to .F90

[this prevents issue like processing include files like mpif.h as f77 fixed source that can cause grief with -i8 build with mpich]