History log of /petsc/src/vec/vec/tests/ex66f.F90 (Results 1 – 4 of 4)
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


# 1cddb31e 09-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-06-06/add-fortran-petscobjectnullify' into 'main'

Add #define PetscObjectNullify(o) o%v = PETSC_FORTRAN_TYPE_INITIALIZE to allow...

See merge request petsc/petsc!8465


# a7a02aae 07-Jun-2025 Barry Smith <bsmith@mcs.anl.gov>

Add #define PetscObjectNullify(o) o%v = PETSC_FORTRAN_TYPE_INITIALIZE to allow Fortran users to reset a variable to behave as if it had just been declared and not yet been assigned a PETSc object.

R

Add #define PetscObjectNullify(o) o%v = PETSC_FORTRAN_TYPE_INITIALIZE to allow Fortran users to reset a variable to behave as if it had just been declared and not yet been assigned a PETSc object.

Reported-by: Glenn Hammond

show more ...