History log of /petsc/src/snes/impls/ngmres/snesngmres.c (Results 251 – 275 of 441)
Revision Date Author Comments
# 609189e8 21-Aug-2013 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# 9aee5ca4 16-Aug-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# 82d48c87 13-Aug-2013 Peter Brune <brune@mcs.anl.gov>

Merge branch 'prbrune/snes-removesetfunctionnorm'

Conflicts:
src/snes/impls/composite/snescomposite.c


# 6daa6ed0 25-Jul-2013 Stefano Zampini <stefano.zampini@gmail.com>

Merge remote-tracking branch 'origin/master' into stefano_zampini/pcbddc-constraintssetupimproved


# c1c75074 25-Jul-2013 Peter Brune <brune@mcs.anl.gov>

Removed extraneous SNESSetInitialFunctionNorm().

The norm is cached on vec_func after copy, so this is unnecessary.


# e04113cf 24-Jul-2013 Barry Smith <bsmith@mcs.anl.gov>

converted uAMS usage to SAWs usage; starts server but cannot see any published directories


# c96694e2 09-Jul-2013 Peter Brune <brune@mcs.anl.gov>

Merge branch 'prbrune/snes-commimprovements'


# b3c6a99c 19-Jun-2013 Peter Brune <brune@mcs.anl.gov>

Improved communication behavior for NGMRES and ANDERSON

NGMRES has three communication stages per iteration: line search, minimization problem formation, norms.
ANDERSON has two communication stages

Improved communication behavior for NGMRES and ANDERSON

NGMRES has three communication stages per iteration: line search, minimization problem formation, norms.
ANDERSON has two communication stages per iteration: minimization problem formation, norms.

show more ...


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

Merge branch 'prbrune/snes-snesfunctiontype'


# e33c197d 11-Jun-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master.


# b6282e48 31-May-2013 Peter Brune <brune@mcs.anl.gov>

Fix left-over warnings from merges into "prbrune/snes-snesfunctiontype"

This was not a particularly fun merge into next.


# 6c2ad439 31-May-2013 Peter Brune <brune@mcs.anl.gov>

Merge branch 'prbrune/snes-npcjacobianlagging' into prbrune/snes-snesfunctiontype

Conflicts:
src/snes/examples/tutorials/makefile
src/snes/impls/ls/ls.c
src/snes/impls/ngmres/snesngmres.c
src/sn

Merge branch 'prbrune/snes-npcjacobianlagging' into prbrune/snes-snesfunctiontype

Conflicts:
src/snes/examples/tutorials/makefile
src/snes/impls/ls/ls.c
src/snes/impls/ngmres/snesngmres.c
src/snes/impls/qn/qn.c

show more ...


# 6c67d002 31-May-2013 Peter Brune <brune@mcs.anl.gov>

Use SNES_FUNCTION_DEFAULT to pick the preferred preconditioning setup per method


# ddd40ce5 31-May-2013 Peter Brune <brune@mcs.anl.gov>

Added SNESGetPCFunction() which decides how to get the function from the NPC.


# 3a2ae377 30-May-2013 Peter Brune <brune@mcs.anl.gov>

Fix SNESNGMRES and SNESANDERSON initial function computations


# 46159c86 29-May-2013 Peter Brune <brune@mcs.anl.gov>

SNESNGMRES mostly supports new preconditioning settings.


# 0e0552e0 26-Apr-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'jed/snesgetlinesearch'

* jed/snesgetlinesearch:
SNESGetSNESLineSearch / SNESSetSNESLineSearch: mark as deprecated (C interface only)
SNESGetLineSearch / SNESSetLineSearch: rename f

Merge branch 'jed/snesgetlinesearch'

* jed/snesgetlinesearch:
SNESGetSNESLineSearch / SNESSetSNESLineSearch: mark as deprecated (C interface only)
SNESGetLineSearch / SNESSetLineSearch: rename for consistency
SNESGetSNESLineSearch: use auto Fortran binding

show more ...


# 7601faf0 16-Apr-2013 Jed Brown <jed@59A2.org>

SNESGetLineSearch / SNESSetLineSearch: rename for consistency

This function was introduced as SNESGetPetscLineSearch, which matches no
established convention, then changed to SNESGetSNESLineSearch a

SNESGetLineSearch / SNESSetLineSearch: rename for consistency

This function was introduced as SNESGetPetscLineSearch, which matches no
established convention, then changed to SNESGetSNESLineSearch according
to the object name SNESLineSearch. This is inconsistent with names such
as MatGetInfo, MatGetColoring, MatGetNullSpace, MatGetLocalToGlobalMapping,
SNESGetConvergedReason, and TSGetAdapt.

This is a change from petsc-3.3.

show more ...


# 7e7d4f0d 10-Apr-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master


# 8a1af44d 03-Apr-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/rm-xxxregisterdynamic'

* barry/rm-xxxregisterdynamic:
Registration: remove stale 'XXRegisterDynamic)' entries in man pages
TS examples: fix use of PetscFunctionList and add t

Merge branch 'barry/rm-xxxregisterdynamic'

* barry/rm-xxxregisterdynamic:
Registration: remove stale 'XXRegisterDynamic)' entries in man pages
TS examples: fix use of PetscFunctionList and add to nightlies
Changes: Note updates to XRegisterDynamic/PetscObjectComposeFunctionDynamic
PetscObjectComposeFunctionDynamic: remove stale docs and usage
developers.tex: remove complications from function composition with dlls
removed string version of function name for XXXRegister(), PetscFunctionListAdd() and PetscObjectComposeFunction()
changes: document PetscFunctionListAdd() API change
developers.tex: update documentation of PetscObjectComposeFunction
removed path and MPI_Comm arguments from PetscFunctionListFind/Add()
removed path argument to XXXInitializePackage() and XXXRegister()
removed XXXRegisterDynamic() but kept the APIs for everything else underneath the same phase I of the update to handling registering function pointers

show more ...


# 902f982f 02-Apr-2013 Peter Brune <brune@mcs.anl.gov>

Control over initial SNES func/norm in one place; inner ASPIN fix.


# 25a90ac2 01-Apr-2013 Peter Brune <brune@mcs.anl.gov>

Fixed the behavior of left-pc SNESes preconditioning right-pc SNESes.


# 5c3e6ab7 01-Apr-2013 Peter Brune <brune@mcs.anl.gov>

Doc fixes in snesob.c, anderson.c, snesngmres.c


# 4d2d963c 28-Mar-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master


# e1d27e54 28-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which
drop the string name argument.

* barry/rm-xxxregisterdynamic: (82 commits)
...

Conflicts:
src/ts/interface/tsregall.c

show more ...


1...<<1112131415161718