History log of /petsc/src/snes/impls/ngmres/snesngmres.h (Results 51 – 75 of 103)
Revision Date Author Comments
# 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 ...


# 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


# ff1c5d1b 07-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 81500f7e84c8ec0c4dcae9cb31d1cb32892d545d


# b30237c6 07-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed many more private functions as PETSC_INTERN
renamed a few badly named private functions

Hg-commit: b9e1405ad332ccf13f675f0aa2256f1c838a5595


# 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


# 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


# f31c9d25 26-Jan-2013 Peter Brune <brune@mcs.anl.gov>

SNESAnderson: classical Anderson Mixing as a variant of NGMRES.

Hg-commit: 14150d23b60b57c6cba81aea057facc7c658f4ee


# 38774f0a 26-Jan-2013 Peter Brune <brune@mcs.anl.gov>

Compartmentalized NGMRES components into simple functional units.

Hg-commit: 75ac67151efe80278181d26166dbba74f174849b


# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# 519f805a 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.

Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305


# 0f55b88d 03-Jul-2012 Satish Balay <balay@mcs.anl.gov>

backout all chmod stuff in bf971ba58125
[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]

Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258


# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# 7dcbb7ed 04-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 35a088934f98f0424c5aea7ed3981730d5289b00


# 13a62661 04-Apr-2012 Peter Brune <brune@mcs.anl.gov>

SNESNGMRES interface for restart and selection types

Hg-commit: 56744520b48ff1d276492a92afda509df4204dc4


# 18aa0c0c 03-Apr-2012 Peter Brune <brune@mcs.anl.gov>

Efficiency fixes for NGMRES; added "snes_ngmres_singlereduction" same as cg; made qn consistent.

Hg-commit: a99cc032f21d4c34b3dcc369ddc5591576e9855c


# 8e7768b9 24-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac


# b45d2f2c 24-Mar-2012 Jed Brown <jed@59A2.org>

Rename include/private/ to include/petsc-private/

Hg-commit: 9a1730720b0d9756437b40462617551504641ade


# f1c6b773 19-Mar-2012 Peter Brune <brune@mcs.anl.gov>

PetscLineSearch renamed to SNESLineSearch

Hg-commit: bd6cf52a5297e10668ea19afb61e9e719f86befc


# b577a686 16-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: d865d871eeec070ac0aa882748136c4179a12670


12345