| #
e5ab922b
|
| 21-Oct-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPLEX: remove flush of VTK viewer
|
| #
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
|
| #
0f6b61eb
|
| 15-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-plot' into 'main'
Plex+Viewer: PETSCVIEWERPYTHON and PyVista support for DMPLEX
See merge request petsc/petsc!7884
|
| #
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 ...
|
| #
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
|
| #
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
|
| #
f180259e
|
| 28-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-hdf5-opt' into 'main'
IS+HDF5: Add run-length compression to IS I/O
See merge request petsc/petsc!7862
|
| #
21c42226
|
| 02-Sep-2024 |
Matthew G. Knepley <knepley@gmail.com> |
IS+HDF5: Add run-length compression for arithmetic progressions to IS I/O - Add DMPlexGetDepthStratumGlobalSize() - Add name and compression info to HDF5ReadCtx - Add compression argument to PetscVie
IS+HDF5: Add run-length compression for arithmetic progressions to IS I/O - Add DMPlexGetDepthStratumGlobalSize() - Add name and compression info to HDF5ReadCtx - Add compression argument to PetscViewerHDF5ReadSizes_Private() and PetscViewerHDF5Load_Internal() - Gather compressed info to all procs when loading - Set name for local coordinates - Add logging - Add -is_view_compress to turn off compression - Add -dm_plex_view_coordinate_section to just output coordinates - Add -dm_plex_view_labels to turn off label output - Support loading coordinates without section
show more ...
|
| #
d0e6bf2a
|
| 25-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-19' into 'main'
clang-format-19
See merge request petsc/petsc!7644
|
| #
57508ece
|
| 17-Sep-2024 |
Pierre Jolivet <pierre@joliv.et> |
Remove unneeded parentheses
|
| #
83d0d507
|
| 25-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/cgns_parallel_io' into 'main'
CGNS: Add parallel Plex building, VecLoad, and more
See merge request petsc/petsc!7826
|
| #
c3e1cf4f
|
| 24-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-09-18/fix-some-clang-tidy' into 'main'
Fix some code issues exposed by make clang-tidy
See merge request petsc/petsc!7845
|
| #
63bfac88
|
| 24-Sep-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix some code issues exposed by make clang-tidy
|
| #
472b9844
|
| 11-Aug-2024 |
James Wright <james@jameswright.xyz> |
cgns: Add parallel Plex read, VecLoad, etc.
- Parallel Plex building with `-dm_plex_cgns_parallel` - Parallel solution reading via `VecLoad()` - Added `PetscViewerCGNSOpen()` - Added `PetscViewerCGN
cgns: Add parallel Plex read, VecLoad, etc.
- Parallel Plex building with `-dm_plex_cgns_parallel` - Parallel solution reading via `VecLoad()` - Added `PetscViewerCGNSOpen()` - Added `PetscViewerCGNSGetSolution{Time,Name}()`, `PetscViewerCGNSSetSolutionIndex()`
show more ...
|
| #
d1f89d58
|
| 23-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-plex-hdf5' into 'main'
Fix plex hdf5
See merge request petsc/petsc!7860
|
| #
fdb5c92a
|
| 22-Sep-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
VecView_Plex_Local_HDF5_Internal: only one field type per vector
It makes no sense to visualize high-order stuff otherwise
|
| #
d8e47b63
|
| 17-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'
Compiler finds (and forbid) casts from higher precision integers to lower
See merge request petsc/petsc!7806
|
| #
462c564d
|
| 14-Sep-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()
Introduce MPIU_Count to be used when MPI_Count is not available
|
| #
1690c2ae
|
| 10-Sep-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MIN
Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example Funded
Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MIN
Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example Funded-by: Project: Time: hours Reported-by: Thanks-to: Development Tools: Vim, Emacs, Eclipse
show more ...
|
| #
6497c311
|
| 25-Aug-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']
Also fix the code to repository to compile cleanly with these flags in th
Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']
Also fix the code to repository to compile cleanly with these flags in the CI
show more ...
|
| #
f2719977
|
| 09-Sep-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Viwering PetscSection displays dof as dim in the ASCII files, fix to dof
|
| #
4bbe9138
|
| 13-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-1d-affine-map' into 'main'
Fixes for submesh handling
See merge request petsc/petsc!7823
|
| #
bb4b53ef
|
| 23-Aug-2024 |
Matthew G. Knepley <knepley@gmail.com> |
DM+DS: Create FE with degree bounds - Add degree bounds to DMCopyFields(), DMCopyDS(), PetscDSCopy(), and PetscDSSelectDiscretizations() - Add PetscFELimitDegree()
|
| #
ed0a315d
|
| 11-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-09-08/rm-empty-comments' into 'main'
Remove empty comments from the source, that is /* */
See merge request petsc/petsc!7815
|