| #
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
|
| #
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
|
| #
955f0f29
|
| 13-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 48ee48d92725930312eaed4c66f9246114844f4c
|
| #
b14e8830
|
| 13-Aug-2012 |
Jed Brown <jed@59A2.org> |
Merge from petsc-3.3
Hg-commit: a246759f6a519deef2eb2988ed29ecfe7e2deddd
|
| #
b8123dae
|
| 10-Aug-2012 |
Jed Brown <jed@59A2.org> |
Add TSSetPreStage() and move call to TSPreStep() into stepping routines
TSPreStage(ts,stage_time) is a hook called before starting to evaluate a stage.
The call to TSPreStep() has been moved into t
Add TSSetPreStage() and move call to TSPreStep() into stepping routines
TSPreStage(ts,stage_time) is a hook called before starting to evaluate a stage.
The call to TSPreStep() has been moved into the TSStep_X implementations because it is called again after a step is rejected. This allows prestep hooks to do things like Monte-Carlo sampling over the time interval (dependent on the length of the time step), the result of which will appear as a continuous source term during the time step.
Hg-commit: c5d083c79bbad0900afc1d94d1490cb90cadff0c
show more ...
|
| #
d5d5282e
|
| 19-Jul-2012 |
Brad Aagaard <baagaard@usgs.gov> |
Merge.
Hg-commit: a14455a9811c9485ecd5fdd98bc20d9f2d731daa
|
| #
a4386c9e
|
| 12-Jul-2012 |
Jed Brown <jed@59A2.org> |
Doc update for TSARKIMEX and TSROSW
Hg-commit: f044dd29b508a4a3f7e9b4f12b01ab2b5a8927f3
|
| #
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
|
| #
8382e67f
|
| 26-Jun-2012 |
Paul Mullowney <paulm@txcorp.com> |
committing after previous merge.
Hg-commit: 62ea3b3249ac52e1d599b51313301ac9e25ed491
|
| #
f1301baf
|
| 25-Jun-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702
|
| #
d5e6173c
|
| 07-Jun-2012 |
Peter Brune <brune@mcs.anl.gov> |
Made TSARKIMEX, ROSW, and Theta play nice with PCMG/FAS
Hg-commit: b50b9a87e81c92864ed1fe3bad32085cc61be2a4
|
| #
5ef26d82
|
| 04-Jun-2012 |
Jed Brown <jed@59A2.org> |
Rename TSGetNonlinearSolveIterations and TSGetLinearSolveIterations to TSGetSNESIterations and TSGetKSPIterations
Hg-commit: cf7a145cacfd3985d7708cda775242b06f4fa36e
|
| #
158b5388
|
| 04-Jun-2012 |
Jed Brown <jed@59A2.org> |
merge release-3.3
Hg-commit: 5fedf93c78c2bdcaabc4b8ee7380a68199d19b3c
|
| #
251f4c67
|
| 27-Apr-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
PetscTypeCompare -> PetscObjectTypeCompare
Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
|
| #
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
|
| #
e93ac1c2
|
| 14-Mar-2012 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
Fixing the embedded schemes for IMEXARK2*
Hg-commit: 0879cf5bf7440449dd8c7f5b51b03a6c22295e83
|
| #
c722e031
|
| 14-Mar-2012 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
Enhancing the embedded ARKIMEX2* schemes
Hg-commit: 587b25035091aaa309c87c90ac64c13408ecf34e
|
| #
e74514c0
|
| 28-Feb-2012 |
Satish Balay <balay@mcs.anl.gov> |
compile fix [c++/windows]
Hg-commit: aa6925a687d2e450a903fe264c3be4b43326352b
|
| #
51322221
|
| 28-Feb-2012 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge
Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11
|
| #
3ee49f50
|
| 16-Feb-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 312690bc2432cee43390087ef7d8fe93919f4ee5
|
| #
ce4a059f
|
| 15-Feb-2012 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
Fix for ARKIMEX 2* dense output
Hg-commit: 039121330292e27c7ee6b716b9a22a02a2840f52
|
| #
1037da18
|
| 14-Feb-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 0db928480d979c13a2377936075c7720438182bd
|
| #
1f80e275
|
| 14-Feb-2012 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
Added a few low order ARKIMEX schemes and updated dense output formulas. Added new dense output formulas for ROSW schemes.
Hg-commit: 1976949e8c9093b08194f21f0cb14dfa29766988
|