| #
5bba2384
|
| 02-Jul-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
MatLoad interface upgrade complete : Replaced all MatLoadnew() to MatLoad()
Hg-commit: c13fd97592f26133f7c2c5fcb35b1f0bb383ee5a
|
| #
fac7e3cd
|
| 02-Jul-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Removed all dead previous MatLoad related code
Hg-commit: 103f343af4c26e024c9483c4b45581631c70a977
|
| #
9e0af13d
|
| 02-Jul-2010 |
Victor Minden <victorminden@gmail.com> |
commit after merge
Hg-commit: 3ea05b97e8e77be2aa9cc7ec97b5ff08e443f462
|
| #
7842634f
|
| 02-Jul-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Upgrading to new MatLoad interface : Replaced all use of MatLoad() with MatLoadnew()
Hg-commit: ade248946c12ce11ac537da7360f9babe1978b39
|
| #
86d161a7
|
| 01-Jul-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Fixed bug in MatSetSizes_SeqDense. Added new matload interface routines for dense mpi matrix.
Hg-commit: a448861068ae3fe5cef7d25ab2c832cbe1141fec
|
| #
98385da5
|
| 01-Jul-2010 |
Victor Minden <victorminden@gmail.com> |
commit after merge
Hg-commit: 1db41aa344ecc3abf5ab9693aa05ef35a469a187
|
| #
34ef9618
|
| 30-Jun-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Moved the code related or containing the matrix size information from MatCreate_xxx to MatxxxSetPreallocation_xxx for blockmat and dense matrices
Hg-commit: c56f6104ff5b4a74ff2170aa7b7a987782feae99
|
| #
2692d6ee
|
| 22-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.
Hg-commit: 9
fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.
Hg-commit: 9ee752148eed3df65feb0f7eb0686798c3c0621b
show more ...
|
| #
b23f91a4
|
| 18-May-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 3d6e115ed50e0a91aeb25dbd4b36559e2e6d6008
|
| #
3460a69e
|
| 17-May-2010 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix: PetscInitializePackage -> PetscSysInitializePackage
Hg-commit: 022025d933cb02105ddadc33ec4acea8aa106e59
|
| #
265428aa
|
| 16-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: c3dbc987bfe0a0841687eb44f966a4d1e14d4dc0
|
| #
ea2e366b
|
| 14-May-2010 |
Hong Zhang <hzhang@mcs.anl.gov> |
Add missing 'else' in mpidense.c; Remove unwanted printout in sys/examples/tutorials/ex1.c
Hg-commit: 1893004cf3e53bb405c00f1eea7f29012b5e51ea
|
| #
d736bfeb
|
| 11-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed enum argument to PetscError() in many places that arise only in C++ changed CHKERRXX() to be more rational, see petsc-dev email
Hg-commit: bf64cb01b8b40e01034bd22ad18ed6a259752ed7
|
| #
effbc4be
|
| 10-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
From: Charles Williams <C.Williams@gns.cri.nz> Subject: [petsc-maint #45916] Build error on petsc-dev Date: May 9, 2010 7:09:45 PM CDT To: petsc-maint Maintenance <petsc-maint@mcs.anl.gov> R
From: Charles Williams <C.Williams@gns.cri.nz> Subject: [petsc-maint #45916] Build error on petsc-dev Date: May 9, 2010 7:09:45 PM CDT To: petsc-maint Maintenance <petsc-maint@mcs.anl.gov> Reply-To: petsc-maint Maintenance <petsc-maint@mcs.anl.gov>, Charles Williams <C.Williams@gns.cri.nz> ran into a build error related to SETERRQ1 when building petsc-dev pulled earlier today. The problem was a missing PETSC_COMM_SELF in one of the calls for src/mat/impls/dense/mpi/mpidense.c:
diff mpidense.c mpidense-orig.c 1301c1301 < SETERRQ1(PETSC_COMM_SELF,PETSC_ERR_MAT_CH_ZRPVT,"Nonpositive definite matrix detected at row %d from PLA_Chol()",info_pla); --- SETERRQ1( PETSC_ERR_MAT_CH_ZRPVT,"Nonpositive definite matrix detected at row %d from PLA_Chol()",info_pla);
Things build OK once this is changed.
Thanks, Charles
Hg-commit: ec86fa385ad6a01aef583b6c94d46b9b5354130b
show more ...
|
| #
e7e72b3d
|
| 08-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicator reformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate
changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicator reformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate line
Hg-commit: 7550f3779f18eaf7ce68bae52b964532aa97c1d5
show more ...
|
| #
e32f2f54
|
| 07-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
added MPI_Comm as first argument to PetscError() and SETERRQX()
Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e
|
| #
ff219bfb
|
| 27-Apr-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 1f5ce9b1fa7762a7d57e66fe241c05a915d43e19
|
| #
e2e64c6b
|
| 22-Apr-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
systematically changed use of phrase of ./config/configure.py to ./configure to have one consistent (and standardish) way of refering to it. Having two ways of refering to the same thing is confusing
systematically changed use of phrase of ./config/configure.py to ./configure to have one consistent (and standardish) way of refering to it. Having two ways of refering to the same thing is confusing and unneccesary
Hg-commit: fcd327f3f4fcb82c63cd1afe8da55ad84e8250f3
show more ...
|
| #
f0eb1ee0
|
| 12-Apr-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0
|
| #
a35feef6
|
| 09-Apr-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 77cda73f246adb43d307c1976167d5bb93319ea4
|
| #
9ff95d03
|
| 08-Apr-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 4cea0c7ff90ba9f9619590f264ec37004313d87a
|
| #
8710a43c
|
| 08-Apr-2010 |
Satish Balay <balay@mcs.anl.gov> |
merge from 31-p1
Hg-commit: 862efa09182c710aba624593b4f9b5c375d445be
|
| #
f6680f47
|
| 08-Apr-2010 |
Satish Balay <balay@mcs.anl.gov> |
doc fixes [still p1]
Hg-commit: a72848c873413904e3af55111ad18683dbdc9296
|
| #
0700a824
|
| 08-Apr-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed cookie to classid cause that is what it is.
Hg-commit: ffa25d1edea7afc409fcc13e7f2b63587b1494c1
|
| #
d5f3da31
|
| 07-Apr-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed factor field in _p_Mat structure with factortype which is a much clearer name for what the field is
Hg-commit: 6b534140d991e694c6c4621ae2403611b202dd1c
|