History log of /petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c (Results 951 – 975 of 1029)
Revision Date Author Comments
# 0d155bd9 16-Jul-2007 bcordonn <bcordonn@hookshot.mcs.anl.gov>

merge

Hg-commit: 371943b7702bdc0ec332265de6ec01fb0ad8bbf8


# 7a0b9536 15-Jul-2007 Matthew Knepley <knepley@mcs.anl.gov>

Added integration routines for subduction benchmark
- Small fixes

Hg-commit: 4e24b54c1d51930caa9e5487d0b4937ef355513f


# 0802e0e8 10-Jul-2007 bcordonn <bcordonn@hookshot.mcs.anl.gov>

Commit after a merge

Hg-commit: 27d386e23e9f55709fe4259d452de253e8d187ea


# d0051c2c 07-Jul-2007 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6fb2e2031f541698c18b941059a70518bfdac344


# 2ef6adf6 06-Jul-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 1c3afdd77376c2f1a3f6c814cb3554fcc98760b5


# 38f2d2fd 06-Jul-2007 Lisandro Dalcin <dalcinl@gmail.com>

initial changes for better memory loggin on objects

Hg-commit: 0ef7914e13d41d173ef1ba2552c26bd9f41bc807


# ca9f406c 09-May-2007 Satish Balay <balay@mcs.anl.gov>

use VecScatter as the first arg for VecScatterBegin()/End()

Hg-commit: 9f2dfaca49031bb2845b6b5f1a86d3034d6e408e


# 4eed4a36 12-Mar-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 4f74acfb4b37f0a2226a233a6895513d6aa5180a


# f9d428db 12-Mar-2007 Lisandro Dalcin <dalcinl@gmail.com>

commit after merge

Hg-commit: e595cfc22a7d5e6b6bd99a346f0abe7c1a4b6897


# ce9499c7 12-Mar-2007 Barry Smith <bsmith@mcs.anl.gov>

fixed petsc-maint 15911 -ksp_norm_type required unpreconditioned_norm
changed enum values to KSP_NORM_value to match standard PETSc style.

Hg-commit: 0b335f048d4b8a3dd1e54933affd14a9129ac7f9


# 351fe11b 16-Oct-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: e288fd371d23b17baa844fe2a9d2bd9ea9866980


# 6e63c7a1 10-Oct-2006 Barry Smith <bsmith@mcs.anl.gov>

cleanup

Hg-commit: 9d0bd66cb5c025ecadf74ebc01a3d43c334c8c67


# 843d3e88 03-Oct-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 4eabe1ebe15de4cd98f23f35e5a8b3deeec4173a


# ccb205f8 03-Oct-2006 Barry Smith <bsmith@mcs.anl.gov>

block relaxiation for blockmat
simple fieldsplit for blockmat
docs

Hg-commit: 430a14e409c8b7db31832ae78e5952e00da74c58


# 27d4fab0 29-Sep-2006 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: a15724194b7dc23d6861d30331874b9ab91d9811


# b8e5c9b3 28-Sep-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 5afe0095e991c9240b2962fbe1e66f91e34c9743


# 421e10b8 27-Sep-2006 Barry Smith <bsmith@mcs.anl.gov>

started BlockMat seq matrix format
modified SEQIAJSTRUCTHEADER to support this

improved/fixed portions of fieldsplit and composite preconditioners

Hg-commit: 34ccd2b4894b8dd91a39b1af7f4acae5f917c

started BlockMat seq matrix format
modified SEQIAJSTRUCTHEADER to support this

improved/fixed portions of fieldsplit and composite preconditioners

Hg-commit: 34ccd2b4894b8dd91a39b1af7f4acae5f917c476

show more ...


# 5e45c6bb 18-Sep-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: d993bb95b9a28fc97e0ded9563c316540b683a1d


# 6029c235 18-Sep-2006 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 17ef89a89b5377b81fb5c60d492533c99ddb41e2


# 51f519a2 18-Sep-2006 Barry Smith <bsmith@mcs.anl.gov>

bug fix for PetscBinaryRead when filename passed in
bug fixes for fieldsplit preconditioner
enhancement to PetscOptionsGetIntArray() to support 0-23 notation
added symmetric_multiplicative to fieldsp

bug fix for PetscBinaryRead when filename passed in
bug fixes for fieldsplit preconditioner
enhancement to PetscOptionsGetIntArray() to support 0-23 notation
added symmetric_multiplicative to fieldsplit
minor cleanup

Hg-commit: 4f04561d24dfb0b158d6ddfdd5949da977f645be

show more ...


# 12279481 31-Jul-2006 emppter <emppter@pbrune>

merge



Hg-commit: 445855cec72d274853746c763d0a7ba017f3fea1


# 86406e2e 31-Jul-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 0a3d3017dd69cce84140ceaa2bbc517050c8d323


# 906ed7cc 30-Jul-2006 Barry Smith <bsmith@mcs.anl.gov>

added KSP/PCGetOperatorsSet() to determine if the operator is ready
inside the solver object (i.e. KSPSetOperators() was called)
changed all uses of KSP/PCGetOperators() that were used to see
i

added KSP/PCGetOperatorsSet() to determine if the operator is ready
inside the solver object (i.e. KSPSetOperators() was called)
changed all uses of KSP/PCGetOperators() that were used to see
if the operator had been set to use KSP/PCGetOperatorsSet() instead
Minor manual page fixups

Hg-commit: aef2f37a6c88c0a2f393ce75cd2b759d94512c0f

show more ...


# 9b1e27b7 13-Jun-2006 Satish Balay <balay@mcs.anl.gov>

merge branch


Hg-commit: 7cafa0eb70f0364ac4bc11828d187d2155f9af86


# cf502942 13-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

parallel fix for fieldsplit; did not properly generate parallel matrices


Hg-commit: 7b34c32e57e2de741cd34e48d3fabeb2175adc66


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