History log of /petsc/src/snes/interface/snes.c (Results 1451 – 1475 of 2059)
Revision Date Author Comments
# c59c4a6e 22-Jun-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 6506be5d499ca16f4a8dca61413479ef378e92ef


# e113a28a 20-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

added KSPSetErrorIfNotConverged() -ksp_error_if_not_converged
added SNESSetErrorIfNotConverged() -snes_error_if_not_converged

Hg-commit: 140ccd5333057af972a2d1a0a838889ab76383d8


# 2692d6ee 22-May-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9ee752148eed3df65feb0f7eb0686798c3c0621b

show more ...


# a6104cb2 19-May-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 0fbcbdb190921e9e1b7109e2ca86dd0816c2293f


# 70663e4a 19-May-2010 Lisandro Dalcin <dalcinl@gmail.com>

fix order of reference/destroy calls in {TS|SNES|KSP|PC}SetDM()

Hg-commit: ff67b5cd67740f40d467711c8533b2f67124eb50


# 17186662 10-May-2010 Barry Smith <bsmith@mcs.anl.gov>

finished formating of SETERRQ() calls and changed a few PETSC_COMM_SELF to appropriate comm

Hg-commit: 099173676d5157f4b09175cd1f5104bf5e549784


# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added MPI_Comm as first argument to PetscError() and SETERRQX()

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# ff219bfb 27-Apr-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 1f5ce9b1fa7762a7d57e66fe241c05a915d43e19


# bf5b21d3 25-Apr-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: bfe14fc1c10a348d95f62b10a73037a938b09cb6


# f22f69f0 23-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

some code cleanup and further work on DMMG version 2

Hg-commit: 896f032fd4a8a52f74fc4b043ca1a9059a613c52


# b037da10 21-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed KSPSetPreconditionerSide() that was suppose to be KSPGetPCSide()

Hg-commit: 068117fbd4fb4281de7587f212174056f2cf30b1


# 1718446f 20-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

changed -ksp_right_pc and friends to -ksp_pc_side right,left,symmetric
changed KSPSetPreconditionerSide() to KSPSetPCSide() to match second argument which is PCSide not PreconditionerSide

Hg-commit:

changed -ksp_right_pc and friends to -ksp_pc_side right,left,symmetric
changed KSPSetPreconditionerSide() to KSPSetPCSide() to match second argument which is PCSide not PreconditionerSide

Hg-commit: 80ca67847b9d07b490f4014f7a90ed092dfe28e4

show more ...


# ef8dffc7 14-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

minor use of dm with snes for testing

Hg-commit: 21b340ee0f86bb844334e1bee94aa4c2e02ef9b9


# f0eb1ee0 12-Apr-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0


# 0700a824 08-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

changed cookie to classid cause that is what it is.

Hg-commit: ffa25d1edea7afc409fcc13e7f2b63587b1494c1


# f9a2c96d 27-Mar-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: b27e7be9c09691d1f15f4d8d34f1b0fc4ac63ae4


# af8c88b6 24-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 76530b3bd33348a33ed1676aa7af10e463910250


# 345fed2c 23-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed some bib entries.
some support in KSP for DM

Hg-commit: ee75ada098c37f71f89b1e9c7e516d4240c2002b


# 6c699258 22-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

added XXXSetDM() and XXXGetDM() for PC,KSP,SNES and TS

Hg-commit: bada9ff4302cce1dee88b5dd282aa59af62f2a84


# 0d2fba3e 09-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 2c02161f5890b468f5bb35c7476967398e40a0c5


# eb1f6c34 07-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed bug in Pastix interface when reusing sparse matrix in csc format, code did not check shift of row base to 1.

Hg-commit: 78a7102fd53be9d48928170e67b5510f805ebc34


# 8638ae8f 19-Feb-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 9bb765ad4a224cc4a92c83ab8c7fa94c067177f4


# fe97e370 19-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

removed public interface for MatILUDTFactor*, this will now be handled by regular MatILU/ICCFactor* interface

Hg-commit: b130c3ab430985359fffc88a9c93110f07b98d13


# b76a9e02 18-Jan-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 8ecc0c6669cf1fb2f196e30af370772aa0c6c163


# 75567043 16-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

correcting of 0 assignments to double to be 0.

Hg-commit: 4e8d3c66ce68ac50361b8dc9292a6438842e1543


1...<<51525354555657585960>>...83