moved "macro" kernel interfaces to petsc-private/kernelsHg-commit: a5f14392b251a7db2c640b6be7e611f6c23ef9ea
Change all PETSC_EXTERN_C to PETSC_EXTERNHg-commit: 8d2ebbb193fb583bccc64015e35640c4e08c3426
finished all EXTERN_C_BEGIN/END fixes up through Mat including all fortran interface filesHg-commit: a763120ba50023930be975663a3f80c58e415743
Uncrustified src/mat/*.Hg-commit: 5c6f04286a6cfcd98361b2479b884c0041d95b73
Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305
removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
reemove OBJSC and OBJSF from invididual makefiles and auto-define in conf/variablesHg-commit: 2f01c17f3c19dc4b89aaf306cfd60a12312c270d
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.hHg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
Now requirepackage is only used for proper packages, functions use requiresfunction, and the rest use requiresdefineHg-commit: dd65fd3461c02753386917514e6ebe12d345a30e
changed all EXTERN to extern the CAPS served no purposeHg-commit: cdf5985509992c2237dbbe07f14278cccee0306c
minor fixes for MatScalarHg-commit: a9c1b3bb4ac6cd538d565c31c06e592e02c5333a
petsc.h --> petscsys.h (fortran equivalents also)new petsc.h that includes all PETSc includes is addedHg-commit: a82a9bcb80ed39c69991db706672838a5b792d44
removed PETSC_ARCH/conf/base andadded support for not setting PETSC_ARCH and PETSC_DIR with --prefix optionHg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58
removed calls to BLAS in MSGemvm() function calls that didn't make that much sense anyways and broke without Fortran 90Hg-commit: b1652c9572663f3e071ad70745b6db3a333023ce
Change tabs to spaces to silence warnings about nonconforming tabs.Hg-commit: 88fb419d51c03a31b26cda7c0b735357e49dddf5
finished removing dead src/inline code and putting Fortran kernels in subdirectories where they are used. got rid of BGL fortran kernels, now handled by a macroHg-commit: b3833a5be95213a4ef66922f90
finished removing dead src/inline code and putting Fortran kernels in subdirectories where they are used. got rid of BGL fortran kernels, now handled by a macroHg-commit: b3833a5be95213a4ef66922f90e9b536af5e3fb6
show more ...
moved all the vector fortran kernels to correct location and the block invert kernels used by BAIJ and SBAIJHg-commit: e1f076dca7c745ad92f3e0051127f9b15b56c9dc
12