mergeHg-commit: b5a05984274c84515a795ed75eef9d3b27ba97f1
fixed many calls to PetscInfo to include the object the information is associated with. This should fix petsc-maint 16853 -info_exclude vec,matHg-commit: 76af22820baddbfcd9c2a4a4f02bebf64ea72ef9
mergeHg-commit: 8b955b66410cbc923a4e1233fdeaca7fbf3e5d5d
changes for solving the strict aliasing issue in PetscObject and derivedHg-commit: 278faecc91564f5495fa9f7d48380d547995fa45
added Luca's recent pubs petsc-maint 16711added to manual pages that one cannot use MatCreateXXXYYY() directly if doing preallocation for superlu, mumps, and spooles matrices complaint from Paul T
added Luca's recent pubs petsc-maint 16711added to manual pages that one cannot use MatCreateXXXYYY() directly if doing preallocation for superlu, mumps, and spooles matrices complaint from Paul T. BaumanHg-commit: 546cd829c2cc76baa036d184ee8aafe93388adfb
show more ...
more docs for MatMPIBAIJSetValuesBlockedHg-commit: a49a571f1ba514b2b659e5914464bc479aa203da
change MAT_NO_NEW_NONZERO_LOCATION to MAT_NEW_NONZERO_LOCATIONHg-commit: ef2b0cd30cfd03548c36f9e355935eab29cbb51e
removed MAT_COLUMNS/ROWS_SORTEDHg-commit: 49d2cad5d9a2081055bac143f8522fe05dfefe10
new argument to MatSetOption() true or falseHg-commit: 229dc5e9b5c63fac6f09dcb7c27b358d7c5f1bf4
MatGetValues() accept negative row or column indices that get ignoredHg-commit: 83718cc6af581da88a5173cbd633dbdf8364b302
initial changes for better memory loggin on objectsHg-commit: 0ef7914e13d41d173ef1ba2552c26bd9f41bc807
changed bmake/common everywhere to conffixed a little more for new install systemHg-commit: 1aa781ff09e652ebafd6f016d84e88c15ea650f1
#16182 MatSetValuesBlocked_MPIBAIJ_HT_MatScalar() bugfixHg-commit: 2a6fc37c780a01d12ee93f4d2eea56b02f79dd50
use VecScatter as the first arg for VecScatterBegin()/End()Hg-commit: 9f2dfaca49031bb2845b6b5f1a86d3034d6e408e
more minor changes to increase consistency of method calling sequences and namingHg-commit: 4d17aa8465a0d1835166ba4c0ee47a08a267b110
petsc-maint 15996, outdated users manual, unclear printout inmat_view_info_detailed for MPI matrices regarding VecScatter's usedin matrix vector products.Hg-commit: cf9ddbb0d70b38d847ead18a833e56
petsc-maint 15996, outdated users manual, unclear printout inmat_view_info_detailed for MPI matrices regarding VecScatter's usedin matrix vector products.Hg-commit: cf9ddbb0d70b38d847ead18a833e564bd4a63cf7
revised the design of PetscMap....should fix petsc-maint 15893Hg-commit: c45a79cbc7d588b27e55b535c0cbb18777095c43
fixed error introduced in mpibaij.c if (complex number)fixed error in PetscMapGetSize() was getting the local sizefixed DMComposite so that it properly frees all memory had a loop on reference co
fixed error introduced in mpibaij.c if (complex number)fixed error in PetscMapGetSize() was getting the local sizefixed DMComposite so that it properly frees all memory had a loop on reference counts prevent freeing lots of thingsHg-commit: 210e88bbefcb2bfcd43e633fb99f355e44593603
changed MatGetRowMax() to MatGetRowMaxAbs() corrected for all cases added MatGetRowMax() and MatGetRowMin() implemented for SeqAIJ and SeqDenseHg-commit: d30c19208a05a3736f31c2cee3e9876a19389d7c
fix name of composed functionHg-commit: 899716530ad4d60a8a5c7c85b15bf902733cc863
merge from releaseHg-commit: f4053f8fc73d16fa71c3b4ed1f36649658036265
set matrix type as 0 after MatDestroy_xxx() is called [patch from petsc-dev]Hg-commit: e1a18e7d50a02021b4be76b1d8cf03cd4e63cbee
bugfix: set matrix type as 0 after MatDestroy_xxx() is calledHg-commit: 863552fe268e86601b2450701133dbe07dd08765
update dscpack interface to work with current petsc codeHg-commit: fe7db569d7783d46a51e187f4cfb14011bbcb74f
make sure all calls to PetscOptionsBegin() have unique key.However there are still some duplicate options as the same option gets usedby multiple MatTypes [and in multiple locations]Hg-commit: 6d
make sure all calls to PetscOptionsBegin() have unique key.However there are still some duplicate options as the same option gets usedby multiple MatTypes [and in multiple locations]Hg-commit: 6dec5809538930e180b30e478d7b3ca2627597c6
1...<<21222324252627282930>>...51