| #
53ed5a01
|
| 22-Jan-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'jed/snes-test-jacobian' into 'master'
SNES: formally deprecate -snes_test_jacobian_display, update docs
See merge request petsc/petsc!2162
|
| #
455a5933
|
| 09-Oct-2019 |
Jed Brown <jed@jedbrown.org> |
SNES: formally deprecate -snes_test_jacobian_display, update docs
-snes_test_jacobian_view is preferred since v3.10, but the docs were never updated and no deprecation notice was given for the old n
SNES: formally deprecate -snes_test_jacobian_display, update docs
-snes_test_jacobian_view is preferred since v3.10, but the docs were never updated and no deprecation notice was given for the old names.
show more ...
|
| #
0a92a08e
|
| 21-Dec-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/2019-12-18/faq-lag' into 'master'
Add FAQ for -snes_lag_jacobian and -snes_lag_preconditioner
See merge request petsc/petsc!2405
|
| #
9590daa0
|
| 18-Dec-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Add FAQ for -snes_lag_jacobian and -snes_lag_preconditioner
Commit-type: documentation Reported-by: Philippe Billuart <philippe.billuart@uclouvain.be>
|
| #
d0463212
|
| 13-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-monitor' into 'master'
Knepley/feature dm monitor
See merge request petsc/petsc!2369
|
| #
c0f0dcc3
|
| 08-Dec-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Added monitors - Added DMMonitorSet(), DMMonitorCancel(), DMMonitorSetFromOptions(), DMMonitor() - Added DMPlexMonitorThroughput() and -dm_plex_monitor_throughput - SNES calls DMMonitor()
|
| #
c3c833a4
|
| 08-Dec-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/2019-12-08/coloring-man' into 'master'
Add cross-links for MatOrdering, DMCreateColoring(), MatCreateColoring() and...
See merge request petsc/petsc!2361
|
| #
ec5066bd
|
| 08-Dec-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Add cross-links for MatOrdering, DMCreateColoring(), MatCreateColoring() and other ordering, coloring, and partitioning routines
Commit-type: documenation
|
| #
1b5f50e6
|
| 11-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/fix-fortran-interface' into 'master'
Fix Fortran interface that messed up with CAPS vs !UNDERSCORE
See merge request petsc/petsc!2283
|
| #
736c3998
|
| 08-Nov-2019 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix item list in manpages of XXXViewFromOptions
|
| #
d0eddb9b
|
| 07-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'mark/fix-viewfromoptions' into 'master'
prototype for ViewFromOptions macro-->functions
See merge request petsc/petsc!2083
|
| #
fe2efc57
|
| 07-Nov-2019 |
Mark <cal2princeton@yahoo.com> |
prototype for ViewFromOptions macro-->functions
|
| #
7e346017
|
| 29-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-convest-ts' into 'master'
Knepley/feature convest ts
See merge request petsc/petsc!2190
|
| #
900f6b5b
|
| 19-Oct-2019 |
Matthew G. Knepley <knepley@gmail.com> |
ConvEst: Generalize to use TS as well - Now the solver is a PetscObject - ts_convergence_estimate calculates the order for a TS method - Added tsconvest.c - Added initial guess and error methods that
ConvEst: Generalize to use TS as well - Now the solver is a PetscObject - ts_convergence_estimate calculates the order for a TS method - Added tsconvest.c - Added initial guess and error methods that can be overridden
show more ...
|
| #
6b74fb8d
|
| 11-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
e5d1c61c
|
| 10-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'snes_domainerror_fix' into 'maint'
snes->domainerror is not reset for subsequent calls to residual function
See merge request petsc/petsc!2112
|
| #
8ddeebea
|
| 10-Oct-2019 |
Steve Benbow <stevenbenbow@quintessa.org> |
Reset snes->domainerror after use to allow next call to be domain-valid (e.g. to allow next line search to succeed).
|
| #
cc17cd1e
|
| 23-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'master' into 'master'
Add --download-hpddm
See merge request petsc/petsc!1994
|
| #
28d58a37
|
| 22-Sep-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Fixes and improvements for PCHPDDM and KSPHPDDM
|
| #
ed0ed7c6
|
| 19-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into 'barry/2019-08-22/fix-fblaslapack-for-nag'
# Conflicts: # lib/petsc/conf/test
|
| #
48413c52
|
| 11-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-linesearch' into 'master'
SNESSetType: do not destroy linesearch if type was not set before
See merge request petsc/petsc!2031
|
| #
7fe760d5
|
| 11-Sep-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
SNESSetType: do not destroy linesearch if type was not set before
It may happen the user has customized the line search before calling SNESSetType This may happen in MFEM
|
| #
14c6148f
|
| 18-Aug-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'barry/fix-matmffd' [PR #1732]
* barry/fix-matmffd: Fix bugs in MATMFFD related to scaling and shifting
|
| #
789d8953
|
| 28-May-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix bugs in MATMFFD related to scaling and shifting
1) refactored MATMFFD to use MATSHELL and inherit all of its tested handling of shifting and scaling 2) added example testing MATHSHELL handling o
Fix bugs in MATMFFD related to scaling and shifting
1) refactored MATMFFD to use MATSHELL and inherit all of its tested handling of shifting and scaling 2) added example testing MATHSHELL handling of multiple shifts and scales 3) added test of MATMFFD for non-square matrix; from Stefano Zampini <stefano.zampini@gmail.com> 4) refactor MATMFFD and MATSHELL to properly use PetscUseMethod() instead of type comparisons 5) changed handling of -snes_mf so preconditioning is not automatically turned off if -snes_mf is used 6) fixed test cases that now need -pc_type none due to change 5 7) added test case for MatGetDiagonal() for MATMFFD 8) added error checking of use of several MATSHELL operations for non-congruent matrices 9) SNESView now prints additional information about how the Jacobian is computed
Commit-type: bug-fix, testing-fix, style-fix, feature Reported-by: Stefano Zampini <stefano.zampini@gmail.com>
show more ...
|
| #
a963a91c
|
| 02-Aug-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'barry/2019-07-30/snesncg-updates' [PR #1925]
* barry/2019-07-30/snesncg-updates: Fix docs for SNESNCG, add NCG linesearch that was in the code and not connected, call SNESSetFromOption
Merge branch 'barry/2019-07-30/snesncg-updates' [PR #1925]
* barry/2019-07-30/snesncg-updates: Fix docs for SNESNCG, add NCG linesearch that was in the code and not connected, call SNESSetFromOptions() on NPC
show more ...
|