| d8185827 | 07-Apr-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix code that did not pass appropriate PETSc error flags to SETERRQ()
Add checkbadSource check for use of SETERRQ() without an appropriate error flag
Commit-type: error-checking, bug-fix, testing-f
Fix code that did not pass appropriate PETSc error flags to SETERRQ()
Add checkbadSource check for use of SETERRQ() without an appropriate error flag
Commit-type: error-checking, bug-fix, testing-fix, style-fix /spend 2.5h
show more ...
|
| 678e61f4 | 12-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 446c23c1 | 11-Apr-2021 |
Pierre Jolivet <pierre@joliv.et> |
Documentation fixes |
| 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 ...
|
| 06d8a0d3 | 23-Mar-2021 |
Matthew G. Knepley <knepley@gmail.com> |
DS+FE+Doc: Make BdResidual take a key - Add documentation |
| 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 |
| 0885897c | 09-Apr-2021 |
Matthew Knepley <knepley@gmail.com> |
Plex: Fortran wrapper for DMPlexExtrude |
| cd5a5f19 | 07-Apr-2021 |
Blaise Bourdin <bourdin@lsu.edu> |
exodusii: updated test output for ex26 and added output for ex62, ex26f90, and ex62f90 |
| 280aadf6 | 07-Apr-2021 |
Blaise Bourdin <bourdin@lsu.edu> |
exodusii: added fortran versions of src/dm/impls/plex/tests/ex26.c and ex62.c |
| 6823f3c5 | 06-Apr-2021 |
Blaise Bourdin <bourdin@lsu.edu> |
exodusii: viewer updates - finished implementing PETSCVIEWEREXODUSII - Call the proper exodusii function when VecView/Load and DMView/Load are invoked on a PETSCVIEWEREXODUSII viewer - Added
exodusii: viewer updates - finished implementing PETSCVIEWEREXODUSII - Call the proper exodusii function when VecView/Load and DMView/Load are invoked on a PETSCVIEWEREXODUSII viewer - Added interface to define second order exodusii meshes - updated dm/impls/plex/tests/ex26.c
show more ...
|
| 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 |
| 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 |
| d1674c6d | 31-Mar-2021 |
Matthew Knepley <knepley@gmail.com> |
Plex: Handle 0 overlap case in DMPlexCreateOverlapLabel() |
| e671c4ce | 30-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'bourdin/plexnatural-memory-leak' into 'main'
plexnatural: fixed 2 memory leaks
See merge request petsc/petsc!3785 |
| 42e9364c | 29-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
CI: fix compile warnings when built with --with-debugging=0 COPTFLAGS=-O3 |
| 14744f87 | 29-Mar-2021 |
Blaise Bourdin <bourdin@lsu.edu> |
plexnatural: fixed 2 memory leaks |
| 6ac58e00 | 24-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-ds-traversals' into 'main'
DS: Moved management of pointwise functions into PetscWeakForm object - Added...
See merge request petsc/petsc!3726 |
| 6528b96d | 25-Jan-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+DS: Moved management of pointwise functions into PetscWeakForm object - Added PetscChunkBuffer to manage contiguous buffer space - WeakForm can index functions by Label/val, field - WeakForm
Plex+DS: Moved management of pointwise functions into PetscWeakForm object - Added PetscChunkBuffer to manage contiguous buffer space - WeakForm can index functions by Label/val, field - WeakForm allows multiple kernels per key
show more ...
|
| 1d4815f0 | 23-Mar-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPLEX: fix GLVIS regression with mfem > 4.2 |
| 772fcec0 | 19-Mar-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Properly handle coordinate field during backend copy |
| 626924cb | 18-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 2464107a | 26-Feb-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
refactor DMPlexBuildFromCellListParallel |
| 326b8f31 | 17-Mar-2021 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Uninitialized variable in anchor calculation |
| 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 |