code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f
PetscTypeCompare -> PetscObjectTypeCompareHg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
stripped out lots of dead code that used DMMG, removed mention of DMMG from a bunch of placesHg-commit: 668fa41fe9b47969bce796864d43cfe1c187d1cf
name spaced HeapSort and SiftDown and added error checking to HeapSort and fixed its declared return typeHg-commit: 12244d13fdfdb7469607b8992f36eb71320dd66b
Rename include/private/ to include/petsc-private/Hg-commit: 9a1730720b0d9756437b40462617551504641ade
fix examplesHg-commit: 17266092ef2bf0ecc742b1ea35ecd48d93edcfb0
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 tochange 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 tochange the type without an intervening XXCreate_YY(). An example ischanging to VECSEQCUSP via VECCUSP.Hg-commit: 1262149b3e206062ad0b002925300684fd3420e8
show more ...
Mass revert file modes that were made executable in f6e61ee9c329Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5
changed MatMatMult to MatTranposeMatMult.Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
fixed a bunch of outdated namesHg-commit: 5ab991c41c1fdf11aede714ab011920b9dcd7291
PetscSqrtReal in tsHg-commit: b46c5bc5eb230552766df7b043210b60f5f03b9b
make alltests now only prints directory when error detected, does not print each directory it entersHg-commit: 440d780fc7ae92fbbfcbf00281b63ab4cf278cf2
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
fixed output and test examples for characteristics examplesHg-commit: 8aa3cbffa1537511d02bcb479fb4c9481e6334a9
More fixes for XXXDestroy() change.Hg-commit: 355ee35eecc6dad42ec6b236a22031ca15a8c7c2
updated Matlab interface for new destructor paradigm for PETSc objectsfixed last problems with charactersiticimpl.h changeHg-commit: 9ccd246561454d82f56befc3a04b3285493528c9
moved characteristic.h to petsccharacteristic.h its proper nameHg-commit: 73080aaddb2b371352a1a376d8f6a33dab6caa44
moved characteristicimpl.h to private locationHg-commit: 3426fc17b9bd2cdc0d98bd3569040e8d1170671d
converted rest of source code to take pointers into destructor reoutines. make test workdsHg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3
PetscFlistFind() now only searches for symbol in libraries and executables if a flag is passed in.Hg-commit: e9a41a3af8b62f34958a6f82c9f34be7616d4faa
Finish relocating characteristic into TSHg-commit: cf5b347dd9bd966bfb1f8fad7b43c8cd218a313d
123456