| #
30e6f737
|
| 02-Nov-2010 |
Jed Brown <jed@59A2.org> |
Better PetscStackCallHypre macro, uses "#" for function name, so that they stay consistent
Hg-commit: 85003f8e9e094c6e7e1888cce0aa07e6772586a8
|
| #
69970530
|
| 24-Oct-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 22da692ed155add94d5c93460d5353aeaadc853b
|
| #
9d192203
|
| 18-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: f0d72c260ed08a23d96988c9ae98b0118627f233
|
| #
2aedb7c8
|
| 18-Oct-2010 |
Jed Brown <jed@59A2.org> |
Fix include path for mhyp.h
Hg-commit: 2e196384145312521847375b3df09634634f0a96
|
| #
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
|
| #
aa219208
|
| 16-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
finished transistion of DAXXX to DMDAXXXX
Hg-commit: 86cda14def53e12145f562bc5ffa2be6f2362b57
|
| #
10aa4d67
|
| 14-Oct-2010 |
Jed Brown <jed@59A2.org> |
More clean up after messy sed in original conversion: (PetscBool *) -> (PetscBool*)
Hg-commit: 99f43e32bebfd5fb118e75e6da20a7d2d249e0b2
|
| #
d61e7eb3
|
| 14-Oct-2010 |
Jed Brown <jed@59A2.org> |
Clean up after messy sed in original conversion: (PetscBool ) -> (PetscBool)
Hg-commit: d2297d04e5f4a401f60e8ca64322828d2eec0c0c
|
| #
acfcf0e5
|
| 14-Oct-2010 |
Jed Brown <jed@59A2.org> |
PetscOptionsTruth -> PetscOptionsBool and related
Hg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77
|
| #
4ac538c5
|
| 06-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
finished converting to use PetscTryMethod() and PetscUseMethod() whenever possible.
Hg-commit: 37cf7fcea5d871042d238d3c6a46bb0914b2136d
|
| #
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
|
| #
d47de31d
|
| 18-Aug-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 234708a6abebb3da9e8899d5fb5cd7b58ea7baff
|
| #
a65764d7
|
| 14-Aug-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
finished error checking wrappers around hypre calls
Hg-commit: a53a12fb595dcfb6f9b878ddd54c3103568adb1a
|
| #
9f73f8ec
|
| 13-Aug-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
minor formating of short lines added PetscStackCallHypre() for some hypre calls to do more extensive error checking added sends/recvs to PetscSynchronizedFlush() to prevent flooding network with mess
minor formating of short lines added PetscStackCallHypre() for some hypre calls to do more extensive error checking added sends/recvs to PetscSynchronizedFlush() to prevent flooding network with messages
Hg-commit: ee1bdc170b4d43abd68debf113987237fe5b2e2c
show more ...
|
| #
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 ...
|
| #
65e19b50
|
| 11-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
the last work I will do on reformatting use of SETERRQX() and passing in the appropriate comm; I am bored to tears
Hg-commit: 9e0ef782022dbdc055a74473b60f135ee06122ac
|
| #
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
|
| #
bf5b21d3
|
| 25-Apr-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: bfe14fc1c10a348d95f62b10a73037a938b09cb6
|
| #
3475ff80
|
| 23-Apr-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge of patch to 3.1 that removed extraneous include "matimpl.h"
Hg-commit: cd6e3c721ebe97497a0385b2e30092de3c1f5f43
|
| #
b862ddfa
|
| 23-Apr-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
PC implementations should not access matimpl.h (the internals of matrices) unless they really need to, removed several unneeded accesses.
Hg-commit: ed08571d0731ceb766180178f75857634f029a0a
|
| #
503cfb0c
|
| 22-Apr-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
general cleanup of petscsys.h removed PetscStrfree() since PetscFree() does the same thing
Hg-commit: 383ece197d31b92016b12ff3a62a2e744f8d981d
|