History log of /petsc/src/snes/interface/snes.c (Results 1601 – 1625 of 2059)
Revision Date Author Comments
# b90d0a6e 23-Feb-2007 Barry Smith <bsmith@mcs.anl.gov>

fixed KSPMonitorSet and SNESMonitorSet to not reregister the same monitor
routine twice. Ugly stuff to handle ASCIIMonitorViewer thing that is passed in

Hg-commit: 68ed7acc3d8c419a0b143f99f74c5e93

fixed KSPMonitorSet and SNESMonitorSet to not reregister the same monitor
routine twice. Ugly stuff to handle ASCIIMonitorViewer thing that is passed in

Hg-commit: 68ed7acc3d8c419a0b143f99f74c5e93711dd637

show more ...


# c3122656 01-Feb-2007 Lisandro Dalcin <dalcinl@gmail.com>

fix incref/decref pattern in many places

Hg-commit: 22e103f7957be81eb52288a9ed4ffb27537b6d8f


# 55d88449 26-Jan-2007 Lois Curfman McInnes <curfman@mcs.anl.gov>

not sure why this branch merge is needed ...

Hg-commit: f01b707ec04abfcb074ea26a4c317449bb2a2e1b


# a562a398 25-Jan-2007 Lisandro Dalcin <dalcinl@gmail.com>

add check macro in SNESSetConvergenceHistory

Hg-commit: 379eb713b48f89dd8a3ee686591848c6e5422ad0


# 9dfb5993 11-Jan-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 5b002539f7bb6e94c232479a607bbe05d6885922


# 13f9a740 22-Dec-2006 Barry Smith <bsmith@mcs.anl.gov>

automerge

Hg-commit: 4c8b51c29b6288957415358f7d59f5e1719024d4


# 4346b1ef 22-Dec-2006 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: 7def74e734a413c9796ffc0433e5319962077702


# 410397dc 19-Dec-2006 Lisandro Dalcin <dalcinl@gmail.com>

Set SNESLS as default type in SNESSetUp()

Hg-commit: e56ec80bee9e34e5d13f5c596758d3f9b4cec948


# 3050cee2 12-Dec-2006 Barry Smith <bsmith@mcs.anl.gov>

petsc.bib reference to Downar and Salome coupling approaches
add PetscViewerASCIIGetStdout() to use in PETSc source
instead of PETSC_VIEWER_STDOUT_(comm) for traditional PETSc error handling

Hg-co

petsc.bib reference to Downar and Salome coupling approaches
add PetscViewerASCIIGetStdout() to use in PETSc source
instead of PETSC_VIEWER_STDOUT_(comm) for traditional PETSc error handling

Hg-commit: d5925024de9641e364c42958da386445812c4f79

show more ...


# 22629001 28-Nov-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 43983e1969b66776ca30f993c685974a228e10ec


# 7dcf0eaa 27-Nov-2006 dalcinl <dalcinl@trantor.ceride.gov.ar>

changes for correct reference counting

Hg-commit: 7240f091687d23f6eb0fb787008189c237331f2e


# f61bfb57 27-Nov-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 88fee7d2fa183025fe76764cedd4a71dffcdf185


# a2c909be 27-Nov-2006 Matthew Knepley <knepley@mcs.anl.gov>

Added parallel ILU from Peter Gottschling


Hg-commit: 0a0c940f5598edc445e8ea07af3c4b10f50d17d9


# b9147fbb 23-Nov-2006 dalcinl <dalcinl@trantor.ceride.gov.ar>

moved many implementation headers to include/private

Hg-commit: aa99826eaac01bf46b6b3b0207d0ecd69d3393cb


# c671dbe7 23-Nov-2006 Satish Balay <balay@mcs.anl.gov>

fix typo

Hg-commit: 1176d99305ccfde6e8cc86401f5688c1e8503cc8


# b161289d 23-Nov-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 36c96953213eda7909386707ab2576b425bd5eb2


# a3ef0b08 22-Nov-2006 dalcinl <dalcinl@trantor.ceride.gov.ar>

fix typo

Hg-commit: 61f02e66c56872f82b432ce65c67937566619d83


# fbd52ca3 21-Nov-2006 Barry Smith <bsmith@mcs.anl.gov>

bug fixes for MatConvert() properly selecting converter.

Hg-commit: 0a22a1be7b7916116cf9ddb825296feffb8def26


# f1bef1bc 19-Oct-2006 Matthew Knepley <knepley@mcs.anl.gov>

Fixed merge


Hg-commit: 61db8bbc5748a999a79d82d7936fc5fb74a2d3a1


# 581528fe 19-Oct-2006 Matthew Knepley <knepley@mcs.anl.gov>

Bad Merge


Hg-commit: 464c955121a78b5a51f0799250dce972c5410294


# 45b1bacf 19-Oct-2006 Satish Balay <balay@mcs.anl.gov>

fix compile error with viewer change

Hg-commit: c445e14e7d955a9535e85fe5c79a36b796ee15e1


# 1a979cf1 19-Oct-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: e4765e9df6c5b36936ddddd7d17b370f96aa202d


# 23d894e5 18-Oct-2006 Barry Smith <bsmith@mcs.anl.gov>

changed context for default KSP monitors to PetscViewerASCIIMonitor
from PetscViewer.

Hg-commit: 81697a8657f9e81fc0099e0f85d9ecb6baf49666


# 43fb2f97 17-Oct-2006 Barry Smith <bsmith@mcs.anl.gov>

1) change to dmmg so KSPSetOperators is not called earlier
with empty matrix (not a bug fix, just cleanup)
2) SNESSetJacobian() no longer calls KSPSetOperators()
that is called directly in SNES

1) change to dmmg so KSPSetOperators is not called earlier
with empty matrix (not a bug fix, just cleanup)
2) SNESSetJacobian() no longer calls KSPSetOperators()
that is called directly in SNESSolve_xxx
3) PCSetUp_MG() now calls KSPSetOperators on finest grid
smoother if user has not reset it.
4) DAMG will not call KSPSetOperators() on finest grid
smoother, now MG automatically updates it if the PCMG
Operator is reset

Hg-commit: e566a1ded5e184949dd584b275e0022f0edb59df

show more ...


# b8e5c9b3 28-Sep-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 5afe0095e991c9240b2962fbe1e66f91e34c9743


1...<<61626364656667686970>>...83