| #
fac68d15
|
| 30-Sep-2024 |
Pierre Jolivet <pierre@joliv.et> |
Fix -Wimplicit-fallthrough
src/dm/impls/plex/exodusii/plexexodusii2.c: In function ‘DMView_PlexExodusII’: src/dm/impls/plex/exodusii/plexexodusii2.c:889:12: warning: this statement may fall through
Fix -Wimplicit-fallthrough
src/dm/impls/plex/exodusii/plexexodusii2.c: In function ‘DMView_PlexExodusII’: src/dm/impls/plex/exodusii/plexexodusii2.c:889:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 889 | if (closureSize == 2 * dim) { | ^ src/dm/impls/plex/exodusii/plexexodusii2.c:892:7: note: here 892 | case 2: | ^~~~
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 ...
|