History log of /petsc/src/dm/impls/plex/plexexodusii.c (Results 1 – 25 of 316)
Revision Date Author Comments
# 07c2e4fe 01-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/housekeeping' into 'main'

Minor housekeeping

See merge request petsc/petsc!8755


# ffad1e82 01-Oct-2025 Pierre Jolivet <pierre@joliv.et>

Remove unneeded macros


# 6ee04767 18-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/disable-fortran-bindings' into 'main'

configure: disable Fortran bindings of external packages by default

See merge request petsc/petsc!8647


# caff39ff 15-Aug-2025 Pierre Jolivet <pierre@joliv.et>

Proper capitalization of ExodusII


# 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 ...


# 27f6a0ef 25-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'bourdin/exodusii-64bit' into 'main'

exodusii: add PetscExodusIIInt, PetscExodusIIFloat, fixes src/dm/impls/plex/tests/ex26 with 64bit build

See merge request petsc/petsc!7824


# 0a5cf5d8 25-Sep-2024 Blaise Bourdin <bourdin@mcmaster.ca>

exodusii: add PetscExodusIIInt, PetscExodusIIFloat, fixes src/dm/impls/plex/tests/ex26 with 64bit build


# a82fbe4e 09-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ahmed/exodusii-improvements' into 'main'

ExodusII: cache variable names

See merge request petsc/petsc!7705


# 49c89c76 09-Sep-2024 Blaise Bourdin <bourdin@mcmaster.ca>

PetscViewer_ExodusII: Allow the viewer to set and query the name and number of variables (results) stored in an exodusII file. Cache this information to avoid repeated calls to exodusII functions.

A

PetscViewer_ExodusII: Allow the viewer to set and query the name and number of variables (results) stored in an exodusII file. Cache this information to avoid repeated calls to exodusII functions.

And update to use exodusII-v2024-06-27

Co-authored-by: Sarah Ahmed ahmes134@mcmaster.ca

show more ...


# fda22ce0 08-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-07-01/fix-petscoptionsgetviewer' into 'main'

The use case of PetscOptionsGetViewer() has evolved to no longer be the get/restore model

See merge request petsc/petsc!7667


# 648c30bc 08-Jul-2024 Barry Smith <bsmith@mcs.anl.gov>

The use case of PetscOptionsGetViewer() has evolved to no longer be the get/restore model

Hence the code needs to be refactored

Introduce PetscCallNull() and PetscCallMPINull() to simplify PETSC_VI

The use case of PetscOptionsGetViewer() has evolved to no longer be the get/restore model

Hence the code needs to be refactored

Introduce PetscCallNull() and PetscCallMPINull() to simplify PETSC_VIEWER_XXXX_() routines

Reported-by: James Wright
Thanks-to: Jeremy L Thompson

show more ...


# c6fd91da 29-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-eph-extrusion' into 'main'

Plex: Fix ephemeral extrusion

See merge request petsc/petsc!7582


# 25b8cb39 28-May-2024 Matthew G. Knepley <knepley@gmail.com>

Plex+ExodusII: Add check


# 1ed6e3ff 25-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-13/fix-sowing-strings' into 'main'

Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INT

See merge request petsc/petsc!7480


# cc4c1da9 14-Apr-2024 Barry Smith <bsmith@mcs.anl.gov>

Update source code removing all unneeded /*@C and associated manual stubs and interfaces


# d3c48830 06-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-exodusii-check' into 'main'

Knepley/fix exodusii check

See merge request petsc/petsc!6985


# 46ac1a18 01-Nov-2023 Matthew G. Knepley <knepley@gmail.com>

Plex+ExodusII: Remove bad check


# 5e8c9ebd 26-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-setup' into 'main'

Plex: Fix setup for RDycore

See merge request petsc/petsc!6877


# c14a7e84 19-Sep-2023 Matthew G. Knepley <knepley@gmail.com>

ExodusII; Fix check for reserved labels
- Disable check for many tests


# 4979242e 09-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-08/lint-apply-dm' into 'main'

Manual DM Linter Fixes

See merge request petsc/petsc!6792


# a4e35b19 08-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Manual linter fixes: dm


# 186cd71f 24-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-07-19/lint-apply-ts' into 'main'

Manual linter fixes: ts

See merge request petsc/petsc!6736


# 42747ad1 21-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

... and apply it


# cfd92c66 22-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-type-generic-petsc-valid-pointer' into 'main'

Implement a type generic PetscValidPointer

See merge request petsc/petsc!6693


12345678910>>...13