| #
3334f37f
|
| 29-Sep-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: 2d32a1bf6d6a67dfae50d31fc22b6e5a617d8a04
|
| #
ace3abfc
|
| 28-Sep-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOL note this requires a new sowing version
Hg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a
|
| #
63d6bff0
|
| 16-Sep-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
added --with-server for configure added PETSC_USE_PTHREAD that should turn off any non-thread safe code, like building the stack
Hg-commit: 48bd7885c44ef999002edd180c6945605b41bebb
|
| #
21b1d680
|
| 06-Sep-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 1ac99e58bacaa1133113d86e76355c2a6ff8e56d
|
| #
8738c821
|
| 02-Sep-2010 |
Jed Brown <jed@59A2.org> |
PETSC_DLLEXPORT -> PETSCSYS_DLLEXPORT
For consistency with other packages, and since the library is named libpetscsys.
Hg-commit: d411519a6aa3d1f4f3f42dfd9d10e405a0d44202
|
| #
b4be0e3a
|
| 31-Aug-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: ee2c880beeb7f5709c949b456809141d38ab9b9a
|
| #
0e206665
|
| 28-Aug-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: f164ce7549fa74f62a595e83f292eeb4d2854681
|
| #
a0036e3b
|
| 28-Aug-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
damn
Hg-commit: e3a7c92ab17287bab1a86b3f92d92972bb76aea5
|
| #
53c77d0a
|
| 27-Aug-2010 |
Jed Brown <jed@59A2.org> |
Consistency checking for __FUNCT__ when __func__ or __FUNCTION__ are available.
Uses the compiler definitions in CHKERRQ/SETERRQ when available to get better traces through user code that doesn't ma
Consistency checking for __FUNCT__ when __func__ or __FUNCTION__ are available.
Uses the compiler definitions in CHKERRQ/SETERRQ when available to get better traces through user code that doesn't manually defined __FUNCT__.
Fix lots of places that __FUNCT__ was used inconsistently.
Hg-commit: fdbdc93647ff934a12906fd51bc39302de07ae77
show more ...
|
| #
d47de31d
|
| 18-Aug-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 234708a6abebb3da9e8899d5fb5cd7b58ea7baff
|
| #
eb6b5d47
|
| 12-Aug-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed MatHeaderCopy() to MatHeaderMerge() and improved comment
Hg-commit: ef8e7a4583e637f6fd1061993fef3bf18c5d29af
|
| #
812af9f3
|
| 10-Aug-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
merged CHKMEMQ; into PetscStackPush() and PetscStackPop()
Hg-commit: 10be2c80ec26b2c6360505ac9aebb0bfdb4f1855
|
| #
c59c4a6e
|
| 22-Jun-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 6506be5d499ca16f4a8dca61413479ef378e92ef
|
| #
e113a28a
|
| 20-Jun-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
added KSPSetErrorIfNotConverged() -ksp_error_if_not_converged added SNESSetErrorIfNotConverged() -snes_error_if_not_converged
Hg-commit: 140ccd5333057af972a2d1a0a838889ab76383d8
|
| #
cdb56cfe
|
| 21-May-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 97da7c4ff7039f3498eb4bf946d70f0cc19afa64
|
| #
9bb14c27
|
| 20-May-2010 |
Jed Brown <jed@59A2.org> |
SETERRABORT needed wrapping in do {} while (0)
Hg-commit: 1b2780d2fccbf8f3c946161ea81ff28b2cdaeeab
|
| #
209c9182
|
| 14-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: b5a14361e615c8fbd98392f718d541fc07fc3843
|
| #
e2f15add
|
| 13-May-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 091935e9281c6e900c1e00205f59cde73745cb0d
|
| #
8246ba0d
|
| 13-May-2010 |
Jed Brown <jed@59A2.org> |
A few more do { } while (0) blocks in macros (removes compiler warnings about statements with no effect).
Hg-commit: 29fc8561843568d73dcf2d8eb484bac71bd3e93d
|
| #
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
|
| #
c0a684ea
|
| 11-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed PetscErrorType for C++ error routines
Hg-commit: 695d673a091aa689b82066d7708c69718857fe08
|
| #
668f157e
|
| 11-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed int n argument to error handlers to PetscErrorType and fixed the documentation to indicate what this argument is for.
Hg-commit: 80a68a06d69145aa9c2fc9890453d3540435edc6
|
| #
4b209cf6
|
| 11-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed SETERRQ macros to work when ./configure is run with --with-errorchecking=0
Hg-commit: 3bbd3ada40636583beae7ed7b9f0d219e3c5eda2
|
| #
569c3c03
|
| 11-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 2ef3359e5b95ab3dd364cca5103b3c9cd01e67aa
|
| #
be015529
|
| 11-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
a few reformating of SETERRQX() and replacing of PETSC_COMM_SELF with more appropriate communicator
Hg-commit: 49045fdc9861811799c249237e36dc69203313e1
|