History log of /petsc/src/snes/impls/qn/qn.c (Results 376 – 400 of 474)
Revision Date Author Comments
# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 8caf3d72 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)

Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f


# a095c1eb 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d944ef566bbc767c9f76f4d2550066c93a910b4f


# 88f769c5 17-Sep-2012 Peter Brune <brune@mcs.anl.gov>

QN now composed via -snes_npc_side instead of -snes_qn_composition_type

Hg-commit: 4c261c40c56c3f4eec06ba2994438dd52b007a48


# 46533f15 14-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 47b11aeb5e6127da94cbf12b1f9d1d702e031d11


# c40d0f55 12-Sep-2012 Peter Brune <brune@mcs.anl.gov>

Added SNESSet/GetPCSide(), enabling all the solvers (that support it) to use either left(preconditioned function) or right(preconditioned solution/step) nonlinear preconditioning.

Hg-commit: a0732ee

Added SNESSet/GetPCSide(), enabling all the solvers (that support it) to use either left(preconditioned function) or right(preconditioned solution/step) nonlinear preconditioning.

Hg-commit: a0732eefac2cd0f2b95441d7bde2f3bb22d836bd

show more ...


# a44d7898 26-Jul-2012 Peter Brune <brune@mcs.anl.gov>

commit after merge

Hg-commit: 4ac098bea151dcc35dacfaa76218f0e738782251


# 05ee83fe 26-Jul-2012 Peter Brune <brune@mcs.anl.gov>

Small complex fix to qn

Hg-commit: cae279ddf34fbff59e12e10508761ec1ca01e2a1


# b8840d6b 26-Jul-2012 Peter Brune <brune@mcs.anl.gov>

Added QN methods broyden, badbroyden, and tweaked QN's behavior

Hg-commit: 263770964324ccaadd0bc837eeb5c72435ec1a6b


# 48fab831 09-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge

Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637


# 6a6fc655 04-Jul-2012 Jed Brown <jed@59A2.org>

Add const to many enum string lists

Hg-commit: c83e9a8fda58664955a3d65190eafbaf3a08ee6d


# 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


# e5996a9a 15-May-2012 Paul Mullowney <paulm@txcorp.com>

updated and merged from petsc-dev

Hg-commit: 4bdbb24181fe1c8ce13e9b82c1d499b152c3d14f


# d484d688 09-May-2012 Peter Brune <brune@mcs.anl.gov>

Allow CONVERGED_SNORM_RELATIVE convergence for SNESNGMRES, SNESNCG, and SNESQN

Hg-commit: e6474a44bb3abb8bdf47a6da98459db6ffcc310b


# 585064ac 09-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d6da72fef87c9b7d3879ab4487de576b428939b5


# 72835e02 09-Apr-2012 Peter Brune <brune@mcs.anl.gov>

Fixed more places where -snes_ls was still in docs and examples

Hg-commit: 50274d507d000b010c51ac2f3c148e6f78a3def0


# ad74a23b 08-Apr-2012 Jed Brown <jed@59A2.org>

merge PGMRES

Hg-commit: 2ed7d2b653d8d756e316e1b5a6232b04c6c99601


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

commit after merge

Hg-commit: 85cad7d980f3de3aa9c794c957afcb5710d7edb4


# 0c777b0c 04-Apr-2012 Peter Brune <brune@mcs.anl.gov>

Public interfaces for SNESQN parameters.

Hg-commit: a282bac5416ea6414fe0458a29270eb309cef207


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

commit after merge

Hg-commit: 35a088934f98f0424c5aea7ed3981730d5289b00


# 4d116c7d 03-Apr-2012 Peter Brune <brune@mcs.anl.gov>

Renamed the singlereduction option single_reduction like cg.

Hg-commit: f08af11bff51a7fc99613f851da5793039fbeff2


# 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


# 1a4f838c 30-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Changed SNES_LINESEARCH_TYPE to be SNESLINESEARCHTYPE to conform with object type naming convention

Hg-commit: 0ecac7136f433d984716f0f4d49a5541188e27af


# 217b9c2e 30-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Final additions of SNESSetInitialFunction(Norm) to composed solvers

Hg-commit: 5375914801375fa2b7cc9f8b7b4844f16fcaf1e0


1...<<111213141516171819