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

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


# ce2f17d1 10-May-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 8ad722e18529293bde53db7f4fb83823cee61dc0


# f6991133 06-May-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed memory leak for PCReset() for ASM preconditioner

Hg-commit: e93c32c15d6b633db8e64b87259707c590952cd6


# 11bd1e4d 28-Apr-2011 Lisandro Dalcin <dalcinl@gmail.com>

API Change:[Mat] Remove iscopy,reuse from MatGetDiagonlBlock()

* Now it should return a borrowed reference.

* MATDENSE was updated to cache the the diagonal block

Hg-commit: dbddbea75f68dca2821e78

API Change:[Mat] Remove iscopy,reuse from MatGetDiagonlBlock()

* Now it should return a borrowed reference.

* MATDENSE was updated to cache the the diagonal block

Hg-commit: dbddbea75f68dca2821e7818ebd56b2b79bbbaf9

show more ...


# 3bd96682 21-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge, some manual merges

Hg-commit: a60db41ebcbbb90ab0d02727666a69b6d3ee88a0


# 7b23a99a 19-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

added PetscViewerASCIISynchronizedAllow()

Hg-commit: 1b3990b2f3be4ca192efd6709c3e10216cbc65e2


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

partcially completed making PETSc object destructors take & for the argument

Hg-commit: e5e776c3749e6dc0b2c108f7f84f10a7aaba55f5


# 1093a601 14-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

more simplification of petscmath.h

Hg-commit: eb2557a2ef15b704c76cbb4142e7be1bc6ac6e04


# 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


# e91c6855 27-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

started PCReset for some specific PCs

Hg-commit: b7f18e9481f224c94e3d4cfe0089a846551898be


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


# d6db8083 04-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ebaab317c53837c315f2352bd5006ef68c02ec27


# 8c03b21a 03-Nov-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Apparent bugs in asm that allocate not arrays of objects, but arrays of pointers to objects.
Minor doc/comment fixes.

Hg-commit: bf80f5b2d259b82720b566b07eb191b67098cfb0


# 671f6225 17-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after monster merge with Jed's changes to Truth/Bool broke some stuff

Hg-commit: 5caec4f276cb70c9322fa9314b3d9d9d41118eac


# acfcf0e5 14-Oct-2010 Jed Brown <jed@59A2.org>

PetscOptionsTruth -> PetscOptionsBool and related

Hg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77


# 7bb14e67 05-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

started converting use of PetscObjectFunctionQuery to PetscTry/UseMethod()

Hg-commit: e4779cc5741e3e051848716e6d793b39d6ed8801


# d67e408a 03-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed many uses of ISCreateGeneral( index,PETSC_COPY_VALUES) PetscFree(index) with
ISCreateGeneral(index, PETSC_OWN_POINTER )
Also done for ISLocalToGlobalMappingCreate()

Hg-commit: 306adafb87ff

fixed many uses of ISCreateGeneral( index,PETSC_COPY_VALUES) PetscFree(index) with
ISCreateGeneral(index, PETSC_OWN_POINTER )
Also done for ISLocalToGlobalMappingCreate()

Hg-commit: 306adafb87ff2aa0ebba90fa506f7491eb9fc8be

show more ...


# 70b3c8c7 03-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

merged ISCreateGeneral(), ISCreateGeneralNC() and ISCreateGeneralWithArray()

Hg-commit: 6b6d97a9614bebe6ee4abe6a5cb88a816f7fa364


# 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


# d5bac5b1 09-Jul-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: dbe17f4cd57aa220aaa7f3a4929b4662f1fd3cc2


# d2ffe925 09-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: fb3fb77fa7d8bd71eb94b0f289024414b41b2354


1...<<2122232425262728