Mass revert file modes that were made executable in f6e61ee9c329Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5
changed MatMatMult to MatTranposeMatMult.Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
docs for MatMatSolve() and explain what GLOBAL means in superlu_distHg-commit: 147c27fd6766c00e024ff5deb4dce749257e7706
Documentation fixes for options for specific matrix solversHg-commit: 100174d3da01faeba57dc2a3a183284bcb1b0654
update to latest superlu_dist_3.0Hg-commit: 0d7b6560fbade32386a33c789a3dc1ea2a4fb3a3
fixed bad mergeHg-commit: d81cbcaf7d9958449fb47f9094433f68325f8ffd
changed sqrt() to PetscSqrtReal() to work properly with __float128changed some %G to use %14.12e and (double) to work with __float128Hg-commit: a8faa4e64896cf76f3f64094484ef5e06761417b
change default FactPattern = SamePattern to SamePattern_SameRowPermwhich is called when user calls KSPSetOperators(ksp,M,M,SAME_NONZERO_PATTERN);See [petsc-users] Fwd: superlu_dist with same_nonzer
change default FactPattern = SamePattern to SamePattern_SameRowPermwhich is called when user calls KSPSetOperators(ksp,M,M,SAME_NONZERO_PATTERN);See [petsc-users] Fwd: superlu_dist with same_nonzero_patternpetsc-maintHg-commit: 2ff9a089d1dac7160b8ea1f1fb48466d9a9be532
show more ...
More set-but-unused variables.I don't understand why GCC won't show them to me all at once. I haven'tseen false positives of this warning type yet, but it seems possible tocompile the same file a
More set-but-unused variables.I don't understand why GCC won't show them to me all at once. I haven'tseen false positives of this warning type yet, but it seems possible tocompile the same file a dozen times without warnings, and then have itshow a warning. Weird.Hg-commit: 8e222356b3844b97c2454077bd6f364cd3d1a7e3
MatDestroy(): cleanup the MatPreallocated() hack, fix all matrix typesHg-commit: 8b12afa1931080f94d5efc78eba78580324579e8
Fix a few Destroy-related artifacts in superlu_dist.cHg-commit: 5a58f9fcb1007aaf6062067163d237e8aae40f76
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
bugfix MatDestroy_SuperLU_DIST().Hg-commit: 3ea9149e7074bbe99a3118f6fb403fe3a3786fbe
More clean up after messy sed in original conversion: (PetscBool *) -> (PetscBool*)Hg-commit: 99f43e32bebfd5fb118e75e6da20a7d2d249e0b2
Clean up after messy sed in original conversion: (PetscBool ) -> (PetscBool)Hg-commit: d2297d04e5f4a401f60e8ca64322828d2eec0c0c
PetscOptionsTruth -> PetscOptionsBool and relatedHg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77
Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOLnote this requires a new sowing versionHg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a
bugfix for '-ksp_view' of ColPerm in superlu_dist interfaceHg-commit: bfe8d38b72257db41ff0e40366c4eead937ce40f
fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.Hg-commit: 9
fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.Hg-commit: 9ee752148eed3df65feb0f7eb0686798c3c0621b
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
changed factor field in _p_Mat structure with factortype which is a much clearer name for what the field isHg-commit: 6b534140d991e694c6c4621ae2403611b202dd1c
removed PETSC_ARCH/conf/base andadded support for not setting PETSC_ARCH and PETSC_DIR with --prefix optionHg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58
12345678910>>...13