| 2e1d0745 | 19-Oct-2024 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix ranlib warnings 'file has no symbols'
These warnings appear in macOS when configured --with-shared-libraries=0
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-nosh
Fix ranlib warnings 'file has no symbols'
These warnings appear in macOS when configured --with-shared-libraries=0
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(sectionhdf5.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(zhdf5io.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(hdf5io.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(aijhdf5.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(baijfact81.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(densehdf5.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(feceed.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(fvceed.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(plexhdf5xdmf.o) has no symbols
Includes the removal of unnecessary custom fortran stubs.
show more ...
|
| 49abdd8a | 29-Sep-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)
Changes the previous subset of destructor APIs that used PetscErrorCode (*)(void *) (mostly those t
Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)
Changes the previous subset of destructor APIs that used PetscErrorCode (*)(void *) (mostly those that used PetscContainer
- Now allows any context to be a PetscObject - Will provide a cleaner mapping to bindings in other languages - Simplifies the maintenance of PETSc source code; improves clarity
Not backward compatible, compiler warnings will tell users what functions need to be updated
show more ...
|
| bae1a9bf | 18-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-add-transform-match-strata' into 'main'
Plex: Add interface function for -dm_plex_transform_label_match_strata
See merge request petsc/petsc!7950 |
| f69e25f9 | 18-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/plex_sfc_21bit_index' into 'main'
plex sfc: Expand ZCode encoding to 21 bits per index
See merge request petsc/petsc!7899 |
| a4d5e7b4 | 18-Oct-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Add interface function for -dm_plex_transform_label_match_strata |
| bc3e2e66 | 16-Oct-2024 |
James Wright <james@jameswright.xyz> |
plex sfc: Replace hex magic numbers with octals |
| 376e073f | 16-Oct-2024 |
James Wright <james@jameswright.xyz> |
plex sfc: Add documentation of ZCode
Co-authored-by: Matthew Knepley <knepley@gmail.com> |
| 22d6dc08 | 19-Sep-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
Plex+Viewer: Added Python and PyVista viewers - Enable viewer filename interface for Python viewer - Add -viewer_python_filename to set the output filename - Add -dm_plex_transform_active_values to e
Plex+Viewer: Added Python and PyVista viewers - Enable viewer filename interface for Python viewer - Add -viewer_python_filename to set the output filename - Add -dm_plex_transform_active_values to explicitly set values in the label - Add -dm_plex_option_phases to control sequencing of setup from the command line
show more ...
|
| 9b750a2f | 10-Oct-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex3: Added a test for the tobox transformation |
| a77a5016 | 10-Oct-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added more debugging for projection |
| 38cc584f | 10-Oct-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: If the cell type changes, we need to recreate the coordinate discretization - Thus, now refinement always recreates it |
| 308af4e5 | 09-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-hdf5-fields' into 'main'
Plex+HDF5: Restore previous behavior for version 1.1.0 output
See merge request petsc/petsc!7934 |
| 55502333 | 02-Oct-2024 |
Matthew G. Knepley <knepley@gmail.com> |
IS+HDF5: Do not write compressed ISes unless we explicitly ask - DMPlex output version 3.1.0 compresses ISes - Add ISGetCompressOutput() and ISSetCompressOutput() - Add compressOutput flag to IS |
| 5d418981 | 09-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| cf58e07a | 08-Oct-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+HDF5: Restore previous behavior for version 1.1.0 output - CHREST needs segmented fields on meshes with different cell types |
| ea7b3863 | 04-Oct-2024 |
James Wright <james@jameswright.xyz> |
plex sfc: Add log event for box mesh creation |
| 6b8451b4 | 08-Oct-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexVTKWriteAll_VTU: do not assume the DM has fields attached |
| 3f8cbdf6 | 07-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/cgns_casting' into 'main'
plex cgns: Explicit cast to enum types
Closes #1658
See merge request petsc/petsc!7925 |
| e4a561a4 | 07-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| d9dd0fdc | 05-Oct-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexInterpolatePointSF: fix asan warnings
runtime error: signed integer overflow: 2147483647 + 2147483647 cannot be represented in type 'int' |
| ca328833 | 05-Oct-2024 |
James Wright <james@jameswright.xyz> |
plex cgns: Explicit cast to enum types |
| 3cb3609b | 04-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 029d20e5 | 04-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-petsccintcast' into 'main'
Sys: add PetscCIntCast()
See merge request petsc/petsc!7906 |
| 5341eb2e | 04-Oct-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscViewerDestroy_ExodusII: add missing PetscCalls |
| 784a7648 | 02-Oct-2024 |
Pierre Jolivet <pierre@joliv.et> |
Sys: add PetscCIntCast() |