| #
fe998a80
|
| 13-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
manual merge of conflict
|
| #
d3c8c067
|
| 01-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Three directory namespace changes for better --prefix install support
1) include/finclude becomes include/petsc-finclude 2) include/mpiuni becomes include/petsc-mpiuni 3) conf (both $PETSC_DIR/conf
Three directory namespace changes for better --prefix install support
1) include/finclude becomes include/petsc-finclude 2) include/mpiuni becomes include/petsc-mpiuni 3) conf (both $PETSC_DIR/conf and $PETSC_DIR/$PETSC_ARCH/conf become) lib/petsc-conf
show more ...
|
| #
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
|
| #
31134e8c
|
| 03-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: d0f613618ca66a5aeb1aac97d210d2cc29755d3d
|
| #
2d507118
|
| 03-Nov-2012 |
Satish Balay <balay@mcs.anl.gov> |
reemove OBJSC and OBJSF from invididual makefiles and auto-define in conf/variables
Hg-commit: 2f01c17f3c19dc4b89aaf306cfd60a12312c270d
|
| #
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
|
| #
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
|
| #
14e519b0
|
| 31-Dec-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
changed MatMatMult to MatTranposeMatMult.
Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
|
| #
238e7d2d
|
| 02-Dec-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 9c9e2b0243eedf0151e3676f8f4ccde9f7b93898
|
| #
f3a56f8b
|
| 30-Nov-2009 |
Jed Brown <jed@59A2.org> |
merge TrMalloc/MEMALIGN updates
Hg-commit: e66e6e0b392d0e3456a0c4fdee411b9bff8fd74a
|
| #
da93591f
|
| 29-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
removed PETSC_ARCH/conf/base and added support for not setting PETSC_ARCH and PETSC_DIR with --prefix option
Hg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58
|
| #
2966e336
|
| 30-Oct-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: b21f1d9be4eabb0bcd8bf0e8f6b9017c8df1d44f
|
| #
34a03471
|
| 30-Oct-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
merge
Hg-commit: 21a5b8c1e8dc0339c25993a6366fec34498a45f7
|
| #
85317021
|
| 30-Oct-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
moved much of the PC_Factor methods inside the individual ilu/lu/icc/cholesky files into a single copy in the factor directory fixed output from some example tests that do -ksp_view to contain the
moved much of the PC_Factor methods inside the individual ilu/lu/icc/cholesky files into a single copy in the factor directory fixed output from some example tests that do -ksp_view to contain the new solver package information that is now printed
Hg-commit: f303c70be042abf5c2b17ed52c7a90c376106dc8
show more ...
|
| #
9e5a995e
|
| 26-Oct-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 272825bf90eb39df4965e7226316ed8f305bd52c
|
| #
0c85ee0b
|
| 24-Oct-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
merge
Hg-commit: 408642326083bdab3b0d21e98f912dfddb31927e
|
| #
35bd34fa
|
| 23-Oct-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
* Using MUMPS, MatGetInfo(...,&info), info.nz_allocated is given for the initial matrix (not the factorized one). Currently I use : - Mat_MUMPS *lu=(Mat_MUMPS*)mat->spptr; - lu->id.INFOG(20) to get
* Using MUMPS, MatGetInfo(...,&info), info.nz_allocated is given for the initial matrix (not the factorized one). Currently I use : - Mat_MUMPS *lu=(Mat_MUMPS*)mat->spptr; - lu->id.INFOG(20) to get the same information. It's a dirty solution...
Added MatFactorGetSolverPackage(), also properly printed with -mat_view_info and -ksp_view
Hg-commit: d45534d976bbd57e4a4d4c4173150bb1403ccc76
show more ...
|
| #
3be44c43
|
| 18-Nov-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
commit aFTERmerge
Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320
|
| #
8da04507
|
| 10-Jun-2007 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 89a88a4570a641b3af1b53853d576da3947e5ca7
|
| #
2423cecc
|
| 08-Jun-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
changed bmake/common everywhere to conf fixed a little more for new install system
Hg-commit: 1aa781ff09e652ebafd6f016d84e88c15ea650f1
|
| #
ec7040f7
|
| 04-May-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3246 balay@asterix.mcs.anl.gov|ChangeSet|20050504154912|30969 ChangeSet 1.3246 05/05/04 10:49:12 balay@asterix.mcs.anl.gov +3 -0 doc updates
src/mat/impls/aij/seq/csrperm/csrper
bk-changeset-1.3246 balay@asterix.mcs.anl.gov|ChangeSet|20050504154912|30969 ChangeSet 1.3246 05/05/04 10:49:12 balay@asterix.mcs.anl.gov +3 -0 doc updates
src/mat/impls/aij/seq/csrperm/csrperm.c 1.16.1.2 05/05/04 10:49:10 balay@asterix.mcs.anl.gov +6 -0 update man page
src/mat/impls/aij/mpi/csrperm/mpicsrperm.c 1.6 05/05/04 10:49:10 balay@asterix.mcs.anl.gov +6 -0 update man page
src/ksp/pc/impls/factor/makefile 1.3.1.1 05/05/04 10:49:10 balay@asterix.mcs.anl.gov +1 -0 missing MANSEC
Hg-commit: 4315311685f87bc7322209522bb2edff486ecf5e
show more ...
|
| #
e340198b
|
| 04-May-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3244.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20050504115054|02210 ChangeSet 1.3244.1.1 05/05/04 06:50:54 barrysmith@barry-smiths-computer.local +2 -0 Merge bk://petsc@
bk-changeset-1.3244.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20050504115054|02210 ChangeSet 1.3244.1.1 05/05/04 06:50:54 barrysmith@barry-smiths-computer.local +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
src/mat/impls/aij/seq/csrperm/csrperm.c 1.18 05/05/04 06:50:52 barrysmith@barry-smiths-computer.local +0 -1 Auto merged
include/petscversion.h 1.145 05/05/04 06:50:52 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: e06fbc0d52e4c0c3cdbbbb8d66c85607b719f707
show more ...
|