History log of /petsc/src/dm/interface/ftn-custom/zdmf.c (Results 26 – 50 of 156)
Revision Date Author Comments
# 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


# e3e09d54 08-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'bourdin/exodus-viewer' into 'main'

exodusii: viewer updates

See merge request petsc/petsc!3836


# 6823f3c5 06-Apr-2021 Blaise Bourdin <bourdin@lsu.edu>

exodusii: viewer updates
- finished implementing PETSCVIEWEREXODUSII
- Call the proper exodusii function when VecView/Load and DMView/Load are invoked on a PETSCVIEWEREXODUSII viewer
- Added

exodusii: viewer updates
- finished implementing PETSCVIEWEREXODUSII
- Call the proper exodusii function when VecView/Load and DMView/Load are invoked on a PETSCVIEWEREXODUSII viewer
- Added interface to define second order exodusii meshes
- updated dm/impls/plex/tests/ex26.c

show more ...


# 8b44b570 30-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-fortran-object-reinit' into 'main'

Fortran: re-init destroyed petsc objects so that they are different from null objects

See merge request petsc/petsc!3786


# 1fb7b255 29-Mar-2021 Junchao Zhang <jczhang@mcs.anl.gov>

Fortran: re-init destroyed petsc objects so that they are different from null objects

Reported-by: Jose E. Roman <jroman@dsic.upv.es>


# f6b722a5 22-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# dcaaaede 22-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'bourdin/fixviewersfortran' into 'release'

petscviewer: fix the fortran bindings of XXXViewFromOptions when called with obj=PETSC_NULL_XXX

See merge request petsc/petsc!3632


# b14c0cba 18-Feb-2021 Blaise Bourdin <bourdin@lsu.edu>

petscviewer: fix the fortran bindings of XXXViewFromOptions when called with obj=PETSC_NULL_XXX


# c57b1f10 27-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# a71d6db7 27-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-12-21/fix-fortran-kspsolve/release' into 'release'

DMCreateInterpolation() requires a custom Fortran stub because it RETURNS an optional vector

See merge request petsc/pets

Merge branch 'barry/2020-12-21/fix-fortran-kspsolve/release' into 'release'

DMCreateInterpolation() requires a custom Fortran stub because it RETURNS an optional vector

See merge request petsc/petsc!3497

show more ...


# 48eeb7c8 22-Dec-2020 Barry Smith <bsmith@mcs.anl.gov>

DMCreateInterpolation() requires a custom Fortran stub because it RETURNS an optional vector

Add -da_refine to manual page for DMDASetRefinementFactor()

Commit-type: bug-fix, documentation, fortran

DMCreateInterpolation() requires a custom Fortran stub because it RETURNS an optional vector

Add -da_refine to manual page for DMDASetRefinementFactor()

Commit-type: bug-fix, documentation, fortran
/spend 4h
Reported-by: Shatrov Oleg <shatrov.oleg.a@gmail.com>
Reported-by: Victor Eijkhout <eijkhout@tacc.utexas.edu>

show more ...


# afbb2908 10-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-swarm-fortran' into 'master'

Knepley/feature swarm fortran

See merge request petsc/petsc!2680


# 74d0cae8 28-Mar-2020 Matthew G. Knepley <knepley@gmail.com>

DMSwarm: Enable Fortran and Xdmf viewing
- Added Fortran headers
- Added Fortran module
- Removed PETSC_EXTERN from source
- Turned on automatic Fortran bindings
- Now outputs particle locations in H

DMSwarm: Enable Fortran and Xdmf viewing
- Added Fortran headers
- Added Fortran module
- Removed PETSC_EXTERN from source
- Turned on automatic Fortran bindings
- Now outputs particle locations in HDF5
- These are parsed in Xdmf as a Polyvertex grid
- Can now view particle fields in HDF5

Co-authored-by: Mark Adams <mfadams@lbl.gov>

show more ...


# f507b629 21-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/remove-stdcall' into 'master'

Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL,...

See merge request petsc/petsc!2546


# 19caf8f3 21-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL, HAVE_FORTRAN_MIXED_STR_ARG flags - as Compaq f90 compiler is no longer supported


# d0eddb9b 07-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'mark/fix-viewfromoptions' into 'master'

prototype for ViewFromOptions macro-->functions

See merge request petsc/petsc!2083


# fe2efc57 07-Nov-2019 Mark <cal2princeton@yahoo.com>

prototype for ViewFromOptions macro-->functions


# a1a5ab92 28-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# 34d8b122 09-Dec-2018 Patrick Farrell <patrick@pefarrell.org>

Merge branch 'master' into knepley/feature-snes-patch

Not sure if this has done the right thing because there are no tests
yet. Also, the fortran stubs break (it doesn't know what to do with
SNESCo

Merge branch 'master' into knepley/feature-snes-patch

Not sure if this has done the right thing because there are no tests
yet. Also, the fortran stubs break (it doesn't know what to do with
SNESCompositeType), and I don't know how to fix it.

show more ...


# f35fe2a5 06-Dec-2018 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# 83c10b7e 04-Dec-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


# d51f3b72 07-Nov-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'barry/fix-check-ierr-before-freechar/maint' into maint [PR #1220]

* barry/fix-check-ierr-before-freechar/maint:
Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR

Merge branch 'barry/fix-check-ierr-before-freechar/maint' into maint [PR #1220]

* barry/fix-check-ierr-before-freechar/maint:
Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()
Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should not

show more ...


# 03132937 07-Nov-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'barry/fix-check-ierr-before-freechar/maint' [PR #1220]

* barry/fix-check-ierr-before-freechar/maint:
Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()
Otherwis

Merge branch 'barry/fix-check-ierr-before-freechar/maint' [PR #1220]

* barry/fix-check-ierr-before-freechar/maint:
Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()
Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should not

show more ...


# d49bb8f9 05-Nov-2018 Barry Smith <bsmith@mcs.anl.gov>

Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()

Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should not

Commit-type: bug-f

Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()

Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should not

Commit-type: bug-fix
Reported-by: Tim Steinhoff <kandanovian@gmail.com>

show more ...


1234567