added zeroing of pointer to VecDestroyVecs()Hg-commit: f208dcada3a3f640f354f9a431cecf4c9ce81cd5
add missing newline in View routine for TSALPHAHg-commit: 2d2ccf56b76daa935198db47b370bbcab52fba15
Now requirepackage is only used for proper packages, functions use requiresfunction, and the rest use requiresdefineHg-commit: dd65fd3461c02753386917514e6ebe12d345a30e
TSALPHA: fix option -ts_alpha_adapt, set default atol=1e-3Hg-commit: ca9f0718a8849092e737ed1a26b26f532ce83db9
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongsremoved all DLL export/import stuff since it was never used and never will beremoved MatPermuteSparsify() since it sucked.
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongsremoved all DLL export/import stuff since it was never used and never will beremoved MatPermuteSparsify() since it sucked.Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13
show more ...
fixes for complexHg-commit: 0e53ea14be8a64ccbfad2f592c69dca2f2ccd4d6
Make TSPseudo work for systems in fully implicit formHg-commit: ce925e9501cdbf5519d2bc0f987ec0ef593d4a09
rename TSAlphaSetAccept-> TSAlphaSetAdapt and add TSAlphaAdaptDefaultHg-commit: 09bfcb6da8d02ec84ebd139b00e1976228cd5ac3
Use PetscVoidStarFunction to pass non-extern "C" function pointer from extern "C" functionHg-commit: 83bb93f3b51a8b723a12a93682741ed0e83765b6
doc fixes [from builddist]Hg-commit: d8954d10e0ddff2f5bc8e3dbb1b06b606d80bab4
Use a typedef for EXTERN_C consistency in TSAlphaHg-commit: 9415fbecff2c2b0919c03ec3ab16969a0c7c1951
extern C fix in gladapt.cHg-commit: 46be08d6b67b6e6a1aa4030e192a852bbea8aa2b
extern C for parts of TSGL, was causing warning with-dynamic-loadingHg-commit: 1c8b21c084c75592cdf0aeda0485e2a091c61452
Fixes in TSALPHAHg-commit: 70b4fb22b8c24c8dd5d10c186f51fceb76c107c5
Add TSALPHA, generalized-alpha method for first order systemsHg-commit: b085fd4b3802ff7874af77939feff7d24530cb21
Protected LAPACK functionHg-commit: 8f0e3a7a78024bd4af9728091dc6ceb9e84a3159
PetscOptionsTruth -> PetscOptionsBool and relatedHg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77
finished converting to use PetscTryMethod() and PetscUseMethod() whenever possible.Hg-commit: 37cf7fcea5d871042d238d3c6a46bb0914b2136d
Remove unneeded automatic directories (like ftn-custom) and add examples directories where missingHg-commit: c07edda5e26ba2032650d7d8b71e751e885adde4
I have added PetscObjectPrintClassNamePrefixType() which is now (in theory) used uniformly in all the XXXView ASCII info formats to display this information appropriately. A nice improvement, elimina
I have added PetscObjectPrintClassNamePrefixType() which is now (in theory) used uniformly in all the XXXView ASCII info formats to display this information appropriately. A nice improvement, eliminated lots of duplicate code and makes it easier to have uniform output.Hg-commit: ac7db369abce3aaa842088cc8d77922f55ce8a59
Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOLnote this requires a new sowing versionHg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a
Parallel fix in TSGLVecNormWRMSHg-commit: 53f515127f1f6aa7b84dd3e9016b82e20c2ad5ea
Fix declarationHg-commit: d7a554ddb1118a1df2138fcc256836a142024dd2
fix inconsistency of TS and sundials/cvode interface. Ref: [petsc-maint #51512]add error messages of cvode().Hg-commit: 6e4f7592bb4c2bcfc4baa6e6f3765e1a8be0a537
Consistency checking for __FUNCT__ when __func__ or __FUNCTION__ are available.Uses the compiler definitions in CHKERRQ/SETERRQ when available to getbetter traces through user code that doesn't ma
Consistency checking for __FUNCT__ when __func__ or __FUNCTION__ are available.Uses the compiler definitions in CHKERRQ/SETERRQ when available to getbetter traces through user code that doesn't manually defined __FUNCT__.Fix lots of places that __FUNCT__ was used inconsistently.Hg-commit: fdbdc93647ff934a12906fd51bc39302de07ae77
1...<<31323334353637383940>>...54