History log of /petsc/src/ksp/pc/impls/wb/wb.c (Results 251 – 275 of 336)
Revision Date Author Comments
# 472b90b3 26-Sep-2011 adams <adams@jaguarpf-login1.ccs.ornl.gov>

fix for emtpty procs on input grid (2nd commit).

Hg-commit: 416bc569082d603eba1a683707921f8a1b880bdb


# 28d20b34 24-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

fix in excotic preconditioners in setting largest key in PetscTable

Hg-commit: 0a71fd189a2e6dd7be8cfa66fb30820cf0adaee5


# 8aa69af5 23-Sep-2011 Jed Brown <jed@59A2.org>

merge

Hg-commit: 1e229776bfd44f4b459456504b3110137e0481a8


# b1f6f9fc 23-Sep-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: 866723830dfe0ff26ba0638381626709048310af


# e23dfa41 23-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

more updates on PetscTable

Hg-commit: 81961d54ed644345546c0aa2c889e2474eb971d1


# e3608de9 30-Aug-2011 Mark F. Adams <mark.adams@columbia.edu>

fixing my repo.

Hg-commit: a498a5255cac6a310f8d238d4b714b208023068b


# 09ebb075 30-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1e69c6a962c224fed3b44cc2330b390f9d91c58e


# c91913d3 30-Aug-2011 Jed Brown <jed@59A2.org>

Add PetscBool argument to PCMGSetGalerkin(), fix reporting of Galerkin when PCMG is used via PCML.

Hg-commit: 10e08af7077029d7413061e446472ae36f219b62


# df17f0d5 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


# d0660788 31-May-2011 Barry Smith <bsmith@mcs.anl.gov>

added matrix object to MatCheckPivot routines to allow displaying more information on failure
PCEXOTIC turns off DM object in PCMG so that PCSetUp_MG() doesn't use the DM object to generate incorrect

added matrix object to MatCheckPivot routines to allow displaying more information on failure
PCEXOTIC turns off DM object in PCMG so that PCSetUp_MG() doesn't use the DM object to generate incorrect work vectors
SNESSetDM,KSPSetDM and PCSetDM allow using 0 dm to clear current DM.

Hg-commit: d3ce2e5ec6f3ec4502b397e3155085dddbdcd62e

show more ...


# 639d86e3 13-Jan-2012 Sean Farley <sean@mcs.anl.gov>

Merge

Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# 247e2d92 06-Jan-2012 Jed Brown <jed@59A2.org>

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


# 832f7384 01-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257


# 14e519b0 31-Dec-2011 Mark F. Adams <mark.adams@columbia.edu>

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


# 92e4c2ed 18-Nov-2011 Barry Smith <bsmith@mcs.anl.gov>

cannot use MAT_REUSE_MATRIX in calls if the original matrix was created some other way not through a previous call
to the same routine

Hg-commit: 5426c209cc0468303758ddbc12fce0745d7f4ae8


# 6bc0bbbf 21-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

updated PetscTableDestroy() to new paradigm

Hg-commit: ac57dd2a39d9e719ebeec1c5179c4469b71a8d21


# 6bf464f9 18-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

converted rest of source code to take pointers into destructor reoutines. make test workds

Hg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3


# fcfd50eb 15-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

partcially completed making PETSc object destructors take & for the argument

Hg-commit: e5e776c3749e6dc0b2c108f7f84f10a7aaba55f5


# c6db04a5 14-Mar-2011 Jed Brown <jed@59A2.org>

Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h

Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07


# 3c48a1e8 14-Mar-2011 Jed Brown <jed@59A2.org>

Split DMDA, DMComposite, etc out of petscdm.h into petscdmda.h, petscdmcomposite.h, etc

Hg-commit: ee2833f9db0d26e02ed0afca6e49849f2e5a3cd7


# f3f935be 13-Mar-2011 Jed Brown <jed@59A2.org>

Rename petscmg.h to petscpcmg.h

Hg-commit: 23be2aaeb8cd5463a8fa34e98fa9b96d440658e1


# 47dad92f 13-Mar-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237


# 7d0a6c19 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

removed #define PETSCXXX_DLL from top of all source files

Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1


# 84f63435 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1f59c3e5424b120346b764d7a4cc5fef5fc0813a


1...<<11121314