| ca9f406c | 09-May-2007 |
Satish Balay <balay@mcs.anl.gov> |
use VecScatter as the first arg for VecScatterBegin()/End()
Hg-commit: 9f2dfaca49031bb2845b6b5f1a86d3034d6e408e |
| f1d0d59d | 18-Apr-2007 |
Satish Balay <balay@mcs.anl.gov> |
fix passing incorrect pointers to malloc
Hg-commit: decb46394e04821c9d6d29e76b45b6650d874e0c |
| c30d3431 | 06-Apr-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: a5c6c4d63f490e779a44814907fd45dfcda85c92 |
| 8f7157ef | 03-Apr-2007 |
Satish Balay <balay@mcs.anl.gov> |
Update MatGetRowIJ() and MatGetColumnIJ() etc routines to take an additional argument blockcompressed. If this flag is set then the reduced matrix [baij/inode] is returned. This fixes hypre breakage
Update MatGetRowIJ() and MatGetColumnIJ() etc routines to take an additional argument blockcompressed. If this flag is set then the reduced matrix [baij/inode] is returned. This fixes hypre breakage with inode & MatGetRowIJ()
Hg-commit: df52a525486d9327b0309b55f9268b8b74d8b888
show more ...
|
| 9c666560 | 01-Apr-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
more minor changes to increase consistency of method calling sequences and naming
Hg-commit: 4d17aa8465a0d1835166ba4c0ee47a08a267b110 |
| 07d81ca4 | 30-Mar-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
petsc-maint 15996, outdated users manual, unclear printout in mat_view_info_detailed for MPI matrices regarding VecScatter's used in matrix vector products.
Hg-commit: cf9ddbb0d70b38d847ead18a833e56
petsc-maint 15996, outdated users manual, unclear printout in mat_view_info_detailed for MPI matrices regarding VecScatter's used in matrix vector products.
Hg-commit: cf9ddbb0d70b38d847ead18a833e564bd4a63cf7
show more ...
|
| 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 |
| c3122656 | 01-Feb-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
fix incref/decref pattern in many places
Hg-commit: 22e103f7957be81eb52288a9ed4ffb27537b6d8f |
| 44ec7894 | 30-Jan-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
fix name of composed function
Hg-commit: 899716530ad4d60a8a5c7c85b15bf902733cc863 |
| b9147fbb | 23-Nov-2006 |
dalcinl <dalcinl@trantor.ceride.gov.ar> |
moved many implementation headers to include/private
Hg-commit: aa99826eaac01bf46b6b3b0207d0ecd69d3393cb |
| 10d09f50 | 18-Nov-2006 |
Satish Balay <balay@mcs.anl.gov> |
merge from release
Hg-commit: 97b97633ffbbb3ee1acad0e6373f988bedac4736 |
| ed33f8a5 | 17-Nov-2006 |
Satish Balay <balay@mcs.anl.gov> |
off by 1 index in baij factorization code #15548
Hg-commit: 5b7617ff91ec9b97a037236c4d6704d2f15eb452 |
| 24f40746 | 24-Oct-2006 |
Satish Balay <balay@mcs.anl.gov> |
merge from release
Hg-commit: f4053f8fc73d16fa71c3b4ed1f36649658036265 |
| 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 |
| dbd8c25a | 20-Oct-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix: set matrix type as 0 after MatDestroy_xxx() is called
Hg-commit: 863552fe268e86601b2450701133dbe07dd08765 |
| df73b4f7 | 19-Oct-2006 |
Satish Balay <balay@mcs.anl.gov> |
update dscpack interface to work with current petsc code
Hg-commit: fe7db569d7783d46a51e187f4cfb14011bbcb74f |
| 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 ...
|
| 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 ...
|
| 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 ...
|
| 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 ...
|
| 6f60792e | 13-Sep-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
remove unused variables as reported in the nightly tests
Hg-commit: 8d361042a611556838ce21be0d9cf95a3327dbff |
| c84f5b01 | 08-Sep-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
take out buggy cholesky factorization with mat reordering for sbaij/baij matrix add inplace icc(0) for seqsbaij (bs=1) matrix
Hg-commit: bcfd80f0ab4413688fa168601f4611f4b6c47107 |
| 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 ...
|