| #
6148ca0d
|
| 06-Mar-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
revised the design of PetscMap.... should fix petsc-maint 15893
Hg-commit: c45a79cbc7d588b27e55b535c0cbb18777095c43
|
| #
ff6e566a
|
| 03-Mar-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed error introduced in mpibaij.c if (complex number) fixed error in PetscMapGetSize() was getting the local size fixed DMComposite so that it properly frees all memory had a loop on reference co
fixed error introduced in mpibaij.c if (complex number) fixed error in PetscMapGetSize() was getting the local size fixed DMComposite so that it properly frees all memory had a loop on reference counts prevent freeing lots of things
Hg-commit: 210e88bbefcb2bfcd43e633fb99f355e44593603
show more ...
|
| #
985db425
|
| 22-Feb-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
changed MatGetRowMax() to MatGetRowMaxAbs() corrected for all cases added MatGetRowMax() and MatGetRowMin() implemented for SeqAIJ and SeqDense
Hg-commit: d30c19208a05a3736f31c2cee3e9876a19389d7c
|
| #
c1a0682f
|
| 31-Jan-2007 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 743c64ee8080de1971b2264f8f8c534bec7cf5dd
|
| #
887ef4d2
|
| 31-Jan-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 38de8b7fb5cb49a6c2b473d0db850f056fad1f61
|
| #
44ec7894
|
| 30-Jan-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
fix name of composed function
Hg-commit: 899716530ad4d60a8a5c7c85b15bf902733cc863
|
| #
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 ...
|
| #
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
|
| #
e9f7bc9e
|
| 26-Jul-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix of MatView for mpisbaij matrix as reported by [PETSC #15142]
Hg-commit: 11b154bdf6fd8055fb7d5ed5053b29de0dab404b
|
| #
b8655578
|
| 30-Jun-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
automerge
Hg-commit: b618c85a39f3c4527abfd1235ea09af11572fe23
|
| #
3345be98
|
| 30-Jun-2006 |
Satish Balay <balay@mcs.anl.gov> |
merge
Hg-commit: 717f55507fc92befe366e5258638e7350bdd172a
|