History log of /petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c (Results 826 – 850 of 1029)
Revision Date Author Comments
# bc59fbc5 04-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

bug in fieldsplit.c checking for saddle point

Hg-commit: 9432d4249a4d9365efdbae5cdb44a0e3dce2427f


# 7e8cb189 22-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

updates to users manual
updates to lsc.c to auto-generate matrix needed in solver in preconditioner, added PCView for lsc

Hg-commit: f76284c2784df0e65608aafa9b7764ac8405f68d


# 581f5847 19-Jan-2011 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 0b018a3bb889b6b7655da1780481307119052edf


# a04f6461 19-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

updated users manual to do Schur complement preconditioner correct, finally I hope

Hg-commit: 3c53022524fbcd678904406f828dd1b3e6ed1544


# 435f959e 17-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

Added MatView_SchurComplement() to view parts of matrix
Changed notation of PCView_Fieldsplit_Schur() to use A00, A01, A10, A11 notation instead of A, B, C, D

Hg-commit: 01877cdd11f782ec507ac3b082a8

Added MatView_SchurComplement() to view parts of matrix
Changed notation of PCView_Fieldsplit_Schur() to use A00, A01, A10, A11 notation instead of A, B, C, D

Hg-commit: 01877cdd11f782ec507ac3b082a8d6835bc2106d

show more ...


# c0adfefe 17-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

hmm, forgot what I changed

Hg-commit: de55859da821036fe3032491b4caa4c8478f4edc


# 6ce1633c 16-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

added -pc_fieldsplit_stokes that automatically sets up Stokes solver with fieldsplit

Hg-commit: 93cf08337e0b89b643012c89924a66d5eb23e435


# 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


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

Merge.

Hg-commit: 408da9d97fba22d7285ddfd7e8a6e622299e2cce


# 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


# e40c8662 02-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9ed2cb431947553955f0ce85412d290cc41bb35c


# 66ffff09 02-Nov-2010 Jed Brown <jed@59A2.org>

Consolidate setting up PCFieldSplit from DMComposite in fieldsplit.c

Hg-commit: 6cc8c8fdd3e5d2f15e507a57c2f7772a93ef3703


# 8b8307b2 01-Nov-2010 Jed Brown <jed@59A2.org>

Preliminary use of DM in PCFieldSplit

Hg-commit: dae86246f264e06bdda261896a40bbf5eba9a7b9


# 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


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

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

Hg-commit: 37cf7fcea5d871042d238d3c6a46bb0914b2136d


# 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


# ee2690d8 28-Sep-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 4f35aa865362d888253b6d83975eb9f25bae315f


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

minor improvement in display of AMS tree
fieldsplit sets parents of newly created KSP
added MatGetColumnNorms() test that reads matrix from file

Hg-commit: 3102dd4f00a3d2c7e61f7081818b174b2ffef44d


# 54b7effa 10-Sep-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 9819d3416fadfb925ec641339fae95f90802240b


1...<<31323334353637383940>>...42