History log of /petsc/src/mat/impls/baij/seq/baij.c (Results 1026 – 1050 of 1525)
Revision Date Author Comments
# 53c02076 24-Oct-2006 Satish Balay <balay@mcs.anl.gov>

set matrix type as 0 after MatDestroy_xxx() is called [patch from petsc-dev]

Hg-commit: e1a18e7d50a02021b4be76b1d8cf03cd4e63cbee


# 05647ed8 23-Oct-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: cf84e74b5a78bf50a3ac7c5985f0984640fa5223


# 22a2e026 20-Oct-2006 Barry Smith <bsmith@mcs.anl.gov>

automerge plus silly manual I did not understand in snesut.c

Hg-commit: 319af6b82ac01255b4dfaee56c95b596dedebab3


# dbd8c25a 20-Oct-2006 Hong Zhang <hzhang@mcs.anl.gov>

bugfix: set matrix type as 0 after MatDestroy_xxx() is called

Hg-commit: 863552fe268e86601b2450701133dbe07dd08765


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

Merge


Hg-commit: e288fd371d23b17baa844fe2a9d2bd9ea9866980


# 77925062 13-Oct-2006 Satish Balay <balay@mcs.anl.gov>

make sure all calls to PetscOptionsBegin() have unique key.
However there are still some duplicate options as the same option gets used
by multiple MatTypes [and in multiple locations]

Hg-commit: 6d

make sure all calls to PetscOptionsBegin() have unique key.
However there are still some duplicate options as the same option gets used
by multiple MatTypes [and in multiple locations]

Hg-commit: 6dec5809538930e180b30e478d7b3ca2627597c6

show more ...


# ef413494 10-Oct-2006 Hong Zhang <hzhang@mcs.anl.gov>

merge

Hg-commit: 4dd9e0cbeb0661436f402e4286c6fe045504d3f8


# 290bbb0a 09-Oct-2006 Barry Smith <bsmith@mcs.anl.gov>

added DMMGSetMatType() and -dmmg_mat_type <mtype>
started symmetric version of BlockMat.
added MatOptions[] to string match the options and
renumbered the options from 0.

Hg-commit: 9884893e09ba39

added DMMGSetMatType() and -dmmg_mat_type <mtype>
started symmetric version of BlockMat.
added MatOptions[] to string match the options and
renumbered the options from 0.

Hg-commit: 9884893e09ba39ad38482aeb4138851bf91cb680

show more ...


# 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


# 17667f90 30-Jul-2006 Barry Smith <bsmith@mcs.anl.gov>

Cleanup of MatConvert....
Removal of special AIJ matrix type
Moved setting the matrix type_name from MatSetType() to each MatCreate_

Pretty messy stuff, not tested for external packages
probably l

Cleanup of MatConvert....
Removal of special AIJ matrix type
Moved setting the matrix type_name from MatSetType() to each MatCreate_

Pretty messy stuff, not tested for external packages
probably lots of broken stuff

Hg-commit: 4d6c1df13f9fa0d93bc9d5bb964240852547fe7b

show more ...


# 8c07d4e3 29-Jul-2006 Barry Smith <bsmith@mcs.anl.gov>

removed MatPrintHelp, VecPrintHelp and all other pieces of XXPrintHelp
that have been lying around. Made sure that the messages in these
cases will be printed by PetscOptionsBegin{} clauses

Hg-c

removed MatPrintHelp, VecPrintHelp and all other pieces of XXPrintHelp
that have been lying around. Made sure that the messages in these
cases will be printed by PetscOptionsBegin{} clauses

Hg-commit: 2ef5b87b96c2b2cfb7360f26b21d06f2a48bd0c6

show more ...


# 5c8c9132 28-Jul-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 83b81368b2a2917e947d52dc09879584a74a99ad


# 09f38230 25-Jul-2006 Barry Smith <bsmith@mcs.anl.gov>

fix MatSetDiagonal_SeqAIJ for matrix missing (some) diagonal entries
get rid of unneeded calls to MatMarkDiagonal_xx should only be needed in assembly
or when creating a factored matrix

Hg-commit: b

fix MatSetDiagonal_SeqAIJ for matrix missing (some) diagonal entries
get rid of unneeded calls to MatMarkDiagonal_xx should only be needed in assembly
or when creating a factored matrix

Hg-commit: b8588dc3d1c171daa90229be953d2b7fd710d008

show more ...


# e6b907ac 28-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

changed Mat_SeqAIJ, BAIJ and SBAIJ structs to shared
a common block of records. Updated code to use
this.


Hg-commit: 65f31362560702f05a5b46398c031eb13cbcbf08


# d62d1f4b 11-May-2006 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.4301
knepley@khan.(none)|ChangeSet|20060511020236|12350
ChangeSet
1.4301 06/05/10 21:02:36 knepley@khan.(none) +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.(none)

bk-changeset-1.4301
knepley@khan.(none)|ChangeSet|20060511020236|12350
ChangeSet
1.4301 06/05/10 21:02:36 knepley@khan.(none) +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.(none):/PETSc3/petsc/petsc-dev


Hg-commit: 21427ad964e81a27cdcab3b23cfbc5ce13cc0faf

show more ...


# 3dee34c5 10-May-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.4299.1.2
bsmith@internal.address.see.rfc1918.mc.net|ChangeSet|20060510204806|23551
ChangeSet
1.4299.1.2 06/05/10 15:48:06 bsmith@internal.address.see.rfc1918.mc.net +1 -0
Merge bk:

bk-changeset-1.4299.1.2
bsmith@internal.address.see.rfc1918.mc.net|ChangeSet|20060510204806|23551
ChangeSet
1.4299.1.2 06/05/10 15:48:06 bsmith@internal.address.see.rfc1918.mc.net +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into internal.address.see.rfc1918.mc.net:/Users/bsmith/Src/petsc-dev

src/mat/impls/aij/mpi/mpiaij.c
1.276 06/05/10 15:47:45 bsmith@internal.address.see.rfc1918.mc.net +0 -0
Auto merged


Hg-commit: 938292428bb67d9b85d43e461733323af194c875

show more ...


# ad86a440 10-May-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.4297.1.2
bsmith@barrys-computer.local|ChangeSet|20060510133534|23412
ChangeSet
1.4297.1.2 06/05/10 08:35:34 bsmith@barrys-computer.local +10 -0
Many files:
print unknown option

bk-changeset-1.4297.1.2
bsmith@barrys-computer.local|ChangeSet|20060510133534|23412
ChangeSet
1.4297.1.2 06/05/10 08:35:34 bsmith@barrys-computer.local +10 -0
Many files:
print unknown option with MatSetOption()

src/mat/impls/sbaij/seq/sbaij.c
1.162 06/05/10 08:28:59 bsmith@barrys-computer.local +2 -2
print unknown option with MatSetOption()

src/mat/impls/sbaij/mpi/mpisbaij.c
1.145 06/05/10 08:28:58 bsmith@barrys-computer.local +2 -2
print unknown option with MatSetOption()

src/mat/impls/rowbs/mpi/mpirowbs.c
1.91 06/05/10 08:28:58 bsmith@barrys-computer.local +2 -2
print unknown option with MatSetOption()

src/mat/impls/dense/seq/dense.c
1.96 06/05/10 08:28:58 bsmith@barrys-computer.local +2 -2
print unknown option with MatSetOption()

src/mat/impls/dense/mpi/mpidense.c
1.75 06/05/10 08:28:56 bsmith@barrys-computer.local +2 -2
print unknown option with MatSetOption()

src/mat/impls/bdiag/seq/bdiag.c
1.58 06/05/10 08:28:55 bsmith@barrys-computer.local +2 -2
print unknown option with MatSetOption()

src/mat/impls/bdiag/mpi/mpibdiag.c
1.57 06/05/10 08:28:55 bsmith@barrys-computer.local +2 -2
print unknown option with MatSetOption()

src/mat/impls/baij/seq/baij.c
1.150 06/05/10 08:28:55 bsmith@barrys-computer.local +2 -2
print unknown option with MatSetOption()

src/mat/impls/baij/mpi/mpibaij.c
1.115 06/05/10 08:28:55 bsmith@barrys-computer.local +1 -1
print unknown option with MatSetOption()

src/mat/impls/aij/mpi/mpiaij.c
1.275 06/05/10 08:28:54 bsmith@barrys-computer.local +1 -1
print unknown option with MatSetOption()


Hg-commit: 8914446dbb0e3407d7b8f9c942a37ccb369647c5

show more ...


# e811da20 24-Mar-2006 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.4195
hzhang@shakey.mcs.anl.gov|ChangeSet|20060324030732|33890
ChangeSet
1.4195 06/03/23 21:07:32 hzhang@shakey.mcs.anl.gov +2 -0
fix memory leak caused by the changes made during a

bk-changeset-1.4195
hzhang@shakey.mcs.anl.gov|ChangeSet|20060324030732|33890
ChangeSet
1.4195 06/03/23 21:07:32 hzhang@shakey.mcs.anl.gov +2 -0
fix memory leak caused by the changes made during adding MatCreateSeqBAIJWithArrays()
and MatCreateSeqSBAIJWithArrays()

src/mat/impls/sbaij/seq/sbaij.c
1.161 06/03/23 21:07:29 hzhang@shakey.mcs.anl.gov +9 -5
fix memory leak caused by the changes made during adding MatCreateSeqBAIJWithArrays()
and MatCreateSeqSBAIJWithArrays()

src/mat/impls/baij/seq/baij.c
1.149 06/03/23 21:07:29 hzhang@shakey.mcs.anl.gov +4 -0
fix memory leak caused by the changes made during adding MatCreateSeqBAIJWithArrays()
and MatCreateSeqSBAIJWithArrays()


Hg-commit: 3b112b39de76f597071db8a9c953983c3ec78e7f

show more ...


1...<<41424344454647484950>>...61