History log of /petsc/src/snes/impls/vi/ss/viss.c (Results 226 – 250 of 268)
Revision Date Author Comments
# 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


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

removed two typedefed function pointers from linesearch; what a pain.

Hg-commit: 8386a24ef3bd52e341d618a8a28f546cc63c2597


# 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


# 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


# 47a77684 04-Dec-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

commit after merge.

Hg-commit: 9da5e5c113ab3d02fcccb548a2e29d9054d0b5fa


# f450aa47 03-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

changed virs and viss to vinewtonrs/ssls to clearly indicate the problem class they solve and the method used

Hg-commit: ef35ed902b9dfc111af13d202e31535b648342dc


# 22c6f798 29-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

updated DMSNES to be a real boy, uhhh, a real PETSc object

Hg-commit: 120edb08eb7981a382ad3ceea1267705f59d8266


# 38aa3a79 28-Nov-2012 Jed Brown <jed@59A2.org>

merge VTU viewer

Hg-commit: f68babcf040286d4843b3544bb1e887ce1a50948


# 942e3340 28-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed naming of KSPDM, SNESDM, TSDM and child objects, fixed DMXXYYYContextZZZ() to DMGet/CopyDMXXX()

Hg-commit: a8931f032682db8d679ab51da5c3819b9c32b632


# 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


# 955f0f29 13-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 48ee48d92725930312eaed4c66f9246114844f4c


# b9600128 12-Aug-2012 Peter Brune <brune@mcs.anl.gov>

SNESJacobianDefault (finite difference) and SNESJacobianDefaultColor now compute the FD jacobian with the original function in VISS; fixes #5.

Hg-commit: d097060c2704714a4db43869d1c080485cca187b


# 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


# e5996a9a 15-May-2012 Paul Mullowney <paulm@txcorp.com>

updated and merged from petsc-dev

Hg-commit: 4bdbb24181fe1c8ce13e9b82c1d499b152c3d14f


# 639ea3fa 09-May-2012 Peter Brune <brune@mcs.anl.gov>

Fixed some behavior of SNESLineSearch w.r.t. its use in VI.

Hg-commit: 1e5f990f2b606db724b801680a65bfa5f0eb1846


# 016d19f9 14-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

error out configure if using pthreadclasses and no __thread available

Hg-commit: c7d6fd07395bc4fbe349637dce8ba662c7b65b73


# 1a4f838c 30-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Changed SNES_LINESEARCH_TYPE to be SNESLINESEARCHTYPE to conform with object type naming convention

Hg-commit: 0ecac7136f433d984716f0f4d49a5541188e27af


# 8e7768b9 24-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac


# b45d2f2c 24-Mar-2012 Jed Brown <jed@59A2.org>

Rename include/private/ to include/petsc-private/

Hg-commit: 9a1730720b0d9756437b40462617551504641ade


# f1c6b773 19-Mar-2012 Peter Brune <brune@mcs.anl.gov>

PetscLineSearch renamed to SNESLineSearch

Hg-commit: bd6cf52a5297e10668ea19afb61e9e719f86befc


# b633c4de 19-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Removed the last vestiges of the old line search infrastructure.

Hg-commit: ebd6539f251813df3eca9186705d85d09223fc24


1234567891011