| #
b28073d3
|
| 19-Feb-2014 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'prbrune/snes-snesapplypcfix'
* prbrune/snes-snesapplypcfix: SNES: Removed now-extraneous fnorm variable from SNESApplyPC()
Conflicts: src/snes/interface/snespc.c
|
| #
6a63999b
|
| 13-Feb-2014 |
Peter Brune <brune@mcs.anl.gov> |
SNES: Removed now-extraneous fnorm variable from SNESApplyPC()
Since c1c75074e128c85b53ed5ce1f9b329b0e4d789b9 the fnorm argument has been unused. Fix documentation also.
Reported-by: Barry Smith <
SNES: Removed now-extraneous fnorm variable from SNESApplyPC()
Since c1c75074e128c85b53ed5ce1f9b329b0e4d789b9 the fnorm argument has been unused. Fix documentation also.
Reported-by: Barry Smith <bsmith@mcs.anl.gov>
show more ...
|
| #
edbbd480
|
| 10-Dec-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/xcode
|
| #
256ff83f
|
| 11-Sep-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/wirth-fusion-materials
Conflicts: src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c
|
| #
cc85fe4d
|
| 04-Sep-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/dmvecmattypes' into barry/saws
Needed to work with version of PETSc that did not have constant calls to VecSetFromOptions() etc
Conflicts: src/ksp/ksp/interface/ams/kspams.c s
Merge branch 'barry/dmvecmattypes' into barry/saws
Needed to work with version of PETSc that did not have constant calls to VecSetFromOptions() etc
Conflicts: src/ksp/ksp/interface/ams/kspams.c src/snes/impls/composite/snescomposite.c src/snes/impls/gs/snesgs.c src/snes/impls/nasm/nasm.c src/snes/impls/ngmres/snesngmres.c
show more ...
|
| #
6daa6ed0
|
| 25-Jul-2013 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge remote-tracking branch 'origin/master' into stefano_zampini/pcbddc-constraintssetupimproved
|
| #
c96694e2
|
| 09-Jul-2013 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'prbrune/snes-commimprovements'
|
| #
b3c6a99c
|
| 19-Jun-2013 |
Peter Brune <brune@mcs.anl.gov> |
Improved communication behavior for NGMRES and ANDERSON
NGMRES has three communication stages per iteration: line search, minimization problem formation, norms. ANDERSON has two communication stages
Improved communication behavior for NGMRES and ANDERSON
NGMRES has three communication stages per iteration: line search, minimization problem formation, norms. ANDERSON has two communication stages per iteration: minimization problem formation, norms.
show more ...
|
| #
d971761d
|
| 18-Jun-2013 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'prbrune/snes-snesfunctiontype'
|
| #
e33c197d
|
| 11-Jun-2013 |
Richard Mills <rtm@eecs.utk.edu> |
Merged petsc/petsc into rmills/petsc master.
|
| #
46159c86
|
| 29-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
SNESNGMRES mostly supports new preconditioning settings.
|
| #
11513a83
|
| 07-May-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'jed/stack-call-blas'
Fix performance bug that calling BLAS takes an amount of time dependent on the number of memory allocations that the program has made.
* jed/stack-call-blas: Pe
Merge branch 'jed/stack-call-blas'
Fix performance bug that calling BLAS takes an amount of time dependent on the number of memory allocations that the program has made.
* jed/stack-call-blas: PetscStackCallBLAS: new macro instead of PetscStackCall (skip CHKMEMQ) Stack: consolidate handling of PetscStack
show more ...
|
| #
8b83055f
|
| 05-May-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
PetscStackCallBLAS: new macro instead of PetscStackCall (skip CHKMEMQ)
When CHKMEMQ occurs on every call to BLAS or Lapack, we sometimes see unacceptable performance degradation (orders of magnitude
PetscStackCallBLAS: new macro instead of PetscStackCall (skip CHKMEMQ)
When CHKMEMQ occurs on every call to BLAS or Lapack, we sometimes see unacceptable performance degradation (orders of magnitude). PetscStackCallBLAS is currently identical to PetscStackCall except for skipping CHKMEMQ, but such checking could be made optional in the future.
show more ...
|
| #
4042b796
|
| 17-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' into jed/ts-eimex
Sync to include Git conversion, PETSC_EXTERN, and minor API changes.
Conflicts: src/ts/interface/tsregall.c
|
| #
69f01756
|
| 21-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: fbee28b313bff708ca11c1d009edd6e34ed8daeb
|
| #
077c4231
|
| 21-Feb-2013 |
Peter Brune <brune@mcs.anl.gov> |
Added linear approx. function evaluation option in SNESNGMRES
Hg-commit: 565d8088c1803d8590bbb59370789f74965e1450
|
| #
ce94432e
|
| 13-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)
Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be
|
| #
f75e95b9
|
| 07-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
wrapped LAPACK calls in PetscStackCall()
Hg-commit: 9cee7ca55a1199d641b77bd38e3a2ece2cb4320b
|
| #
1aa26658
|
| 30-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Uncrustified parts of src/snes/*
Hg-commit: c338118f302c917361be863cb61bfa992de8f769
|
| #
21687c63
|
| 28-Jan-2013 |
Peter Brune <brune@mcs.anl.gov> |
Added Residual/Difference restart to SNESANDERSON.
Hg-commit: cae6f0e654a79c4056fda6e4d0735104227fd8a3
|
| #
38774f0a
|
| 26-Jan-2013 |
Peter Brune <brune@mcs.anl.gov> |
Compartmentalized NGMRES components into simple functional units.
Hg-commit: 75ac67151efe80278181d26166dbba74f174849b
|