| #
140e18c1
|
| 15-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed silly abreviations
Hg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f
|
| #
6d75e210
|
| 15-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
change PetscFListAdd() and PetscFListFind() arguments list to match PetscOpFListAdd/Find() args
Hg-commit: 07f9e01e040feeb4162253a60ca63556436f4135
|
| #
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
|
| #
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 ...
|
| #
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
|
| #
05d28066
|
| 30-Mar-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
name spaced a few static things in TS for clarity
Hg-commit: 473e5f9912fb4c60866bc5880cb577ae209d4411
|
| #
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
|
| #
d05ab69a
|
| 03-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 919511e5e0d0f40f0d0bb7bde989a4a76e286b82
|
| #
aaf9cf16
|
| 02-Nov-2011 |
Jed Brown <jed@59A2.org> |
PetscSqrtReal in ts
Hg-commit: b46c5bc5eb230552766df7b043210b60f5f03b9b
|
| #
75783a5f
|
| 15-Sep-2011 |
Jed Brown <jed@59A2.org> |
merge
Hg-commit: 613db546a9aeac1d9f66206c457d69227f963da6
|
| #
7dbd832e
|
| 13-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge until rebase fixed
Hg-commit: e75e4405054fe25a0237f6134a5d7b16900f4736
|
| #
598ac720
|
| 12-Sep-2011 |
Satish Balay <balay@mcs.anl.gov> |
merge from 32
Hg-commit: ff002d2c876c89e7bb33f7ebe34d014d16b597da
|
| #
d68167ac
|
| 12-Sep-2011 |
Satish Balay <balay@mcs.anl.gov> |
compile fix on opensolaris/c++
Hg-commit: 5679c83163735aae321295c3f7bfa138a1666d47
|
| #
fc10d188
|
| 10-Sep-2011 |
Jed Brown <jed@59A2.org> |
merge from 3.2
Hg-commit: b4291ed27b3a97bdeb882646132ab35b91c7e6e9
|
| #
b330ce4d
|
| 10-Sep-2011 |
Satish Balay <balay@mcs.anl.gov> |
doc fixes for ts [level info]
Hg-commit: f078b57aa396dfb9d54d70ca355dc97f601a947b
|
| #
bfae9544
|
| 08-Sep-2011 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge
Hg-commit: aee85eceae49b0be84b866808d01e3877a200a0a
|
| #
f3ed23c2
|
| 08-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 43e34169f24cdeb5007dc4eb26407fec0694dfcf
|
| #
7c8c486f
|
| 08-Sep-2011 |
Jed Brown <jed@59A2.org> |
Merge TSSSP update from 3.2
Hg-commit: 90f7d92a3e32963c78e3d99aea1be08b393593eb
|
| #
5164425a
|
| 08-Sep-2011 |
Jed Brown <jed@59A2.org> |
Forgot that typename is a C++ keyword
Hg-commit: 3e2ccd4cc21291e3f71432b263fcec61527acd11
|