History log of /petsc/src/snes/interface/snes.c (Results 1151 – 1175 of 2059)
Revision Date Author Comments
# ed525828 31-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a7fad1b276253926c2a6f6a2ded33d8595ea85e3


# 97584545 30-Oct-2012 Peter Brune <brune@mcs.anl.gov>

SNESDefaultObjectiveComputeFunctionFD() for objective/function testing purposes.

Hg-commit: fdaa12a217063377789b4f437e981fe59e34fca6


# 1d1e9da1 17-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

unified -ksp_monitor_lg_residualnorm -ksp_monitor_lg_true_residualnorm -ksp_monitor_lg_range
KSPMonitorLGResidualNorm() KSPMonitorLGTrueResidualNorm() KSPMonitorLGRange()

Hg-commit: 565d0ee12e1edf8f

unified -ksp_monitor_lg_residualnorm -ksp_monitor_lg_true_residualnorm -ksp_monitor_lg_range
KSPMonitorLGResidualNorm() KSPMonitorLGTrueResidualNorm() KSPMonitorLGRange()

Hg-commit: 565d0ee12e1edf8ffcc5d5f4f8e2e150a6762493

show more ...


# 459f5d12 17-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

-snes_monitor_lg_residualnorm and -snes_monitor_lg_range no longer use PETSC_VIEWER_DRAW_()
but instead create new windows

Hg-commit: 75118954771c151786a7803e8b83efd348db9e5c


# 4619e776 17-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

unified names SNESMonitorLGResidualNorm and SNESMonitorLGRange
-snes_monitor_lg_residualnorm -snes_monitor_lg_range

Hg-commit: 48b23c5ff12edfd939ff337b30b93aaa63858adc


# 116d1032 03-Oct-2012 Jed Brown <jed@59A2.org>

Avoid porting over DMSNES and DMKSP function pointers to incompatible DM (e.g., different type)

Hg-commit: ceabea90c9b01249159357f970c9bbd25b8b6ecd


# a33a0d9f 03-Oct-2012 Jed Brown <jed@59A2.org>

double negative in error string

Hg-commit: fdc61cb7153c555b4088aaecf29e54a4cf5b8495


# 19fd82e9 03-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

changed #define char* XXXType to typedef const char* XXXType

Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad


# c35f09e5 19-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from examples, code formatting
changes to uncrustify.cfg

Hg-commit: 5b64e59d6c6818c2b462782e9308e7fa49e0c338


# 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


# a095c1eb 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d944ef566bbc767c9f76f4d2550066c93a910b4f


# 2ebbc9a7 17-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: 43edcf786e1a8d8081620738c5554ae347d0b1f4


# 3232da50 17-Sep-2012 Peter Brune <brune@mcs.anl.gov>

Fix to SNESMF behavior; the computejacobian function is no longer reset to MatMFFDComputeJacobian when snes->mf is set, allowing for a jacobian function to be passed to inner solvers (rather than Mat

Fix to SNESMF behavior; the computejacobian function is no longer reset to MatMFFDComputeJacobian when snes->mf is set, allowing for a jacobian function to be passed to inner solvers (rather than MatMFFDComputeJacobian).

Hg-commit: afd649815e1ae125e66d17919feed8453b0bf1f4

show more ...


# 46533f15 14-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 47b11aeb5e6127da94cbf12b1f9d1d702e031d11


# c40d0f55 12-Sep-2012 Peter Brune <brune@mcs.anl.gov>

Added SNESSet/GetPCSide(), enabling all the solvers (that support it) to use either left(preconditioned function) or right(preconditioned solution/step) nonlinear preconditioning.

Hg-commit: a0732ee

Added SNESSet/GetPCSide(), enabling all the solvers (that support it) to use either left(preconditioned function) or right(preconditioned solution/step) nonlinear preconditioning.

Hg-commit: a0732eefac2cd0f2b95441d7bde2f3bb22d836bd

show more ...


# f52570e6 14-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ee2c6307183ca19bc785d09a425ccbd5b4f06ca2


# 898c6837 14-Aug-2012 Satish Balay <balay@mcs.anl.gov>

merge from 33

Hg-commit: b233ae2df18a87d51c1464152042c17445f4ba78


# 35f5d045 14-Aug-2012 Peter Brune <brune@mcs.anl.gov>

Fixed default SNESLinesearch type-per-solver interaction with prefix introduced in a1d205c90feb for composed solvers; still works with apps the fix was for.

Hg-commit: 0d452f0c83efa02ed48192752845a8

Fixed default SNESLinesearch type-per-solver interaction with prefix introduced in a1d205c90feb for composed solvers; still works with apps the fix was for.

Hg-commit: 0d452f0c83efa02ed48192752845a85d33b552e5

show more ...


# 8cf3ef60 12-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bd03fdcd3cf87c5b29ea28a5f4737ae936d9df04


# a8a8f366 11-Aug-2012 Satish Balay <balay@mcs.anl.gov>

merge from 33

Hg-commit: fcf85c783eea43b41926a5894f4c39ade16496ad


# 31ad16dd 09-Aug-2012 Peter Brune <brune@mcs.anl.gov>

Multilevel fix for new TS

Hg-commit: f48de3d0a49a30cf237a75906ab864bf3723607e


# 6c6b9e74 09-Aug-2012 Peter Brune <brune@mcs.anl.gov>

Make TSDMDA Actually work and modify ex26 to use it.

Hg-commit: 6bd57420a6bce390ff650c80bc919b11c414de61


# 08b6c495 07-Aug-2012 Peter Brune <brune@mcs.anl.gov>

snes->linesearch inherits the snes prefix when SNESSetOptionsPrefix and SNESAppendOptionsPrefix are called

Hg-commit: a1d205c90febb961d4f3759fa5cce72ce60afb87


1...<<41424344454647484950>>...83