| #
85740eac
|
| 07-Sep-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
experimenting different ways of storing row, col and den2sp -- rowcolden2sp3 gives the best performance
|
| #
476e0d0a
|
| 06-Sep-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
cleanup and optimize
|
| #
4737c552
|
| 06-Sep-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
cleanup and optimize MatFDColoringApply_SeqAIJ()
|
| #
f141eedf
|
| 06-Sep-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
mv checking !mat->assembled from MatFDColoringCreate_xxx() to interface MatFDColoringCreate
|
| #
6378f32d
|
| 06-Sep-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
mv MatGetColumnIJ_SeqAIJ_Color() from file matmatmult.c to aij.c
|
| #
79c1e64d
|
| 05-Sep-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
new impl of MatFDColoringxxx_SeqAIJ works now :-)
|
| #
4042b796
|
| 17-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' into jed/ts-eimex
Sync to include Git conversion, PETSC_EXTERN, and minor API changes.
Conflicts: src/ts/interface/tsregall.c
|
| #
ce94432e
|
| 13-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)
Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be
|
| #
0298fd71
|
| 08-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran Fixed a few bugs where PETSC_NULL had been used incorrectly.
Hg-commit: 05
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran Fixed a few bugs where PETSC_NULL had been used incorrectly.
Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4
show more ...
|
| #
e79ce49d
|
| 02-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: f37b1e00e84f4f2c19b94a78ed2de72bd29e5778
|
| #
2205254e
|
| 02-Feb-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Partially uncrustified /src/mat/*
Hg-commit: f66b7241e67ccd55e47747ce1f2433e82e4f86b9
|
| #
c5a46771
|
| 22-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit aftr merge
Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850
|
| #
307fe9f8
|
| 18-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Carefully removed \t from src/mat/. All sources are now free from tabs (exceptions: LaTeX docs, ftn-auto/ folders)
Hg-commit: 41ce18e98b1c9ae2af455e6fa76b9abd371521ee
|
| #
c3df09d6
|
| 21-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: ed1a46afbb3ca05b94b623600c6c387ba23868ed
|
| #
1a83f524
|
| 21-Oct-2012 |
Jed Brown <jed@59A2.org> |
Const-correctness for MatGetRowIJ()/MatGetColumnIJ()
The arrays have always been read-only according to the documentation. This patch should cause no behavioral change.
This const-correctness casca
Const-correctness for MatGetRowIJ()/MatGetColumnIJ()
The arrays have always been read-only according to the documentation. This patch should cause no behavioral change.
This const-correctness cascaded into the private ordering and coloring routines.
Hg-commit: 7efa5f739222584a785675705479b4e17c346e6e
show more ...
|
| #
6c2930d4
|
| 18-Sep-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8
|
| #
3e08d2be
|
| 18-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed trailing blanks from source code added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree
Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a
|
| #
0f55b88d
|
| 03-Jul-2012 |
Satish Balay <balay@mcs.anl.gov> |
backout all chmod stuff in bf971ba58125 [but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]
Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258
|
| #
c0174eb7
|
| 03-Jul-2012 |
Mark F. Adams <mark.adams@columbia.edu> |
removed a spurious call to MatSetBlockSize.
Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a
|
| #
251f4c67
|
| 27-Apr-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
PetscTypeCompare -> PetscObjectTypeCompare
Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
|
| #
df17f0d5
|
| 18-Jul-2011 |
Kerry Stevens <kstevens@spetjhiong.com> |
commit after merge from petsc-dev (MatMult_Add function)
Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7
|
| #
71cd77b2
|
| 13-Jun-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added support for DM handlingly finite difference computation of Jacobian if no Jacobian is provided
Hg-commit: b9e17f19f814636f3cab90745af0ff3b00101a76
|
| #
d39137a2
|
| 12-Jan-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10
|
| #
247e2d92
|
| 06-Jan-2012 |
Jed Brown <jed@59A2.org> |
Mass revert file modes that were made executable in f6e61ee9c329
Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5
|
| #
832f7384
|
| 01-Jan-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257
|