History log of /petsc/src/snes/impls/ls/ls.c (Results 276 – 300 of 752)
Revision Date Author Comments
# 63e7833a 22-Jan-2013 Peter Brune <brune@mcs.anl.gov>

Added a logging event for the nonlinear preconditioner solve.

Hg-commit: ed33933203be0dc391c96404ba5d658785378062


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

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# f5f7c1b9 19-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Carefully replaced more '){' by ') {', added checker script

Hg-commit: a0037010be00b56a68354d942365c8f8df63198a


# 54eb447f 18-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Carefully removed \t from src/snes/*

Hg-commit: 3f1255727749f701e123e1dcb12169d3fb72aa33


# 3024506f 11-Dec-2012 Peter Brune <brune@mcs.anl.gov>

removed //'s

Hg-commit: 896a46bd1f6f4d457ac793d3dfe52a0c0dce685c


# 04d7464b 04-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

changed SNESLS and SNESTR to SNESNEWTONLS and SNESNEWTONTR
updated some example output to match correct -ksp_view when using gmres est eigenvalues

Hg-commit: e0e8da70399f87273ad168b3126606d8167a2474


# c7f0092b 18-Oct-2012 Satish Balay <balay@mcs.anl.gov>

merge from 33

Hg-commit: fa932a0b1dbc6cca2b9b431b89d236f9d22f5c83


# 2a997342 17-Oct-2012 Peter Brune <brune@mcs.anl.gov>

Removed vestigial VecNorm() in SNESLS.

Hg-commit: 8f85eb8cca7c9a5bb9c5d2b93f5bb87f9f6ceedf


# 5ba9b055 17-Oct-2012 Peter Brune <brune@mcs.anl.gov>

Fix for garbage in X after call to SNESLSCheckLocalMin_Private().

Hg-commit: 9d679552ef4549b9160ce60dfdfab9ca04bc3491


# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


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

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# 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


# 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 ...


# d73aa7bb 12-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: d16a54b0817e27b0c9476380f1af64fa00a48ddc


# c21ba15c 11-Sep-2012 Peter Brune <brune@mcs.anl.gov>

Fix for BT Linesearch with tiny step; tries the full step and then quits at the last state if that doesn't work.

Hg-commit: 0dbf8303a83a8c60d659b4cd97dde3c539a863b3


# 8cf3ef60 12-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bd03fdcd3cf87c5b29ea28a5f4737ae936d9df04


# a8a8f366 11-Aug-2012 Satish Balay <balay@mcs.anl.gov>

merge from 33

Hg-commit: fcf85c783eea43b41926a5894f4c39ade16496ad


# 5a9b6599 07-Aug-2012 Peter Brune <brune@mcs.anl.gov>

Fixes to the SNESLS docs for the new linesearch interface

Hg-commit: 5b7fcf8eae565557d3cf6fe8c5fc96ef2118e032


# d5d5282e 19-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge.

Hg-commit: a14455a9811c9485ecd5fdd98bc20d9f2d731daa


# 2e7729f5 15-Jul-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed formating in ls manual page

Hg-commit: 4f903500034e90532b82ee69c6d619d900736f1e


# 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


# 251f4c67 27-Apr-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

PetscTypeCompare -> PetscObjectTypeCompare

Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be


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

merge PGMRES

Hg-commit: 2ed7d2b653d8d756e316e1b5a6232b04c6c99601


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