reemove OBJSC and OBJSF from invididual makefiles and auto-define in conf/variablesHg-commit: 2f01c17f3c19dc4b89aaf306cfd60a12312c270d
removed trailing blanks from source codeadded rule rmtrailingblanks accessible via make ACTION=remtrailingblanks treeHg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a
Make MatInvertBlockDiagonal return const because the user is not intended to modify this copyHg-commit: a86c8fe2e1845e1ac77307240b83c5ed8b8aca08
PetscTypeCompare -> PetscObjectTypeCompareHg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
Add PCView_PBJacobi() to show the block sizeHg-commit: aba21839b360026d38092ad4dd68bf59532e329a
Rename include/private/ to include/petsc-private/Hg-commit: 9a1730720b0d9756437b40462617551504641ade
Mass revert file modes that were made executable in f6e61ee9c329Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5
changed MatMatMult to MatTranposeMatMult.Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
Added support for block size 7 to PBJACOBIHg-commit: e5d82ef689d093cc42ba27057a6190b2cfc27a68
added support for bs=6 in PC PBJACPBI, de-hardwired pc type in ex56 and added support for Prometheus.Hg-commit: 184cb6270ad89d960bcfe84bcfeb29844320104b
update heat and biharmonic to plot right hand side forcings in separate plotHg-commit: 6ffae6b0622a740d76b3d095e4e55ea7f30821eb
updated PCPBJACOBI to work for AIJ matrices with set block size alsoHg-commit: 0e020f5b49d3e02ffdf403ba777ccbc6d0077bb9
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
fixed .bib entries with Gail's correctionsremoved all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically
fixed .bib entries with Gail's correctionsremoved all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automaticallyHg-commit: 0f5bef9ea1fcd7ad8418fab6181ef990ea35c1db
show more ...
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 PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOLnote this requires a new sowing versionHg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a
minor fixes for MatScalarHg-commit: a9c1b3bb4ac6cd538d565c31c06e592e02c5333a
the last work I will do on reformatting use of SETERRQX() and passing in the appropriate comm; I am bored to tearsHg-commit: 9e0ef782022dbdc055a74473b60f135ee06122ac
changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicatorreformated 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) communicatorreformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate lineHg-commit: 7550f3779f18eaf7ce68bae52b964532aa97c1d5
added MPI_Comm as first argument to PetscError() and SETERRQX()Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e
removed PETSC_ARCH/conf/base andadded support for not setting PETSC_ARCH and PETSC_DIR with --prefix optionHg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58
moved all the vector fortran kernels to correct location and the block invert kernels used by BAIJ and SBAIJHg-commit: e1f076dca7c745ad92f3e0051127f9b15b56c9dc
make sure PetscLogDouble [or double precision] is used with PetscLogFlops()Hg-commit: ffd276ade7628201e372c3edeb836ff72eec68e0
removed -I$PETSC_DIR from make system and changed the corresponding#include "src/dsdsdsds" to "../src/sdsdsds" in the source codeHg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d
12345