| #
79a4bf6c
|
| 17-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex44: Turn on completion test
|
| #
26450a51
|
| 29-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-extrude-orientation' into 'main'
Knepley/fix plex extrude orientation
See merge request petsc/petsc!5430
|
| #
5cab5458
|
| 26-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-07-23/add-petscbeginuser' into 'main'
Add PetscFunctionBeginUser to all PETSc C/C++ examples
See merge request petsc/petsc!5470
|
| #
327415f7
|
| 23-Jul-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add PetscFunctionBeginUser to all PETSc C/C++ examples
Now the stack frames will contain the main program and the correct line numbers in them
git ls-files | egrep "(tutorials|tests)" | xargs sed -
Add PetscFunctionBeginUser to all PETSc C/C++ examples
Now the stack frames will contain the main program and the correct line numbers in them
git ls-files | egrep "(tutorials|tests)" | xargs sed -i "s?\(PetscCall(PetscInitialize(&argc\)?PetscFunctionBeginUser;\n \1?g"
Commit-type: error-checking, testing-fix /spend 15m
show more ...
|
| #
79a429ef
|
| 07-Jun-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex44: Add 3D boundary extrusion tests
|
| #
bc7bfe57
|
| 30-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-extrude-coords' into 'main'
Fix extrusion coordinates when extruding from a boundary face
See merge request petsc/petsc!5289
|
| #
230bd717
|
| 09-Mar-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex44: Nicer looking test
|
| #
527ad957
|
| 11-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-04-01/fix-petsc-options-begin-end/release' into 'main'
Remove bogus error returns from Begin/End() macros
See merge request petsc/petsc!5069
|
| #
d0609ced
|
| 02-Apr-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Cleanup of introduction of PetscCall()
* remove bogus error flags from XXXBegin()/End() macros such as PetscOptionsBegin()/End()
* rename for consistency certain XXXBegin()/End() macros such as Mat
Cleanup of introduction of PetscCall()
* remove bogus error flags from XXXBegin()/End() macros such as PetscOptionsBegin()/End()
* rename for consistency certain XXXBegin()/End() macros such as MatPreallocateInitialize()/Finalize()
* fix many lingering ierr = XXX that arose from multiline function calls
* sync slepc/hpddm - to use snapshots with the same changes
Commit-type: error-checking, style-fix /spend 8h
show more ...
|
| #
18e115a7
|
| 28-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-extrude-adapt' into 'main'
Plex: Enhance extrusion
See merge request petsc/petsc!5019
|
| #
503c0ea9
|
| 26-Mar-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex44: Extrusion tests
|