| #
089a50d6
|
| 16-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
6a26c9ca
|
| 16-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-bc-output' into 'release'
Knepley/fix bc output
See merge request petsc/petsc!3869
|
| #
d1b3049b
|
| 06-Apr-2021 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Fix name of boundary condition
|
| #
344b7f00
|
| 16-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-fe-hessians' into 'release'
DM: Need to set jet degree on all fields
See merge request petsc/petsc!3871
|
| #
3b4aee56
|
| 06-Apr-2021 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Need to set jet degree on all fields
|
| #
e9494080
|
| 13-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-ds-residualbd-key' into 'main'
DS+FE+Doc: Make BdResidual take a key
See merge request petsc/petsc!3761
|
| #
45480ffe
|
| 06-Apr-2021 |
Matthew G. Knepley <knepley@gmail.com> |
DM+Plex: Boundary integration functions are now stored in a PetscWeakForm held in the Boundary object - Boundary residual/Jacobian functions now take a form key - Now store DMLabel in DSBoundary - Im
DM+Plex: Boundary integration functions are now stored in a PetscWeakForm held in the Boundary object - Boundary residual/Jacobian functions now take a form key - Now store DMLabel in DSBoundary - Improved Boundary, Weak Form, and DS viewers - Remove DMCopyBoundary(), DMCopyDisc() is sufficient - Need DMTransferDS_Internal() to create new DS with label in the correct DM - Correct all DMAddBoundary() in tests - Allow DMBoundary to hold just a label name if necessary since p4est is missing labels in a lot of places - Fix propagating coordinate dimension in DS
show more ...
|
| #
16f8cdc7
|
| 09-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/2021-03-28/fix-mpiu-allreduce-mpi-failure'
Fix capture of MPI error code in MPIU_Allreduce()
See merge request petsc/petsc!3777
|
| #
81e78bdf
|
| 05-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/dmstag-periodic-coordinates' into 'main'
DMStag: DMStagSetUniformCoordinatesExplicit(): linearly extrapolate to ghost regions
See merge request petsc/petsc!3804
|
| #
820f2d46
|
| 03-Apr-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
All MPIU_ functions except MPIU_File return MPI error codes for checking
Update checkbadSource to find use of CHKERRQ with MPIU_ functions
Commit-type: i.e. error-checking, optimization, bug-fix, p
All MPIU_ functions except MPIU_File return MPI error codes for checking
Update checkbadSource to find use of CHKERRQ with MPIU_ functions
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 ...
|
| #
a09b138c
|
| 02-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-aux-data' into 'main'
DM: Replace object composition with an API for auxiliary data
See merge request petsc/petsc!3798
|
| #
959c7569
|
| 02-Apr-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: DMSetCoordinatesLocal: don't use the term local to describe locally-owned entries of a global Vec
|
| #
9a2a23af
|
| 02-Apr-2021 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Replace object composition with an API for auxiliary data - Now allow data to be tagged with a label+value - Do not separately require a DM and Vec, get the DM from the Vec
|
| #
8b44b570
|
| 30-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-fortran-object-reinit' into 'main'
Fortran: re-init destroyed petsc objects so that they are different from null objects
See merge request petsc/petsc!3786
|
| #
1fb7b255
|
| 29-Mar-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Fortran: re-init destroyed petsc objects so that they are different from null objects
Reported-by: Jose E. Roman <jroman@dsic.upv.es>
|
| #
a4e904b1
|
| 13-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/doc-fixes' into 'main'
Balay/doc fixes
See merge request petsc/petsc!3709
|
| #
99c90e12
|
| 12-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
doc fixes
|
| #
31867c9b
|
| 13-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-dm-interpolate-solution' into 'main'
Total solution interpolation
See merge request petsc/petsc!3700
|
| #
1f3379b2
|
| 09-Mar-2021 |
Toby Isaac <tisaac@cc.gatech.edu> |
Add DMInterpolateSolution interface
|
| #
7ab9467e
|
| 02-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/sf-change-api' into 'main'
Change some SF APIs mentioned in the ECP paper
See merge request petsc/petsc!3659
|
| #
ad227fea
|
| 27-Feb-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
SF: add an MPI_Op argument to SFBcast
|
| #
747052ed
|
| 23-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-ksp-monitor-pause' into 'master'
Knepley/feature ksp monitor pause
See merge request petsc/petsc!3645
|
| #
6d7c9049
|
| 22-Feb-2021 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Document internal labels - Propagate Plex printing flags
|
| #
770cd5fd
|
| 22-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-monitors-reorg' into 'master'
Knepley/feature monitors reorg
See merge request petsc/petsc!3631
|
| #
2e4af2ae
|
| 18-Feb-2021 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Added DMComputeError()
|