| #
78e542f3
|
| 30-May-2025 |
Jed Brown <jed@jedbrown.org> |
DMBoundaryConditionTypes: fix entries for LOWER_BOUND and UPPER_BOUND
|
| #
1bafe4bb
|
| 20-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-05-15/fix-func-typedef-names' into 'main'
All typedef for functions are of the form (XXXXFn)(...) not (*XXXXyyyy)(....)
See merge request petsc/petsc!8408
|
| #
2192575e
|
| 15-May-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
All typedef for functions are of the form (XXXXFn)(...) not (*XXXXyyyy)(....)
|
| #
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()
|
| #
b8cc7c9f
|
| 10-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
7cb29c40
|
| 10-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-04-04/add-fortran-dmcreatefielddecomposition/release' into 'release'
Add Fortran binding for dmcreatefielddecomposition
See merge request petsc/petsc!8276
|
| #
8d9ecca5
|
| 04-Apr-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Add Fortran support for DMCreateFieldDecomposition
Includes test with DMDA
|
| #
4c4edb6f
|
| 04-Apr-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Bug fixes for DMDA not handling Matt's plex handling of fields that he assumes works for all DM, not just DMPLEX
|
| #
09b68a49
|
| 04-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
95934b0d
|
| 02-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plextransform-save' into 'main'
Save Plex transform in DM
See merge request petsc/petsc!8263
|
| #
61f058f9
|
| 01-Apr-2025 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Add ability to save a mesh transform
|
| #
d31fe398
|
| 31-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'release'
Fix typos
See merge request petsc/petsc!8259
|
| #
1a61deb2
|
| 31-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-03-29/docs-fortran/release' into 'release'
Fix manual pages related to Fortran
See merge request petsc/petsc!8257
|
| #
feaf08ea
|
| 31-Mar-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix manual pages related to Fortran
Remove a couple of dead Fortran bindings
|
| #
bfe80ac4
|
| 29-Mar-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos
|
| #
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 ...
|
| #
cb865471
|
| 06-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
29db1be6
|
| 05-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini-release-patch-33570' into 'release'
DMAddBoundary: fix docs
See merge request petsc/petsc!8177
|
| #
258f4e96
|
| 05-Mar-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMAddBoundary: fix docs
|
| #
99a90a72
|
| 04-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-fixes' into 'main'
Plex+PyVista: Added transforms
See merge request petsc/petsc!8174
|
| #
c8a418c4
|
| 03-Mar-2025 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+PyVista: Added transforms - Now -view_pyvista_warp <f> warps by the active scalar - Now -view_pyvista_clip <xl,xu,yl,yu,zl,zu> defines a clipping box
|
| #
fa74d514
|
| 03-Mar-2025 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Fix docs for DMAddBoundary()
|
| #
20ac1e9e
|
| 19-Feb-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-embedded-manifold' into 'main'
Plex+PetscFE: Fixes to allow embedded manifolds
See merge request petsc/petsc!8141
|