History log of /petsc/src/snes/linesearch/impls/bt/linesearchbt.c (Results 176 – 200 of 302)
Revision Date Author Comments
# 909a08a4 28-Nov-2014 Michael Lange <michael.lange@imperial.ac.uk>

Merge branch 'master' into mlange/refactor-plex-distribute

Conflicts:
src/dm/impls/plex/examples/tests/output/ex12_1.out
src/dm/impls/plex/examples/tests/output/ex12_2.out


# 4446f3b4 24-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'

Conflicts:
config/BuildSystem/config/packages/ml.py
src/ksp/pc/impls/mg/mg.c


# e1bc860d 24-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

fix formatting of some manual pages
specifically remove use of $ from the middle of parameter or options lists


# b486a86a 13-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-configure-petsc-dep

* master: (210 commits)
error out on special cases where DMLocalToGlobal_DA won't work
remove unneed uses of local DM vectors and DMLoc

Merge branch 'master' into knepley/fix-configure-petsc-dep

* master: (210 commits)
error out on special cases where DMLocalToGlobal_DA won't work
remove unneed uses of local DM vectors and DMLocalToGlobalBegin/End in examples removed to prevent cut and paste repeats of their use
openmpi: update to version 1.8.3
added more movies and pubs
more movies
MatGetDiagonalBlock() can be called before matrix is assembled
added a couple more movies/images
PetscLogEventGetId() was missing public prototype
simply output from make streams benchmark test
c2html: fixup so that C2HTML make variable is set [similar to cmake.py]
chaco: current blas test does'nt work with Cray CC [which automatically links with blas] and linux - where -lm needs to be listed explicitly. Switch the test to check if we are using PETSc modifled chaco
builddist: always install c2html/sowing
argonne logo for users manual cover
Remove PETSC_HAVE_CUSP_SMOOTHED_AGGREGATION, use PETSC_HAVE_CUSP instead.
mpich: use older tarball with cygwin/gnu compilers
updated information about packages PETSc can use in users manual
Updated users manual to latest ANL Report format requirements
mpich: update to mpich-3.1.3.tar.gz - remove -download-mpich-mpe [mpich no longer packages mpe] - remove -download-mpich-shared. It was added as a split from --with-mpi-shared to --known-mpi-shared and --download-mpich-shared in 50237a55163f90ac7341b723c6422dfa1dbce792 removing this gives back the control of shared=0/1 to package.py - remove download_solaris as the new tarball works with both gcov and on solaris - remove MPICHInstall() [and use GNUPackage.Install()] as the new tarball fixes 'make clean' requiring sudo
added more images and PETSc pubs
Doc: More refs
...

show more ...


# f1e55ea3 04-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# eb23ba39 04-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

Provide additional information in manual pages for line search algorithms

Reported-by: Patric Farrell <patrick.farrell@maths.ox.ac.uk>


# 92c494f3 23-May-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/saws-options


# 95ecbf38 18-May-2014 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bdd

Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bddcprivate.c

show more ...


# d33b2756 31-Mar-2014 Peter Brune <brune@mcs.anl.gov>

Merge branch 'prbrune/snes-linesearchnormfix' into maint

* prbrune/snes-linesearchnormfix:
SNESLINESEARCHBT: PetscInfo() for redundant print that changed example output
SNESLINESEARCHBT: Fix cas

Merge branch 'prbrune/snes-linesearchnormfix' into maint

* prbrune/snes-linesearchnormfix:
SNESLINESEARCHBT: PetscInfo() for redundant print that changed example output
SNESLINESEARCHBT: Fix casting to double for monitoring
SNESLINESEARCHBT: Limit use of PetscInfo and use the monitor instead
SNESLINESEARCHBT: Fixed missing case of setting the norms.

show more ...


# 9c925a2c 18-Mar-2014 Shri <abhyshr@mcs.anl.gov>

Merge branch 'master' into shri/ts-events

Conflicts:
src/ts/interface/ts.c


# 5f6acfaf 18-Mar-2014 Shri <abhyshr@mcs.anl.gov>

Merge branch 'master' into shri/feature-dm-circuit

Conflicts:
src/dm/impls/makefile


# 020631bc 19-Feb-2014 Peter Brune <brune@mcs.anl.gov>

Merge branch 'master' into prbrune/snes-fascontinuation

Conflicts:
include/petscsnesfas.h


# 036f3cb5 26-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into balay/tao-to-petsc

Conflicts:
include/makefile


# f9cfb505 26-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into knepley/feature-mat-zerorowscols-baij


# 93f5c259 23-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/wirth-fusion-materials


# 48d69046 22-Jan-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merged petsc/petsc into master


# af107cc1 15-Jan-2014 Peter Brune <brune@mcs.anl.gov>

Merge branch 'prbrune/snes-linesearchnormfix'

Conflicts:
src/snes/linesearch/impls/bt/linesearchbt.c


# 3ba64822 15-Jan-2014 Peter Brune <brune@mcs.anl.gov>

SNESLINESEARCHBT: PetscInfo() for redundant print that changed example output


# 08ed2907 13-Jan-2014 Peter Brune <brune@mcs.anl.gov>

SNESLINESEARCHBT: Fix casting to double for monitoring


# c61ba1e2 13-Jan-2014 Peter Brune <brune@mcs.anl.gov>

SNESLINESEARCHBT: Limit use of PetscInfo and use the monitor instead


# ced04f9d 13-Jan-2014 Peter Brune <brune@mcs.anl.gov>

SNESLINESEARCHBT: Fixed missing case of setting the norms.

Reported-by: Jay Jay Billings <jayjaybillings@gmail.com>


# c7ff62de 13-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/wirth-fusion-materials
bad manual merge needs to be fixed
this is what happens when branches hang around too long

Conflicts:
src/ts/examples/tutorials/advection-dif

Merge branch 'master' into barry/wirth-fusion-materials
bad manual merge needs to be fixed
this is what happens when branches hang around too long

Conflicts:
src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c

show more ...


# 52d48256 10-Jan-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merged petsc/petsc into master


# 4f152272 05-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-percent-d'


# 7904a332 01-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

fix %d that should be %D


12345678910>>...13