| #
c6db04a5
|
| 14-Mar-2011 |
Jed Brown <jed@59A2.org> |
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h
Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
|
| #
47dad92f
|
| 13-Mar-2011 |
Sean Farley <sean@mcs.anl.gov> |
Merged
Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237
|
| #
7d0a6c19
|
| 12-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
removed #define PETSCXXX_DLL from top of all source files
Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1
|
| #
8c172940
|
| 06-Dec-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e
|
| #
7087cfbe
|
| 05-Dec-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs removed all DLL export/import stuff since it was never used and never will be removed MatPermuteSparsify() since it sucked.
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs removed all DLL export/import stuff since it was never used and never will be removed MatPermuteSparsify() since it sucked.
Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13
show more ...
|
| #
671f6225
|
| 17-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after monster merge with Jed's changes to Truth/Bool broke some stuff
Hg-commit: 5caec4f276cb70c9322fa9314b3d9d9d41118eac
|
| #
acfcf0e5
|
| 14-Oct-2010 |
Jed Brown <jed@59A2.org> |
PetscOptionsTruth -> PetscOptionsBool and related
Hg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77
|
| #
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
|
| #
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
|
| #
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
|
| #
117b4b15
|
| 08-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: a943693fc1dc75fc6929b1e3c8d2179e228e3223
|
| #
fc3de776
|
| 08-May-2010 |
Jed Brown <jed@59A2.org> |
PetscTraceBackErrorHandlerCxx: Make implementation match declaration: MPI_Comm is first argument
This function accepts a stream, this implementation ignores the communicator because the user may wel
PetscTraceBackErrorHandlerCxx: Make implementation match declaration: MPI_Comm is first argument
This function accepts a stream, this implementation ignores the communicator because the user may well have set a different stream for every process. Perhaps it should only write to the stream from rank 0?
Hg-commit: 410bde412c61804a60f8e88c6a87b0ee767652bb
show more ...
|
| #
997adca8
|
| 07-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
traceback error handler now prints one error message for all processes in the comm that was passed into PetscError() much less jumbled mess for parallel runs with simple errors.
Hg-commit: 6b164c2c6
traceback error handler now prints one error message for all processes in the comm that was passed into PetscError() much less jumbled mess for parallel runs with simple errors.
Hg-commit: 6b164c2c6479c139b8650eac8671895ebfdb507e
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
|
| #
d382aafb
|
| 26-Feb-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
petsc.h --> petscsys.h (fortran equivalents also) new petsc.h that includes all PETSc includes is added
Hg-commit: a82a9bcb80ed39c69991db706672838a5b792d44
|
| #
5f5f199f
|
| 26-Feb-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C eliminate use of petscsys.h (Fortran and C) eliminated redundant use of #include "petscfix" all over t
moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C eliminate use of petscsys.h (Fortran and C) eliminated redundant use of #include "petscfix" all over the place because included by petsc.h
Hg-commit: dea4bc8a57aa0490c3a40fdee08c4b41e42e03ce
show more ...
|
| #
25bba741
|
| 20-Oct-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge - Builder was almost certainly screwed up
Hg-commit: 2571e8ea748f6220b54dbcda3f10127411ca11ff
|
| #
f25b1546
|
| 19-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: c05b0044ccc0039b87cfe343b689e3dcca014cf4
|
| #
a6d0e24f
|
| 18-Oct-2009 |
Jed Brown <jed@59A2.org> |
PetscSleep now takes a PetscReal
PetscDrawGetPause and PetscDrawSetPause also take PetscReal -draw_pause takes real values
Hg-commit: 5704078f50576596756b730ece1fd2c58071fd38
|
| #
fe36e6c7
|
| 13-Apr-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge - Watch out for SNES ex45, I think the merge was bad
Hg-commit: 04bc4bca24f51d95f00a035b6b5fb2e5990fd8a8
|
| #
90d69ab7
|
| 28-Mar-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false changed most uses of these routines to the Truth vari
changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false changed most uses of these routines to the Truth varient
Hg-commit: fd6366abd7eb1f3ec925faa0ecd078d5cc025eb2
show more ...
|