| #
ec42381f
|
| 20-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-06-15/deprecate-petsc-current' into 'main'
Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT since PETSC_DEFAULT is a...
See merge request petsc/petsc!7634
|
| #
b3480c81
|
| 15-Jun-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT for KSPSetTolerances() since PETSC_DEFAULT is a confusing (and wrong) term in current usage.
Add support to KSPSetTolerances() to accept PETSC_D
Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT for KSPSetTolerances() since PETSC_DEFAULT is a confusing (and wrong) term in current usage.
Add support to KSPSetTolerances() to accept PETSC_DETERMINE to reset the value back to the default when the object was created
show more ...
|
| #
061e922f
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'
Feature: Bicycle Storage Facility 2
See merge request petsc/petsc!5661
|
| #
d71ae5a4
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
source code format changes due to .clang-format changes
|
| #
58d68138
|
| 23-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-21/clang-format-source' into 'main'
format repository with clang-format
See merge request petsc/petsc!5541
|
| #
9371c9d4
|
| 22-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
clang-format: convert PETSc sources to comply with clang-format
|
| #
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 ...
|
| #
ac487a1d
|
| 22-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-07-14/improve-kspcomputeritz-docs' into 'main'
Improvements to KSPComputeRitz() manual page, add example/test usage and cleanup code
See merge request petsc/petsc!5433
|
| #
f09da7bb
|
| 17-Jul-2022 |
Jose E. Roman <jroman@dsic.upv.es> |
Enable KSPComputeRitz() in complex scalars
Provided by Jose Roman
Commit-type: feature
|
| #
7739bc75
|
| 15-Jul-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add example that uses KSPComputeRitz()
Commit-type: example /spend 30m
|