removed silly abreviationsHg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f
change PetscFListAdd() and PetscFListFind() arguments list to match PetscOpFListAdd/Find() argsHg-commit: 07f9e01e040feeb4162253a60ca63556436f4135
removed the silly #if defined(PETSC_USE_COMPLEX) special cases when the complex version gives the exact same results as the real version for real, i.e. PetscConj, PetscRealPart, do nothing and are ha
removed the silly #if defined(PETSC_USE_COMPLEX) special cases when the complex version gives the exact same results as the real version for real, i.e. PetscConj, PetscRealPart, do nothing and are harmless for the real casethe less #if def code duplication we have the betterHg-commit: 158afdac623e9fb04c1dbe14153c0895e6c4feef
show more ...
removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
removed all incorrect spaces before CHKERR...Hg-commit: 653d9985c7cfe8fed21a37081a5b64f5e24e6c17
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
code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f
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
Extra viewer options for mat_mffd to view the base and base residual.Hg-commit: 6584ac7c18386f2c7ee47a6adae089a0846becd5
Reverting 507bc7270650 and 98eee72a4dd4.Hg-commit: 5901cc924f478e90cf6ff661296c7d6ac71cf125
Fixing a bug and a conceptual problem with MatMFFD and SNESMF.1. MatAssemblyEnd_SNESMF() cannot use MatMFFDSetBase(), since this will reset MatAssemblyEnd to _MFFD, which will no longer update the ba
Fixing a bug and a conceptual problem with MatMFFD and SNESMF.1. MatAssemblyEnd_SNESMF() cannot use MatMFFDSetBase(), since this will reset MatAssemblyEnd to _MFFD, which will no longer update the base automatically; revert to 2.3.3-style behavior.2. MatMult_MFFD() might need to recompute the base residual even when it was provided by the user (e.g., by SNES in MatAssemblyEnd_SNESMF):if the Jacobian is discontinuous (as a function of the base, equivalently, if the residual isn't C^1), then the residual resulting from the previous line search might not be right for the next SNES iteration.Hg-commit: 507bc7270650a4ba323b47b8030b2ed8137e92d5
Goofy casts because PGI doesn't know that 0 is a pointer valueHg-commit: eca53c61d6fc97873434d35fbee0c05e4b02579d
Some matrices needed to be marked as set upHg-commit: d2bd58f2a7f52769716b7f3d47105e7786445045
Mass revert file modes that were made executable in f6e61ee9c329Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5
Remove unnecessary reverse dependenciesHg-commit: 2773b08414f9de120a1955cd275fe886559fd7ca
changed MatMatMult to MatTranposeMatMult.Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
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
changed sqrt() to PetscSqrtReal() to work properly with __float128changed some %G to use %14.12e and (double) to work with __float128Hg-commit: a8faa4e64896cf76f3f64094484ef5e06761417b
SNES handles -snes_mf_operator and -snes_mf with -snes_grid_sequencing and SNESSetDM()Hg-commit: a207bd97a60043bd8f0ecbb7350bb7fc4bf183b4
MatDestroy(): cleanup the MatPreallocated() hack, fix all matrix typesHg-commit: 8b12afa1931080f94d5efc78eba78580324579e8
converted rest of source code to take pointers into destructor reoutines. make test workdsHg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3
12345678910>>...13