| #
1384b9d7
|
| 08-Nov-2011 |
Peter Brune <brune@mcs.anl.gov> |
commit after merge
Hg-commit: 5ecaece807ac34e0cafaa620b536aa92bcd50fc3
|
| #
286f30e3
|
| 07-Nov-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
implement MatRARtNumeric_SeqAIJ_SeqAIJ()
Hg-commit: 6ae8d7bc1e0ededdcb612bd3e34c064132c4cdc4
|
| #
b6a51c36
|
| 07-Nov-2011 |
Peter Brune <brune@mcs.anl.gov> |
commit after merge
Hg-commit: 4afddb78e4d16b99952e891a10244a92ea0015ab
|
| #
01bebe75
|
| 03-May-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatRegisterBaseName() so that setting matrix type to BAIJ for example doesn't cause reset of matrix
Hg-commit: a4b44c64cb7a86f56eef479dfdd6ba26d266b203
|
| #
c6db04a5
|
| 14-Mar-2011 |
Jed Brown <jed@59A2.org> |
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h
Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
|
| #
47dad92f
|
| 13-Mar-2011 |
Sean Farley <sean@mcs.anl.gov> |
Merged
Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237
|
| #
7d0a6c19
|
| 12-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
removed #define PETSCXXX_DLL from top of all source files
Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1
|
| #
8154be41
|
| 21-Jan-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
changed names of all GPU related functions, macros and variables that involve CUSP to use the string CUSP instead of the misleading CUDA
Hg-commit: 3264fa4049fd83eceb12c85feb980ef207360220
|
| #
77919271
|
| 19-Dec-2010 |
Victor Minden <victorminden@gmail.com> |
added logging for MatCUDACopyToGPU
Hg-commit: f827c00680d866871553bcb5d07af091b51da3bb
|
| #
f38cfdcd
|
| 14-Dec-2010 |
Jed Brown <jed@59A2.org> |
merge
Hg-commit: e3473e7b6a4936eaa5aef448a0ea058d50950587
|
| #
cd6b891e
|
| 14-Dec-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
[petsc-maint #56731] Parallel assembly bug with compressedrow when pattern changes recompute compressed row structure for each new matrix assembly, when requested so that compressed information is al
[petsc-maint #56731] Parallel assembly bug with compressedrow when pattern changes recompute compressed row structure for each new matrix assembly, when requested so that compressed information is always up to date
Hg-commit: 8b3422309f64468fec0ab5079c31f1ed7cabd7f9
show more ...
|
| #
8c172940
|
| 06-Dec-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e
|
| #
7087cfbe
|
| 05-Dec-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs removed all DLL export/import stuff since it was never used and never will be removed MatPermuteSparsify() since it sucked.
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs removed all DLL export/import stuff since it was never used and never will be removed MatPermuteSparsify() since it sucked.
Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13
show more ...
|
| #
09573ac7
|
| 05-Dec-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed all EXTERN to extern the CAPS served no purpose
Hg-commit: cdf5985509992c2237dbbe07f14278cccee0306c
|
| #
3334f37f
|
| 29-Sep-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: 2d32a1bf6d6a67dfae50d31fc22b6e5a617d8a04
|
| #
ace3abfc
|
| 28-Sep-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOL note this requires a new sowing version
Hg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a
|
| #
4cb17eb5
|
| 14-Sep-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
added MAT_NO_OFF_PROC_ENTRIES
Hg-commit: f210f82d77e94a973918cbd989aee2263e028ced
|
| #
21b1d680
|
| 06-Sep-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 1ac99e58bacaa1133113d86e76355c2a6ff8e56d
|
| #
cfb32e20
|
| 02-Sep-2010 |
Jed Brown <jed@59A2.org> |
Lots of inconsistent PETSC*_DLLEXPORT
Hg-commit: 17c71edbc1aa078557adacd3101bfb9934ffc5e2
|
| #
d47de31d
|
| 18-Aug-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 234708a6abebb3da9e8899d5fb5cd7b58ea7baff
|
| #
82d44351
|
| 18-Aug-2010 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatGetMultiProcBlock_SeqAIJ() and logEvent MAT_GetMultiProcBlock
Hg-commit: 21a51acadd4a18f574215adcb2c7a4e70eb153c7
|
| #
c9b90e31
|
| 06-Jul-2010 |
Victor Minden <victorminden@gmail.com> |
commit after merge
Hg-commit: f9a876531578af47c6e59a2c1d832a9c96637bc5
|
| #
ecd27fa7
|
| 05-Jul-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 2d6ad32b43b1a578b12595f155fe26ad565d78a0
|
| #
6fdc2a6d
|
| 05-Jul-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatSetOptions(mat,MAT_SPD) to indicate the matrix is SPD then Mumps can automatically take advantage of this.
Hg-commit: 265f9d363574b27c031278371c379dcf470add36
|
| #
b23f91a4
|
| 18-May-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 3d6e115ed50e0a91aeb25dbd4b36559e2e6d6008
|