History log of /petsc/src/snes/impls/ls/ls.c (Results 376 – 400 of 752)
Revision Date Author Comments
# e5268aff 05-Aug-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 13eede2e1b197fa8bedfc04bab657922ee264b47


# 8c0f1137 04-Aug-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed typo in cubic line search monitor message

Hg-commit: b11d69343d3a90e0a9a24a1763236b1f39a5a03e


# d5bac5b1 09-Jul-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: dbe17f4cd57aa220aaa7f3a4929b4662f1fd3cc2


# d2ffe925 09-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: fb3fb77fa7d8bd71eb94b0f289024414b41b2354


# 3f9fe445 08-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

finished labelling manual pages as Logically or Neighbor-wise Collective

Hg-commit: 8a714c954b7624fb9d7cacbaa621300eebb99517


# b3dd4ab5 02-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

added minlambda to SNESLineSearchSet/GetParams()

Hg-commit: 4bfd364a19677036b14db0355ce993450252a824


# 2692d6ee 22-May-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9ee752148eed3df65feb0f7eb0686798c3c0621b

show more ...


# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added MPI_Comm as first argument to PetscError() and SETERRQX()

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# acbee50c 06-May-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed misspelling of trlimpl.h to trimpl.h
added -snes_ls_monitor option to SNESLS manual page

Hg-commit: d44a2ae10155f2166c0bba4c2f83cf6156bf0b52


# 724775cc 06-May-2010 Barry Smith <bsmith@mcs.anl.gov>

changed ls.h to lsimpl.h and tr.h to trimpl.h to match PETSc standards

Hg-commit: 8bcf7a13f708171832275be273633a95c0f68827


# 94298653 06-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added basic -snes_ls_monitor and SNESLineSearchSetMonitor() to nicely print progress of line search and not require running with ugly -info

Hg-commit: 299421f8d95fcb1f58285b655f5cbc05732b8b42


# 0d2fba3e 09-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 2c02161f5890b468f5bb35c7476967398e40a0c5


# 289f3aa1 25-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

changed the handling of MPIUNI so that if --with-mpi=0 is used PETSC_HAVE_MPI is not set, no additional include search paths or libraries to link against are added.

Hg-commit: b6e6de977a81e2e593a7b2

changed the handling of MPIUNI so that if --with-mpi=0 is used PETSC_HAVE_MPI is not set, no additional include search paths or libraries to link against are added.

Hg-commit: b6e6de977a81e2e593a7b264dc5bb2775c1d9542

show more ...


# 27a9c481 25-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

update version of petsc4py

Hg-commit: 4f572c2e86eac7ff647414919e713649a494c713


# b76a9e02 18-Jan-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 8ecc0c6669cf1fb2f196e30af370772aa0c6c163


# 75567043 16-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

correcting of 0 assignments to double to be 0.

Hg-commit: 4e8d3c66ce68ac50361b8dc9292a6438842e1543


# 4c89cbe7 17-Jun-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 68b6e3c23c88dd73f050ab16d2a23c0d783b6682


# 2a63da3e 06-Jun-2009 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: e440948a1848cbb991908b241241ff36800c4fda


# d1cfc625 05-Jun-2009 Satish Balay <balay@mcs.anl.gov>

complex compile error

Hg-commit: f45d19568510bdefc5da880b8c438db61741fad5


# 7e042019 04-Jun-2009 Matthew Knepley <knepley@mcs.anl.gov>

Small fixes

Hg-commit: 1b15771af44adcb4b8330eca052669441b7f5a68


# 8ef8348e 22-May-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge of patches from 3.0.0

Hg-commit: f93a4848d66018d99ae3020487ee2b7921b51b57


# e106eecf 22-May-2009 Barry Smith <bsmith@mcs.anl.gov>

added comment to MatOrderingType MATORDERING_DSC_* saying they are from DSCPACK and to look there for docs
changed SNES ls to use a new -snes_ls_minlambda instead of -snes_stol

Hg-commit: 53cc891ccd

added comment to MatOrderingType MATORDERING_DSC_* saying they are from DSCPACK and to look there for docs
changed SNES ls to use a new -snes_ls_minlambda instead of -snes_stol

Hg-commit: 53cc891ccd5c7fc047116d6cca19d30786846674

show more ...


# b532d40c 03-Mar-2009 Barry Smith <bsmith@mcs.anl.gov>

fix error that got typed into code by mistake

Hg-commit: 35dfa5c65a5a8a8d76784905bdfb356bd16707e9


# 8c7482ec 02-Mar-2009 Barry Smith <bsmith@mcs.anl.gov>

various updates
additional work on pflotran unstructured grid example

Hg-commit: c22b249e47b4a4877d14251479777a8b584bd822


# 2d200336 06-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750


1...<<11121314151617181920>>...31