| #
19fd82e9
|
| 03-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
changed #define char* XXXType to typedef const char* XXXType
Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad
|
| #
6c2930d4
|
| 18-Sep-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8
|
| #
8caf3d72
|
| 18-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)
Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f
|
| #
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
|
| #
e5996a9a
|
| 15-May-2012 |
Paul Mullowney <paulm@txcorp.com> |
updated and merged from petsc-dev
Hg-commit: 4bdbb24181fe1c8ce13e9b82c1d499b152c3d14f
|
| #
171dad80
|
| 11-May-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: cb1ab7bdadb003e0ed486eed4d0b810f20691705
|
| #
6c9de887
|
| 10-May-2012 |
Hong Zhang <hzhang@mcs.anl.gov> |
add support for hybrid Chebyshev typo: Chebychev -> Chebyshev
Hg-commit: 9ffb4f0fe85d25e0c38846e992beea31cd2353bb
|
| #
251f4c67
|
| 27-Apr-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
PetscTypeCompare -> PetscObjectTypeCompare
Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
|
| #
e4ed7901
|
| 30-Mar-2012 |
Peter Brune <brune@mcs.anl.gov> |
Added SNESSetInitialFunction and SNESSetInitialFunctionNorm to avoid redundant work while composing nonlinear solvers
Hg-commit: bc1f6a469d5f148a18359ef9db72897c6019b77b
|
| #
8e7768b9
|
| 24-Mar-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac
|
| #
b45d2f2c
|
| 24-Mar-2012 |
Jed Brown <jed@59A2.org> |
Rename include/private/ to include/petsc-private/
Hg-commit: 9a1730720b0d9756437b40462617551504641ade
|
| #
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
|
| #
725b86d8
|
| 28-Feb-2012 |
Jed Brown <jed@59A2.org> |
Fix some compilation errors on Cygwin
Hg-commit: fd97cbc27dcc1af33b9a7181f9bf9744b366e0c5
|
| #
8f87929b
|
| 07-Feb-2012 |
Paul Mullowney <paulm@txcorp.com> |
commit after a merge of petsc-dev with my local repo.
Hg-commit: f512ff27c66276775630c40778ab1931552ae9a7
|
| #
a97cb6bc
|
| 06-Feb-2012 |
Jed Brown <jed@59A2.org> |
Add multi-stage methods with optimal damping parameters
Hg-commit: 7d099e9e38dc4607e146945acd65050369bc1442
|
| #
f73f8d2c
|
| 06-Feb-2012 |
Satish Balay <balay@mcs.anl.gov> |
push complex fixes.
Hg-commit: bd101b63c4e709cf37bcf900ca67618ae6a45f17
|
| #
37e1895a
|
| 06-Feb-2012 |
Jed Brown <jed@59A2.org> |
Add SNESMS: multi-stage smoothers, a nonlinear analogue to polynomial smoothers
Hg-commit: 3de9c70f2af1c2a7d27b25f3ed88b30b58a24e48
|