History log of /petsc/src/ksp/pc/impls/spai/ispai.c (Results 201 – 225 of 256)
Revision Date Author Comments
# 14e519b0 31-Dec-2011 Mark F. Adams <mark.adams@columbia.edu>

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


# 40e43650 21-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 3c0ada216fd048f1d4ba20e7535afe3ca2893c94


# 69a3b875 21-Apr-2011 Jed Brown <jed@59A2.org>

SPAI update for MatDestroy

Hg-commit: c76a3713fae8c60c370cc16b02f9608bead2a4e5


# 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


# 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


# c31cb41c 22-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed .bib entries with Gail's corrections
removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically

fixed .bib entries with Gail's corrections
removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically

Hg-commit: 0f5bef9ea1fcd7ad8418fab6181ef990ea35c1db

show more ...


# 8c172940 06-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e


# 7087cfbe 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13

show more ...


# 09573ac7 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

changed all EXTERN to extern the CAPS served no purpose

Hg-commit: cdf5985509992c2237dbbe07f14278cccee0306c


# 4ac538c5 06-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

finished converting to use PetscTryMethod() and PetscUseMethod() whenever possible.

Hg-commit: 37cf7fcea5d871042d238d3c6a46bb0914b2136d


# 3334f37f 29-Sep-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 2d32a1bf6d6a67dfae50d31fc22b6e5a617d8a04


# ace3abfc 28-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOL
note this requires a new sowing version

Hg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a


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


# efe6c3a7 16-Feb-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: c24770da2f7a4ec6d2c54d0774691ec6c5dd493c


# dbf0e21d 08-Feb-2009 Barry Smith <bsmith@mcs.anl.gov>

fixes to mpibaij.c found in nightly build
fixes to wrong use of CHKERRQ() throughout code

Hg-commit: 733dea1e39d18170feab68a0e7a269e3248a628a


# d3961cc3 23-Apr-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: fa3e6714ee07a74a50771a91df7da838e348b8a6


# f00c4f15 21-Apr-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f6a969948fc774d5db3e1848efc811933f343dde


# 75c9b3aa 21-Apr-2008 Satish Balay <balay@mcs.anl.gov>

merge from release

Hg-commit: b68b27929454e18ca27dad77c1dec5e007d71381


# c5ae99e3 21-Apr-2008 Satish Balay <balay@mcs.anl.gov>

#17603 fix doc for -pc_spai_epsilon

Hg-commit: 4041e315297924392e621df063c868e57b40bf4c


# 355a108d 03-Mar-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 722da13b860c3b9cf8dd2bf1b0ceaab0718e3da5


# fc4dec0a 02-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

added MatReuse as second argument to MatTranspose()

Hg-commit: 25d223e5c97b2e66758cc4ab542c7835b614e5c5


# 1c0add76 22-Jan-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 50f87a7744bf92447897e71d01d55e453fda1a7f


# 1385f325 05-Jan-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 257778e3267f6b38ac7bd8ef2f43a1406cda6234


# 2a4967ab 31-Dec-2007 Barry Smith <bsmith@mcs.anl.gov>

wrong error handling in c2html on failure
more formating in PCSPAI

Hg-commit: 00e83347cadd66498d7b548580e89f72222c4813


1234567891011