| #
f9c1d6ab
|
| 06-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
added TSComputeLinearStability() for Euler and theta, use it in graphics cleaned up formating in rosw and arkimex files
Hg-commit: 553e2c2ebaaa83a3a28c43188c2ab6f232784856
|
| #
ef20d060
|
| 12-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
TSView() calls TSAdaptView() for Rosw
Hg-commit: c2ac2edba4e196dd423c4a3387c3087b8469aeaf
|
| #
2150357e
|
| 03-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed formating of variable declarations messed up by putting const int XXXType fixed DMDAGet/SetCoordinates() that matt did not remove
Hg-commit: de8db80506612f87fb4b9c77dd85f76c605a3942
|
| #
19fd82e9
|
| 03-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
changed #define char* XXXType to typedef const char* XXXType
Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad
|
| #
6b8290a7
|
| 18-Sep-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: e9b1d5a15a0939c40ff81c36b9bebc5118d94ce3
|
| #
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
|
| #
42faf41d
|
| 05-Jun-2012 |
Jed Brown <jed@59A2.org> |
Add some fourth order Rosenbrock methods, grk4t and veldd4 perform well on the Oregonator
Hg-commit: 20a41cbd6a19ac2b1e752c37a8bb41ba21483a9a
|
| #
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
|
| #
8aa97da3
|
| 03-Apr-2012 |
stefano_zampini <stefano.zampini@gmail.com> |
Commit after merge
Hg-commit: 8c5e601e00cdfb6d35c8d12ba9952a5d3a8ea1b8
|
| #
96b95a6b
|
| 02-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
namespace Mat utility functions
Hg-commit: 2912dadb08982f5a3e4a9b22bd8b48ffa685bef3
|
| #
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
|