History log of /petsc/src/ksp/pc/impls/redundant/redundant.c (Results 326 – 350 of 464)
Revision Date Author Comments
# 3f9fe445 08-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

finished labelling manual pages as Logically or Neighbor-wise Collective

Hg-commit: 8a714c954b7624fb9d7cacbaa621300eebb99517


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

removed many unused variables
small amount of reformating
added use of all arguments in MPIUNI call to prevent complaints about unused values

Hg-commit: f1e85e77153d4207c8ab2522ae8e9ec72b7358ec


# 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 ...


# 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


# 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


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

commit after merge of patch to 3.1 that removed extraneous include "matimpl.h"

Hg-commit: cd6e3c721ebe97497a0385b2e30092de3c1f5f43


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

PC implementations should not access matimpl.h (the internals of matrices) unless they really need to, removed several unneeded accesses.

Hg-commit: ed08571d0731ceb766180178f75857634f029a0a


# 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


# 1ffe7139 24-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

merge

Hg-commit: 49ce27e467bd333e4f61dcf85ef05b7fb648acbb


# 2b4f0529 23-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge of bug fix to 3.1 for PCView_Redundant() crashing

Hg-commit: ca382afaeddb68b7e84a56332f5a3127f223e47d


# 03ccd0b4 23-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed PCView_Redundant() so it will not crash if it is not yet setup
petsc-maint 43609

Hg-commit: 65606a034d3227abc104637fa2c8e2c8f2969f9c


# 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 ...


# aab6e468 21-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ec24c1d09461b39e43cac65048d88f31b197417e


# c6f55e7a 21-Jan-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 7310e662d7e7ab5f463ec1b2157758e04c0de51e


# 5f06b7aa 16-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

From: keita@cray.com
Subject: [PETSC #18891] RE: Problem with src/ksp/ksp/example/tutorial/ex34.c (updated)
Date: January 16, 2009 1:13:52 AM CST
To: keita@cray.com, petsc-maint@mcs.anl.gov

From: keita@cray.com
Subject: [PETSC #18891] RE: Problem with src/ksp/ksp/example/tutorial/ex34.c (updated)
Date: January 16, 2009 1:13:52 AM CST
To: keita@cray.com, petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov

Here is the update. Using debug version, I found out ex34.c suffers from null pointer passed to PCFactorSetShiftPd(). The same error was found in ex32.c. Interestingly enough these error won't occur when using single PE.

Hg-commit: 60d1eba41ce58b7f360be9e16a439dd3bc5cb29f

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


# d0f46423 10-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed some memory bleeding
changed PetscMap in Vec and Mat to be an allocated shared
structure with referencing counting. Shared by Vecs obtained with
VecDuplicate() and MatGetVecs()

Hg-commit

fixed some memory bleeding
changed PetscMap in Vec and Mat to be an allocated shared
structure with referencing counting. Shared by Vecs obtained with
VecDuplicate() and MatGetVecs()

Hg-commit: 9cebf4ba1b4632fc12cb8afbc01d420ee612ad72

show more ...


# 1cee3971 29-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

added most of the appropriate PetscObjectIncrementTabLevel() calls on KSP objects

Hg-commit: 55ad623694bf2fcd3544ef7f480b24298f32bf4c


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

commit aFTERmerge

Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320


1...<<111213141516171819