Mat preallocation: check valid type and logically collective block sizeHg-commit: 14994399c05663553b5763e55847cd01074430ab
#95342 fix compiler warningHg-commit: 5dc0f0ac7bf766ad44a8da5d14f18ab6e16bf92f
Add -pc_svd_monitorHg-commit: be2aef510cef4a7d998b575586c687cb0c415815
Be careful about /*Petsc...*/ since this /*P is a control sequenceHg-commit: 896ddc4b603cdec73cf727c7483feb951e8e5dee
changed sqrt() to PetscSqrtReal() to work properly with __float128changed some %G to use %14.12e and (double) to work with __float128Hg-commit: a8faa4e64896cf76f3f64094484ef5e06761417b
added PCReset_SVD()added a bunch of PETSc application publicationsHg-commit: 6b825db3154b9609699839b139c9d2bc928acd5b
converted rest of source code to take pointers into destructor reoutines. make test workdsHg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3
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
fixed .bib entries with Gail's correctionsremoved all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically
fixed .bib entries with Gail's correctionsremoved all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automaticallyHg-commit: 0f5bef9ea1fcd7ad8418fab6181ef990ea35c1db
show more ...
Protect gesvdHg-commit: 905b7fba915ea1971461db7186b0d46544a81bc3
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
add SVD solver for testingfixed SNESMonitorVI() to include sign of f at endpointsHg-commit: 2720df5a8657cce461e62a85d7a63e401c4c853f
12345