| #
834855d6
|
| 27-Aug-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-21' into 'main'
clang-format-21
See merge request petsc/petsc!8202
|
| #
4d1837e9
|
| 12-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
Minor style fixes
See discussion at https://github.com/llvm/llvm-project/issues/139376
|
| #
022ab154
|
| 12-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-bounds' into 'main'
Plex: Now allow variable bounds along boundaries
See merge request petsc/petsc!8402
|
| #
01468941
|
| 11-May-2025 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Now allow variable bounds along boundaries - Add DM_BC_LOWER_BOUND and DM_BC_LOWER_BOUND - Add DMHasBound() - Add DMPlexInsertBounds() and implementation DMPlexInsertBounds_Plex()
|
| #
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 ...
|
| #
85896317
|
| 08-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/box_label_periodic' into 'main'
Plex: -dm_plex_box_label also setups isoperiodicity
See merge request petsc/petsc!7981
|
| #
01f53128
|
| 02-Nov-2024 |
James Wright <james@jameswright.xyz> |
plexceed: Add check for fields in DM
|
| #
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
|
| #
6996bd1a
|
| 21-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-double' into 'main'
Fix words appearing twice in a row for no good reason
See merge request petsc/petsc!7307
|
| #
15229ffc
|
| 21-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Fix words appearing twice in a row for no good reason
|
| #
9b1f5d59
|
| 11-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'arcowie/feature-sw-ceed' into 'main'
TS ex11: Updates to CEED interface
See merge request petsc/petsc!7259
|
| #
354b609c
|
| 28-Jan-2024 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Added mesh info to CEED - Add DMCeedComputeInfo() - Moved DMGetPoints_Internal() to dmceed.c
|
| #
06295560
|
| 11-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-lexi-order' into 'main'
Plex: Fix lexicographic closure ordering
See merge request petsc/petsc!7173
|
| #
5f82726a
|
| 08-Jan-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Discontinuous fields do not have unknowns on faces/edges - Fix tensor ordering to allow discontinuous simplex fields
|
| #
cec8e1ee
|
| 21-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-ts-ceed' into 'main'
Plex: Fix support ordering for CEED
See merge request petsc/petsc!7126
|
| #
62d9cbd2
|
| 02-Nov-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: ElemRestriction only takes the offsets of the first component
|
| #
f864ad58
|
| 04-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/libceed-i64-support' into 'main'
libceed: Add support for 64-bit indices
See merge request petsc/petsc!7076
|
| #
85f1dce8
|
| 01-Dec-2023 |
Jed Brown <jed@jedbrown.org> |
libceed: Add support for 64-bit indices
|
| #
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
|
| #
5962854d
|
| 01-Oct-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Updates for FVM - Add DMPlexInsertBoundaryValuesFVM() - Add -dm_plex_print_fvm - Fix copy of diagnostic flags
|
| #
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
|
| #
4f572ea9
|
| 18-Jul-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Rename PetscValidPointer -> PetscAssertPointer
|
| #
02477ebb
|
| 15-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-06-30/enable-doc-lint' into 'main'
Enable docs linting
See merge request petsc/petsc!6667
|