Enable some MatNest Fortran bindings, custom are yet to be doneHg-commit: b800724bd477bca1a8dc8c2193153866285f511f
Reformatting: 'No space after a '(' or before a ')''Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356
Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305
fixed rest of mising CHKERRQ() fixed a few unused but set variablesHg-commit: 4acc0881334451e4d784ba0aa3b37fae2f983d1f
Add MPIU_BOOL and MPIU_ENUM to control clang-3.2 warnings when using MPI_INT directlyHg-commit: 659ebb827654e17cd01d6fb5cf1a54155f4e77a7
removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
ran clang --analyze over PETSc and fixed many of the complaints. Mostly missing CHKERRQ() and set but not used variables, no bugs found, lots of complaints about null references, not sure what is up
ran clang --analyze over PETSc and fixed many of the complaints. Mostly missing CHKERRQ() and set but not used variables, no bugs found, lots of complaints about null references, not sure what is up with that; gets in the way of real useful messages.Hg-commit: c183c49f249a22d7ef32be2c51749bad41445e53
show more ...
Fixed clang compiler warningsHg-commit: 25ab640977a4c8169de523230161f708df8790f2
MATNEST: Fixed compiler warningHg-commit: a058c23bb75433d3f83fe11fdaad16b9a92ed94a
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
Fix compiler warningsHg-commit: c85219b5baf7f1436860d4ec7cb1f12777b29081
fixed some non-standard PETSc code: source file with no source, #include without full path from PETSc root to include fileupdated iphone builderHg-commit: b815c2c0cd32f2d30547b5032e995df93748071f
Fixed stray semicolonHg-commit: 71ef667f4ffeed26ee77f4ebcbedc7b3ea349a87
merge from 3.3Hg-commit: 05fe901e148df7bed1f2fd85efacfcb89ab9dbaf
Fix MatMultTranspose_Nest/MatMultTransposeAdd_Nest, thanks Patrick Lacasse #123457Hg-commit: 297aab0d032d913320b3caa5b5d5ef9e97f7957e
An attempt at MatConvert_Nest_AIJ. Untested. Unscalable due to ISAllGather.Relatively insensitive to Mat-type, however. Scalable implementation of _MPIAIJ must use the local off-diag column indices
An attempt at MatConvert_Nest_AIJ. Untested. Unscalable due to ISAllGather.Relatively insensitive to Mat-type, however. Scalable implementation of _MPIAIJ must use the local off-diag column indices, hence becomes Mat-type-specific.Hg-commit: 5289fd118d481a7e74d17b744fd938b773fceed7
Remove MatNest dependence on MPI_ExscanHg-commit: ea3c9d1841f8b8addc7c8863a599e967ebafa390
PetscTypeCompare -> PetscObjectTypeCompareHg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
Removed unneeded setting of Mat Block size, should respect already set value, removed unneeded checking of negative blocksize this is handled in PetscLayoutSetUp().Hg-commit: 2d1c2b03ef3a0925025555
Removed unneeded setting of Mat Block size, should respect already set value, removed unneeded checking of negative blocksize this is handled in PetscLayoutSetUp().Hg-commit: 2d1c2b03ef3a0925025555e660e6834a4bd0a50c
Rename include/private/ to include/petsc-private/Hg-commit: 9a1730720b0d9756437b40462617551504641ade
fix build error on opensolarisHg-commit: f75e476eff5caf331781df0095d8a18893a5c35c
12345678910>>...13