History log of /petsc/src/tao/interface/taosolver.c (Results 451 – 475 of 522)
Revision Date Author Comments
# 4e7385fa 16-Feb-2015 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selection

Conflicts:
src/ksp/pc/impls/bddc/bddcprivate.c


# a197972a 11-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/saws-options-merge-master

Totally confusing manual merge, could be wrong

Conflicts:
include/petscoptions.h
src/dm/impls/da/dacreate.c
src/sys/objects/aoptions.c

Merge branch 'master' into barry/saws-options-merge-master

Totally confusing manual merge, could be wrong

Conflicts:
include/petscoptions.h
src/dm/impls/da/dacreate.c
src/sys/objects/aoptions.c
src/sys/threadcomm/interface/threadcomm.c

show more ...


# 0fd17804 11-Feb-2015 Toby Isaac <tisaac@ices.utexas.edu>

Merge branch 'tisaac/simplify-register-all'

Removed the XXXRegisterAll() functions from the public interface. These should now only be handled by the package intialization functions.


# 50705773 10-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into pr252/dmay/PetscViewerBinarySkipHeaderVecViewLoad
Manual merge of makefile

Conflicts:
src/sys/classes/viewer/examples/tutorials/makefile


# 8abd42f6 05-Feb-2015 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selection


# 69c6db66 27-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/experiment'


# 1a1499c8 13-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

updated new XXXSetFromOptions_YYY() methods to take PetscOptionsObjectType


# 4653a54d 26-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/ksp-converged-reason-viewer

Conflicts:
src/sys/objects/options.c


# 9118fc56 26-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-damp-not-one-pcapplyrichardson'


# 955c1f14 22-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

-ksp_richardson_scale was ignored when PCApplyRichardson() was used
Fix: turn off PCApplyRichardson() when scale is not 1 and print PetscInfo warning

Reported-by: Mark Adams <mfadams@lbl.gov>

Fixed

-ksp_richardson_scale was ignored when PCApplyRichardson() was used
Fix: turn off PCApplyRichardson() when scale is not 1 and print PetscInfo warning

Reported-by: Mark Adams <mfadams@lbl.gov>

Fixed missing carriage return in uses of PetscInfo() and missing ierr CHKERRQ() usage

show more ...


# 0f51fdf8 13-Dec-2014 Toby Isaac <tisaac@ices.utexas.edu>

Remove XXXRegisterAllCalled from public interface.

All XXXRegisterAll() methods are now idempotent, so a boolean indicating
whether they can be called or not is no longer necessary.


# 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


# c94a748e 21-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-options-default'

Conflicts:
src/ksp/ksp/examples/tutorials/ex52.c


# 8afaa268 13-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

update use of PetscOptionsBool() to not rely on default setting automatically


# 94ae4db5 13-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

cleanup of use of PetscOptionsInt and friends including use of flag final argument


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


# ee2838f6 30-Sep-2014 Toby Isaac <tisaac@ices.utexas.edu>

Merge branch 'tisaac/feature-fe-geom-dim' into tisaac/plex-flexible-projection

Use the new PetscFECellGeom

Conflicts:
include/petscdmplex.h
include/petscfe.h
src/dm/impls/plex/plexfem.c


# ca3142fd 26-Sep-2014 Mark Adams <mfadams@lbl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc into mark/ex49-bs


# be1558d8 24-Sep-2014 Jason Sarich <sarich@mcs.anl.gov>

clarify documention on ksp count in history


# 2d9aa51b 24-Sep-2014 Jason Sarich <sarich@mcs.anl.gov>

tao->ksp_its is per iteration, tao->ksp_tot_its is per solve


# 903a25dc 16-Sep-2014 Jason Sarich <sarich@mcs.anl.gov>

Merge branch 'adam_qc/add-taogetcurrentfunctionevaluations' of /home/sarich/petsc-remotes into adam_qc/add-taogetcurrentfunctionevaluations


# b5caafa4 10-Sep-2014 Jason Sarich <sarich@mcs.anl.gov>

Merge branch 'sarich/tao-add-fortran-stubs'


# 4d6b9c5a 10-Sep-2014 Jason Sarich <sarich@mcs.anl.gov>

Merge branch 'sarich/tao-history-store-ksp-its'


1...<<1112131415161718192021