| #
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
|
| #
f1301baf
|
| 25-Jun-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702
|
| #
10e9db80
|
| 30-May-2012 |
Paul Mullowney <paulm@txcorp.com> |
Pulled in changes from petsc-dev. make tests passing. Everything looks good.
Hg-commit: 94eb5d50210da3db6d654576e30f2a31ec2adf25
|
| #
c970ddb7
|
| 19-May-2012 |
Jed Brown <jed@59A2.org> |
Fix non-Sieve build
Hg-commit: c21fd79a03e595287a1e5e531cd6be2901ae9bdb
|
| #
bab97878
|
| 19-May-2012 |
Matthew G Knepley <knepley@gmail.com> |
Moved DMMeshInterpolation to a new file under SNES
Hg-commit: 489955576a2e71f3d2cdc88378323ee9ce12eb95
|
| #
4800ff05
|
| 18-May-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
stripped out DMMG
Hg-commit: 5ac991591288556060d8d9d23079cf8c7603ebd0
|
| #
0ebbf5cd
|
| 11-Mar-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 4f48dde03429d0318c7e23bc7de128a9e6ddc8fd
|
| #
6cab3a1b
|
| 05-Mar-2012 |
Jed Brown <jed@59A2.org> |
Refactor SNES DM infrastructure
The residual and Jacobian function pointers are now stored in a managed context on the DM. Coarsening of this context is handled by a DMCoarsenHook, so the coarse lev
Refactor SNES DM infrastructure
The residual and Jacobian function pointers are now stored in a managed context on the DM. Coarsening of this context is handled by a DMCoarsenHook, so the coarse level DM automatically has function pointers for residual evaluation. The SNESDM context (attached to a DM) has copy-on-write semantics for all DMs other than the one it was originally created on. That means that changes to the function pointers from the fine level are automatically propagated unless a coarse level is changed manually.
Hg-commit: ce0066853e1ef4402603a33070cb3bfd75c87f86
show more ...
|
| #
51322221
|
| 28-Feb-2012 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge
Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11
|
| #
893ac529
|
| 29-Jan-2012 |
Satish Balay <balay@mcs.anl.gov> |
src/snes/utils/sieve is removed - so update makefile
Hg-commit: 68e7001c0ef2f7baa13b5c468882a859d273208f
|
| #
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
|
| #
458c5f23
|
| 17-Sep-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 5cfc927ddf10a2bff062bd23b3f8b5a57e4767bf
|
| #
e032938d
|
| 16-Sep-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
removed dead pcdmmg; added comments for gcov rules in rules makefile
Hg-commit: 2505ec1c893ed70485ad3887a2246a1aea7a7e39
|
| #
4c89cbe7
|
| 17-Jun-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 68b6e3c23c88dd73f050ab16d2a23c0d783b6682
|
| #
3460ae5d
|
| 04-Jun-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: e6082a40a26354d5b756568e8c056cfba8fefbd7
|
| #
18472a31
|
| 04-Jun-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 2767a69281d401036cee0b1e9b4943a0df6b0de5
|