| #
d80fe35c
|
| 31-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/plex-project-fixes' into 'main'
DM: fix DM for BC projection and quadratic perf bug
See merge request petsc/petsc!7151
|
| #
5ee220ba
|
| 26-Dec-2023 |
Jed Brown <jed@jedbrown.org> |
DMProject: use the input DM when projecting the input
The input local vector is projected to impose boundary conditions prior to projection into the new space. This was previously done using the new
DMProject: use the input DM when projecting the input
The input local vector is projected to impose boundary conditions prior to projection into the new space. This was previously done using the new DM, which is not the DM that associated with the vector.
show more ...
|
| #
c574b33d
|
| 05-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'baagaard/update-plex-ex5-fault-projection' into 'main'
Fixes for projection between different dimensional meshes
See merge request petsc/petsc!7079
|
| #
79f2dbae
|
| 03-Nov-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix boundary projection - Update BdField projection kernel to take dmIn - Compute neighboring cell geometry in projection if we are projecting on faces - Get cohesive data during boundary pr
Plex: Fix boundary projection - Update BdField projection kernel to take dmIn - Compute neighboring cell geometry in projection if we are projecting on faces - Get cohesive data during boundary projection - Fix projection quadrature for cohesive fields
show more ...
|
| #
15c913a0
|
| 26-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-high-order-view' into 'main'
Plex: Enable high order viewing
See merge request petsc/petsc!6959
|
| #
e44f6aeb
|
| 26-Oct-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Enable high order viewing - Refinement recreates affine coordinates - Default for draw viewer - Replace DMProjectCoordinates() with DMSetCoordinateDisc() - Add argument to DMPlexCreateCoordinat
Plex: Enable high order viewing - Refinement recreates affine coordinates - Default for draw viewer - Replace DMProjectCoordinates() with DMSetCoordinateDisc() - Add argument to DMPlexCreateCoordinateSpace()
show more ...
|
| #
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
|
| #
60225df5
|
| 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Lint apply: dm
|
| #
3bd6a6cf
|
| 10-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-cohesive-project' into 'main'
Plex: Fix projection from cohesive spaces
See merge request petsc/petsc!6572
|
| #
8e6d238b
|
| 09-Jun-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix projection from cohesive spaces - If we are projecting from a cohesive DS, we need all the code we have used to evaluate fields in the cohesive residual
|
| #
8c38e02a
|
| 03-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
4ff55f77
|
| 01-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-05-27/improve-tutorials/release' into 'release'
Minor cleanup of website tutorials
See merge request petsc/petsc!6520
|
| #
1cc06b55
|
| 27-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
change to consistent use of ch_xxx for chapter names in the docs, instead of a mix of ch_xx and chapter_xx
|
| #
d01c6957
|
| 28-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-25/fix-more-manualpages' into 'main'
More manual page fixes
See merge request petsc/petsc!6233
|
| #
2fe279fd
|
| 28-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
More manual page fixes
|
| #
b6b5caf9
|
| 27-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-hybrid-mass' into 'main'
Plex: Can now specify a mass weighting to hybrid residual
See merge request petsc/petsc!6210
|
| #
07218a29
|
| 17-Mar-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Can now specify a mass weighting to hybrid residual - This is not a complete fix. We need to match up quadrature points across the interface.
|
| #
e9f36840
|
| 18-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-08/fix-man-pages-detected-by-lint' into 'main'
Fix many manual pages
See merge request petsc/petsc!6162
|
| #
20f4b53c
|
| 09-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix manual pages based on reports from Jacob's lint tool
Commit-type: documentation
|
| #
31d78bcd
|
| 02-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'
Feature: Non-discardable PetscErrorCode
See merge request petsc/petsc!5923
|
| #
3ba16761
|
| 10-Dec-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Make PetscErrorCode a non-discardable enum
|
| #
16611aed
|
| 13-Jan-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/plex-isoperiodic-coord-projection' into 'main'
DMPlex: fix isoperiodic coordinate projection for high order elements
See merge request petsc/petsc!5970
|
| #
eb8f539a
|
| 12-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
DMProjectFieldLocal: allow localU to be NULL
This is useful when a projection is defined entirely in terms of coordinates and perhaps auxiliary fields. The implementation DMProjectPoint_Field_Privat
DMProjectFieldLocal: allow localU to be NULL
This is useful when a projection is defined entirely in terms of coordinates and perhaps auxiliary fields. The implementation DMProjectPoint_Field_Private looks like it was intended to support this case (perhaps once did), so needed a minor update for localU=NULL.
show more ...
|
| #
990be990
|
| 23-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
d9370626
|
| 21-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-11-15/fix-more-dm-man-pages/release' into 'release'
fix more un-updated DMPLEX manual pages
See merge request petsc/petsc!5839
|