updated from EXTERN_C_BEGIN/END through sys directoryHg-commit: ee6b7ef2f48ce66402e7e807302de19506ce15df
line search should not seterrq() on Nan or Inf but rather set line search failed and returnHg-commit: 97a95f7942dc812c40012e0b79526d52788f3843
added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be
removed typeid from PetscHeaderCreate() args since it is not know at create time anywayHg-commit: 368e928141e31cf1ff6cf108913006e5886dc6cc
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for FortranFixed a few bugs where PETSC_NULL had been used incorrectly.Hg-commit: 05
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for FortranFixed a few bugs where PETSC_NULL had been used incorrectly.Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4
show more ...
Uncrustified src/snes/*Hg-commit: 0b89af55379cc95040ca47c4c1f8000d6a978df2
Reformatted: "Do not put a blank line immediately before PetscFunctionReturn;"Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece
Reformatted: "There should be a blank line before PetscFunctionBegin;"Hg-commit: 05bda4416aaceb2dbd9d85b5720629adc88eef98
Reformatting for rule 'The closing bracket } should always be on its own line'. Single-line if-statements and the like are allowed. Checks updated accordingly.Hg-commit: 2986011b776d416fb2d5342ccd2
Reformatting for rule 'The closing bracket } should always be on its own line'. Single-line if-statements and the like are allowed. Checks updated accordingly.Hg-commit: 2986011b776d416fb2d5342ccd2524335aa664b1
Reformatting: 'No space after a '(' or before a ')''Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356
removed silly abreviationsHg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f
change PetscFListAdd() and PetscFListFind() arguments list to match PetscOpFListAdd/Find() argsHg-commit: 07f9e01e040feeb4162253a60ca63556436f4135
removed two typedefed function pointers from linesearch; what a pain.Hg-commit: 8386a24ef3bd52e341d618a8a28f546cc63c2597
began eliminating typedef functions in SNES, replaced with consistent naming of function pointer variablesstill a bunch more to goHg-commit: 390e5bc06391eaa29641487f59da6c1a75c5faa0
fixed rest of mising CHKERRQ() fixed a few unused but set variablesHg-commit: 4acc0881334451e4d784ba0aa3b37fae2f983d1f
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
Merge from petsc-3.3, discards functional changes to fieldsplit.c since petsc-dev's fieldsplit was refactoredHg-commit: 518adbf64b18ed466b131caa34f3b2cf707b60d7
Fixing docs of the postcheck calling sequence.Hg-commit: dcf0f3d980b517fc84b3e54c1e062bf38750c1a5
merge from 33Hg-commit: fcf85c783eea43b41926a5894f4c39ade16496ad
Fixes to the SNESLS docs for the new linesearch interfaceHg-commit: 5b7fcf8eae565557d3cf6fe8c5fc96ef2118e032
Doc fixes for SNESLineSearchHg-commit: 15295c5333a30348e3b9cb97078c81c040a30ae4
added more castes to (double) for ASCII output in case of float128 precisionHg-commit: 40ac9445e7c89bb4f8a477d0ca48e7d97117eed9
backout all chmod stuff in bf971ba58125[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258
1234567891011