| #
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
|
| #
c05d87d6
|
| 22-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
added MPIU_INTEGER for Fortran converted many more ugly multiple mallocs to use PetscMallocN()
Hg-commit: 6332e45bf3b90c2617b87da25cdc8572dba04922
|
| #
687f1162
|
| 17-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
fixups from incorrect sizes in some mallocs (not ones that causes crashes) after converting to PetscMallocN()
Hg-commit: 69d53b9cdd147b9a315d66104575655ba8c22135
|
| #
0572522c
|
| 16-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
two bug fixes for my changes to use PetscMallocN() instead of single PetscMalloc() and then assigning parts to different variables. In one it was a missing &, in another it was an old bug (that would
two bug fixes for my changes to use PetscMallocN() instead of single PetscMalloc() and then assigning parts to different variables. In one it was a missing &, in another it was an old bug (that would never cause a crash because sizeof(PetscInt*) == sizeof(PetscInt**) that only appeared after the change.
Hg-commit: 8bfb6c75bb5c2a1f0f26500274a43bb6a9b7df8a
show more ...
|
| #
1d79065f
|
| 14-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed many outdated malloc of several arrays at the same time to use PetscMallocN() instead fixed bug in installing Zoltran.py where it did not use [0] to snag stdout of shell command
Hg-commit: db7
fixed many outdated malloc of several arrays at the same time to use PetscMallocN() instead fixed bug in installing Zoltran.py where it did not use [0] to snag stdout of shell command
Hg-commit: db793741ae0135c011d800b787b94e2bfd91670d
show more ...
|
| #
186bafed
|
| 29-Oct-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 2abd163653da4b78c2f240bce7add61691d76163
|
| #
26283091
|
| 29-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PetscMap to PetscLayout
Hg-commit: b8f4632bd00d1563dcf8108fd4199169f8fd320b
|
| #
7a2fc3fe
|
| 29-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PetscMap to be pointer to _p_PetscMap changed PetscMapInitialize() to PetscMapCreate() and also have it malloc the space
Hg-commit: 2d1edc265bc1b52b0bfe730b4711ac37a11744fd
|
| #
ca4a67af
|
| 20-Apr-2009 |
Jed Brown <jed@59A2.org> |
commit after merge
Hg-commit: 584f88721eaca25d8f2b664f5a51113f73e035a0
|
| #
93f867b0
|
| 18-Apr-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 223544d8a4f58609922ccab5787c1856a7378f15
|
| #
8ff8987e
|
| 14-Apr-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 78e0b73dc53bd38fabef7c4756967606c17cd9a2
|
| #
dc0b31ed
|
| 13-Apr-2009 |
Satish Balay <balay@mcs.anl.gov> |
make sure PetscLogDouble [or double precision] is used with PetscLogFlops()
Hg-commit: ffd276ade7628201e372c3edeb836ff72eec68e0
|
| #
37bfbcf5
|
| 06-Dec-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 0d58630fc02c4f47235ac486c435e2fc60e3b4a7
|
| #
96bdf778
|
| 04-Dec-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed PCEXOTIC to reuse the matrix data structure for repeated computations of interpolations.
Hg-commit: 2e70146bbf4d4735735c13cfbeb0bdcddb093e8a
|
| #
2d200336
|
| 06-Nov-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750
|
| #
7c4f633d
|
| 03-Nov-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed -I$PETSC_DIR from make system and changed the corresponding #include "src/dsdsdsds" to "../src/sdsdsds" in the source code
Hg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d
|
| #
d0f46423
|
| 10-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some memory bleeding changed PetscMap in Vec and Mat to be an allocated shared structure with referencing counting. Shared by Vecs obtained with VecDuplicate() and MatGetVecs()
Hg-commit
fixed some memory bleeding changed PetscMap in Vec and Mat to be an allocated shared structure with referencing counting. Shared by Vecs obtained with VecDuplicate() and MatGetVecs()
Hg-commit: 9cebf4ba1b4632fc12cb8afbc01d420ee612ad72
show more ...
|
| #
207126cb
|
| 23-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after most of merge of petsc-dev with petsc-dev-new-solvers with new way of handling external solvers
Hg-commit: 7c86fa28bc8468b955cc6a62edd1de55d6c3d700
|
| #
cccbaa74
|
| 23-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 585879f5445257acbb9951c7861f508377f1f645
|
| #
3596582e
|
| 22-May-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 870a772e365f4bfd3c3a19a452cb87e9d83c0f4a
|
| #
4238b7ad
|
| 21-May-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix: double spaces in symbolic factorization
Hg-commit: 08897cfe67a1cc4ad350c45b67d23b6ca118507d
|
| #
2ba1acd5
|
| 21-May-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatPtAPSymbolic_MPIAIJ_MPIAIJ() as reported by [PETSC #17749]
Hg-commit: 36a20e5e5bc0e440e63726cab0982dc88b65f0e4
|
| #
5afd5e0c
|
| 09-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
completed rough tutorial
Hg-commit: 4863b347d5336a5880eb54981a37d446e1ce18a9
|
| #
8ec6c7c1
|
| 08-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 6bf6f927f50b7c3afa97096a8d57512ab412f115
|