Reformatting: 'No space after a '(' or before a ')''Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356
Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305
Style improvements: braces around 'else', partial '){' -> ') {'Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a
removed silly abreviationsHg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f
change PetscFListAdd() and PetscFListFind() arguments list to match PetscOpFListAdd/Find() argsHg-commit: 07f9e01e040feeb4162253a60ca63556436f4135
fixed rest of mising CHKERRQ() fixed a few unused but set variablesHg-commit: 4acc0881334451e4d784ba0aa3b37fae2f983d1f
removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
removed all incorrect spaces before CHKERR...Hg-commit: 653d9985c7cfe8fed21a37081a5b64f5e24e6c17
reemove OBJSC and OBJSF from invididual makefiles and auto-define in conf/variablesHg-commit: 2f01c17f3c19dc4b89aaf306cfd60a12312c270d
fixed formating of variable declarations messed up by putting const int XXXTypefixed DMDAGet/SetCoordinates() that matt did not removeHg-commit: de8db80506612f87fb4b9c77dd85f76c605a3942
changed #define char* XXXType to typedef const char* XXXTypeHg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad
removed trailing blanks from source codeadded rule rmtrailingblanks accessible via make ACTION=remtrailingblanks treeHg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a
code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f
PetscTypeCompare -> PetscObjectTypeCompareHg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
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
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
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
moved characteristic.h to petsccharacteristic.h its proper nameHg-commit: 73080aaddb2b371352a1a376d8f6a33dab6caa44
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
12345