reemove OBJSC and OBJSF from invididual makefiles and auto-define in conf/variablesHg-commit: 2f01c17f3c19dc4b89aaf306cfd60a12312c270d
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
backout all chmod stuff in bf971ba58125[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258
removed a spurious call to MatSetBlockSize.Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a
Add argument to PetscPClose to avoid raising an errorPetscFileRetrieve now tells you when a file does not exist.Hg-commit: e92f50020946c88bf7b3a5942941025da5ebe3f3
PetscTypeCompare -> PetscObjectTypeCompareHg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
removed listed run test that did not existfixed missing testexamples_X by unifying the name of X windows in the make files etc always as X not sometimes X11Hg-commit: 7f1b4c7c3dcb8b1842e10dc1e9136
removed listed run test that did not existfixed missing testexamples_X by unifying the name of X windows in the make files etc always as X not sometimes X11Hg-commit: 7f1b4c7c3dcb8b1842e10dc1e91364d5a41a2a26
show more ...
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
added support for -draw_fields for 1d DA vectors and test code; fixed PFApplyVec() for null first vector of different size than secondHg-commit: 57f903f4276d4a8e0b9e93eecf2dae53461a64b5
updated Matlab interface for new destructor paradigm for PETSc objectsfixed last problems with charactersiticimpl.h changeHg-commit: 9ccd246561454d82f56befc3a04b3285493528c9
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
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.hHg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
removed #define PETSCXXX_DLL from top of all source filesHg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1
Now requirepackage is only used for proper packages, functions use requiresfunction, and the rest use requiresdefineHg-commit: dd65fd3461c02753386917514e6ebe12d345a30e
changed Matlab spelling to MATLAB some general MATLAB cleanupHg-commit: efcb24f191dfedc98b283d9e63e7859032e8ef35
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongsremoved all DLL export/import stuff since it was never used and never will beremoved MatPermuteSparsify() since it sucked.
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongsremoved all DLL export/import stuff since it was never used and never will beremoved MatPermuteSparsify() since it sucked.Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13
changed all EXTERN to extern the CAPS served no purposeHg-commit: cdf5985509992c2237dbbe07f14278cccee0306c
removed generation of error when PetscDLLSym() does not find symbol in pathremoved duplicate DLL code from fwk.c since no longer neededHg-commit: bcd387c1e4d77febd992f4da143d33b7fe274a3f
commit after monster merge with Jed's changes to Truth/Bool broke some stuffHg-commit: 5caec4f276cb70c9322fa9314b3d9d9d41118eac
finished transistion of DAXXX to DMDAXXXXHg-commit: 86cda14def53e12145f562bc5ffa2be6f2362b57
PetscOptionsTruth -> PetscOptionsBool and relatedHg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77
Get Matlab engine linking etc working properly on MacHg-commit: 92cf9256d1c2c999ca010bd85464d28ea6827e40
I have added PetscObjectPrintClassNamePrefixType() which is now (in theory) used uniformly in all the XXXView ASCII info formats to display this information appropriately. A nice improvement, elimina
I have added PetscObjectPrintClassNamePrefixType() which is now (in theory) used uniformly in all the XXXView ASCII info formats to display this information appropriately. A nice improvement, eliminated lots of duplicate code and makes it easier to have uniform output.Hg-commit: ac7db369abce3aaa842088cc8d77922f55ce8a59
12345678910