History log of /petsc/src/snes/linesearch/impls/bt/linesearchbt.c (Results 226 – 250 of 302)
Revision Date Author Comments
# f1ab69e3 18-Aug-2013 Peter Brune <brune@mcs.anl.gov>

Fix computation of squared-norm in for the bt linesearch in the VIRS snes case


# d971761d 18-Jun-2013 Peter Brune <brune@mcs.anl.gov>

Merge branch 'prbrune/snes-snesfunctiontype'


# ce5a860a 28-May-2013 Peter Brune <brune@mcs.anl.gov>

NEWTONLS works with preconditioned and unpreconditioned functions.

ASPIN (or other left-preconditioned Newton methods) can be run with
either the usual function or the preconditioned function monito

NEWTONLS works with preconditioned and unpreconditioned functions.

ASPIN (or other left-preconditioned Newton methods) can be run with
either the usual function or the preconditioned function monitoring
convergence.

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


# c19eab39 06-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: b6659d546870fb013f3da5bcd5066d1dc0dc329c


# 296840b1 06-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp

Symbol visibility and namespacing.

C++ builds always set extern "C" and can be called from plain C. Most
users w

Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp

Symbol visibility and namespacing.

C++ builds always set extern "C" and can be called from plain C. Most
users will only want --with-clanguage=C++ for std::complex.


Hg-commit: f848d02318cae92d7b32037c7ee88f92dbe46347

show more ...


# 8cc058d9 06-Mar-2013 Jed Brown <jed@59A2.org>

Change all PETSC_EXTERN_C to PETSC_EXTERN

Hg-commit: 8d2ebbb193fb583bccc64015e35640c4e08c3426


# 39d7646b 06-Mar-2013 Jed Brown <jed@59A2.org>

Change all PETSC_EXTERN_C to PETSC_EXTERN


Hg-commit: ba0cf153561ff2dc521f42e94b7164fbe7b5d798


# e9fbd226 05-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 2a552fd584bf855b9dc42efec9e8ab778063a84f


# c98378a5 02-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

line search should not seterrq() on Nan or Inf but rather set line search failed and return

Hg-commit: 97a95f7942dc812c40012e0b79526d52788f3843


# ce94432e 13-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)

Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be


# 0298fd71 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 05

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4

show more ...


# d2c146c7 30-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ebb357f10b0c83746021a2f5d6008cb620ae37d0


# f5af7f23 30-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/snes/*

Hg-commit: 0b89af55379cc95040ca47c4c1f8000d6a978df2


# 009bbdc4 26-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatted: "Do not put a blank line immediately before PetscFunctionReturn;"

Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece


# f23aa3dd 25-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

generally SETERRQXX does not belong on its own line
also fixed formatting issues in dgmres.c (ugh)

Hg-commit: e3fffdf67cd55655a36785a0abc7c197e98ca7cd


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

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# 6e111a19 21-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Updated style to obey 'Do not put a blank line immediately after PetscFunctionBegin;'

Hg-commit: 5408b9ce2402ad624305b7a7a323ab3ae5e0c3f1


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

Carefully removed \t from src/snes/*

Hg-commit: 3f1255727749f701e123e1dcb12169d3fb72aa33


# bd4a8a71 14-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

didn't like that style, conflicts too much with PETSc coding style

Hg-commit: ae5b22e18a5720dd954c4911c2dc6db2d4127741


# 075cc632 14-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

removed SNESObjective typedef insteading using SNESObjectiveFunction manual page

Hg-commit: 6dc0a8207aee7ba626ff7b41cca0db5faed5c2ae


# 67392de3 04-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

introduced VecDotRealPart() to eliminate ugly #ifdef complex and clarify codes
probably messed up in a place or to.
Maybe should also introduce VecDotRealPartBegin/End()

Hg-commit: a3e35591db7a18b7d

introduced VecDotRealPart() to eliminate ugly #ifdef complex and clarify codes
probably messed up in a place or to.
Maybe should also introduce VecDotRealPartBegin/End()

Hg-commit: a3e35591db7a18b7dbf064354e248e6b5bd361f7

show more ...


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

fixed rest of mising CHKERRQ() fixed a few unused but set variables

Hg-commit: 4acc0881334451e4d784ba0aa3b37fae2f983d1f


# 4f86ce57 01-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a16c715811e9b509316b5c35dda89dd188df4956


# 79e7e81b 31-Oct-2012 Jed Brown <jed@59A2.org>

Slightly cleaner g=gnorm^2

Hg-commit: 7660b2ea11d5a8cf391dec9a800d5f61ac34b456


12345678910>>...13