| #
3e08d2be
|
| 18-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed trailing blanks from source code added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree
Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a
|
| #
8caf3d72
|
| 18-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)
Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f
|
| #
0f55b88d
|
| 03-Jul-2012 |
Satish Balay <balay@mcs.anl.gov> |
backout all chmod stuff in bf971ba58125 [but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]
Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258
|
| #
c0174eb7
|
| 03-Jul-2012 |
Mark F. Adams <mark.adams@columbia.edu> |
removed a spurious call to MatSetBlockSize.
Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a
|
| #
251f4c67
|
| 27-Apr-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
PetscTypeCompare -> PetscObjectTypeCompare
Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
|
| #
0b8f38c8
|
| 30-Mar-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
name spaced HeapSort and SiftDown and added error checking to HeapSort and fixed its declared return type
Hg-commit: 12244d13fdfdb7469607b8992f36eb71320dd66b
|
| #
8e7768b9
|
| 24-Mar-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac
|
| #
b45d2f2c
|
| 24-Mar-2012 |
Jed Brown <jed@59A2.org> |
Rename include/private/ to include/petsc-private/
Hg-commit: 9a1730720b0d9756437b40462617551504641ade
|
| #
51322221
|
| 28-Feb-2012 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge
Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11
|
| #
1037da18
|
| 14-Feb-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 0db928480d979c13a2377936075c7720438182bd
|
| #
9bd675ac
|
| 14-Feb-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: bb673c54e3f3e845b1858ead227a392b9e430da8
|
| #
b5c23020
|
| 14-Feb-2012 |
Jed Brown <jed@59A2.org> |
Ensure that obj->ops->destroy is zeroed in XXSetType() after the old implementation has been destroyed.
There are circumstances where VecSetType() is called more than once to change the type without
Ensure that obj->ops->destroy is zeroed in XXSetType() after the old implementation has been destroyed.
There are circumstances where VecSetType() is called more than once to change the type without an intervening XXCreate_YY(). An example is changing to VECSEQCUSP via VECCUSP.
Hg-commit: 1262149b3e206062ad0b002925300684fd3420e8
show more ...
|
| #
3194b578
|
| 26-Aug-2011 |
Jed Brown <jed@59A2.org> |
Add PetscObjectOptionsBegin() and description,mansec to PetscHeaderCreate()
* Options are now only printed once for each object. * Man section and long description of each object is now available in
Add PetscObjectOptionsBegin() and description,mansec to PetscHeaderCreate()
* Options are now only printed once for each object. * Man section and long description of each object is now available in the class.
Hg-commit: 322958b27c7d8b12f5de95b143f4ac840fe2458c
show more ...
|
| #
d39137a2
|
| 12-Jan-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10
|
| #
247e2d92
|
| 06-Jan-2012 |
Jed Brown <jed@59A2.org> |
Mass revert file modes that were made executable in f6e61ee9c329
Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5
|
| #
832f7384
|
| 01-Jan-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257
|
| #
14e519b0
|
| 31-Dec-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
changed MatMatMult to MatTranposeMatMult.
Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
|
| #
ce2f17d1
|
| 10-May-2011 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 8ad722e18529293bde53db7f4fb83823cee61dc0
|
| #
6eaa7dc8
|
| 10-May-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed output and test examples for characteristics examples
Hg-commit: 8aa3cbffa1537511d02bcb479fb4c9481e6334a9
|
| #
30a76a96
|
| 21-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
moved characteristic.h to petsccharacteristic.h its proper name
Hg-commit: 73080aaddb2b371352a1a376d8f6a33dab6caa44
|
| #
6bf464f9
|
| 18-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
converted rest of source code to take pointers into destructor reoutines. make test workds
Hg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3
|
| #
9b08a598
|
| 15-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after terrible merge
Hg-commit: 6ee623422368621da3dca005325b05a2fcd6d6bb
|
| #
4b91b6ea
|
| 09-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
PetscFlistFind() now only searches for symbol in libraries and executables if a flag is passed in.
Hg-commit: e9a41a3af8b62f34958a6f82c9f34be7616d4faa
|
| #
87b0253e
|
| 23-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 10241f03f6e1b803b128de6327150b543ba007dd
|
| #
af33a6dd
|
| 22-Mar-2011 |
Jed Brown <jed@59A2.org> |
Finish relocating characteristic into TS
Hg-commit: cf5b347dd9bd966bfb1f8fad7b43c8cd218a313d
|