History log of /petsc/src/ksp/ksp/impls/cg/cgne/cgne.c (Results 226 – 250 of 275)
Revision Date Author Comments
# d2ffe925 09-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: fb3fb77fa7d8bd71eb94b0f289024414b41b2354


# c5eb9154 09-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

completed PetscValidLogicallyCollectiveXXX() routines and usage

Hg-commit: 374cfa6c3abbd90ea5b27fc02813ca73ae37b846


# 65e19b50 11-May-2010 Barry Smith <bsmith@mcs.anl.gov>

the last work I will do on reformatting use of SETERRQX() and passing in the appropriate comm; I am bored to tears

Hg-commit: 9e0ef782022dbdc055a74473b60f135ee06122ac


# e7e72b3d 08-May-2010 Barry Smith <bsmith@mcs.anl.gov>

changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicator
reformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate

changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicator
reformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate line

Hg-commit: 7550f3779f18eaf7ce68bae52b964532aa97c1d5

show more ...


# 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


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

commit after merge of patch to 3.1 that fixed handling of PC side by various KSP solvers

Hg-commit: 7b3af791e47594ae6f1fdb376961d96c93b80b2f


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

1) For each KSP method documented which side preconditioner they support
2) For each KSP that supports only left or right preconditioner and changes the side automatically make sure it prints the cha

1) For each KSP method documented which side preconditioner they support
2) For each KSP that supports only left or right preconditioner and changes the side automatically make sure it prints the change to -info
3) For KSPs that support both sides do not hardwire one side or the other in KSPCreate_xxx

Hg-commit: 4ff1a393647991d4360376fdf659e6f9694da71a

show more ...


# b3b5d266 16-Feb-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: e58ca2d7c30994afcc347cea28d361f7ffd1c0ba


# 90984118 12-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

finished cleanup of preconditioned LSQR

Hg-commit: aaa2c27e7e5e05a99526d55dded165a5c525cd70


# 238e7d2d 02-Dec-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 9c9e2b0243eedf0151e3676f8f4ccde9f7b93898


# 1f70db3a 26-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

minor cleanup of some KSP source code
changed KSP include files to consistent xxximpl.h naming convention

Hg-commit: 8284ea5b10c374f2a9c2407aff235ef384fe7b7a


# 1d79065f 14-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

fixed many outdated malloc of several arrays at the same time to use PetscMallocN() instead
fixed bug in installing Zoltran.py where it did not use [0] to snag stdout of shell command

Hg-commit: db7

fixed many outdated malloc of several arrays at the same time to use PetscMallocN() instead
fixed bug in installing Zoltran.py where it did not use [0] to snag stdout of shell command

Hg-commit: db793741ae0135c011d800b787b94e2bfd91670d

show more ...


# 2d200336 06-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750


# 7c4f633d 03-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

removed -I$PETSC_DIR from make system and changed the corresponding
#include "src/dsdsdsds" to "../src/sdsdsds" in the source code

Hg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d


# e949a08d 13-Feb-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 5a4e3319b95c25d460f7c9be444ff08309446882


# c582cd25 13-Feb-2008 Barry Smith <bsmith@mcs.anl.gov>

added references to manual pages for some KSP and PC methods

Hg-commit: 10665502ffccb7ae5847b3bbbcad051dab299afd


# 3be44c43 18-Nov-2007 Barry Smith <bsmith@mcs.anl.gov>

commit aFTERmerge

Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320


# 6f3d5618 31-Oct-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 4a9e5a2b97bdb9073e83eff56096e46ac4ef2230


# 60f69c44 15-Oct-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: ae7ad2b71b1fdcfb27898e923a2c03bd62c86a54


# 781b3001 14-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4e945c9820f08f3e5a1bc871ec50d7ccb0b7454e


# fc165ae2 14-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

On or about Nov 1 2006 Matt changed the CG code to correct a bug in the
calculation of the "natural" norm of the residual. A day or two later Todd
fixed a bug in that bugfix. At the same time they un

On or about Nov 1 2006 Matt changed the CG code to correct a bug in the
calculation of the "natural" norm of the residual. A day or two later Todd
fixed a bug in that bugfix. At the same time they unknowingly introduced a
performance bug in the case when the residual norm was being used for
convergence criteria. Since this only impacts performance (the answer would
be the same either way), I have made a fix to petsc-dev and this will not
be a patch for petsc-2.3.3 (only errors in correctness get bug fixes.)

[PETSC #16894] Multigrid

Hg-commit: 271c44567f799cf82e3a76b2e8cad9ee0a3affaa

show more ...


# e0156e0b 11-Oct-2007 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: 8b48556a285e293c04f497a3a1e40ac96cfd5016


# 780a600e 05-Oct-2007 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: b5a05984274c84515a795ed75eef9d3b27ba97f1


# 442648ef 04-Oct-2007 Lisandro Dalcin <dalcinl@gmail.com>

merge

Hg-commit: 8b955b66410cbc923a4e1233fdeaca7fbf3e5d5d


1234567891011