| 6d6d819a | 03-May-2007 |
Hong Zhang <hzhang@mcs.anl.gov> |
update manual pages
Hg-commit: 40be31c319af8f40c5e9357d599401cc608f25dc |
| 8608aa04 | 02-May-2007 |
Hong Zhang <hzhang@mcs.anl.gov> |
mv warning "MatView may not displ ..." for sbaij matrix into a lower level routine
Hg-commit: ad473beb666b3cd784a8c6f812df1704c6b30553 |
| a49bc9de | 22-Apr-2007 |
Satish Balay <balay@mcs.anl.gov> |
fix compile errors/warnings
Hg-commit: 19419d4058f4caca4323350d7ff6452611b8b735 |
| f1d0d59d | 18-Apr-2007 |
Satish Balay <balay@mcs.anl.gov> |
fix passing incorrect pointers to malloc
Hg-commit: decb46394e04821c9d6d29e76b45b6650d874e0c |
| 6ef9a2a7 | 15-Apr-2007 |
Hong Zhang <hzhang@mcs.anl.gov> |
add a warning when calling MatView() on a factored matrix
Hg-commit: 1d92ea9d5c92956c8c690aadeb303c6336d0a7d4 |
| 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 |
| 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 |
| f6c57405 | 08-Jan-2007 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm duplicate output of MatView() for mumps and spooles clean code for spooles interface
Hg-commit: 9d868fbfb97c8d7d6611be06afaf72b82e60a545 |
| 0bb388a1 | 05-Jan-2007 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix memory leak in ex10.c, crash on complex precision for ex74.c.
Hg-commit: 26e2927f1cffa7cfe5aca5a8a37fe43d905416ee |
| 855b613c | 01-Dec-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
optimize MatForwardSolve and MatBackwardSolve for sbaij with bs=1
Hg-commit: 6dc370aff41415e2584242cf36faace99e16c49c |
| 288400d2 | 01-Dec-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for complex build
Hg-commit: 2a073c0227c7760354eec476ba97e0a3d8135b4c |
| fd531716 | 29-Nov-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatForwardSolve and MatBackwardSolve for sbaij (bs=1) with matrix ordering
Hg-commit: 769ec928e76bcc7b60e7ae409613c9bb49f5cf64 |
| 9495ac64 | 29-Nov-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
mv prototypes from sbaij.c to sbaij.h
Hg-commit: 7c3ae4d0a2349a478674822667d7acc3b75ac96b |
| 4a1f6102 | 27-Nov-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm unused variables
Hg-commit: 3c8386208348f5fb9fbeff61bea25fef0013a247 |
| b9147fbb | 23-Nov-2006 |
dalcinl <dalcinl@trantor.ceride.gov.ar> |
moved many implementation headers to include/private
Hg-commit: aa99826eaac01bf46b6b3b0207d0ecd69d3393cb |
| 759322af | 21-Nov-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatForwardSolve() and MatBackwardSolve() for sbaij matrix for all block sizes
Hg-commit: cb4eca77804c1f57aa6cbb6a4bf4507d5fd67c99 |
| 4078b935 | 21-Nov-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatForwardSolve() and MatBackwardSolve() for SeqSBAIJ_1_NaturalOrdering
Hg-commit: 9905a3594dd7a16f61aa33e75760bb5c4884649f |
| dbd8c25a | 20-Oct-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix: set matrix type as 0 after MatDestroy_xxx() is called
Hg-commit: 863552fe268e86601b2450701133dbe07dd08765 |
| 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 ...
|