| 612f7b09 | 22-Oct-2015 |
Hong Zhang <hongzhang@anl.gov> |
ts->total_steps needs to be reset after recompute |
| 68f18ad6 | 22-Oct-2015 |
Hong Zhang <hongzhang@anl.gov> |
fix pointer when freeing it |
| 00aea19f | 22-Oct-2015 |
Hong Zhang <hongzhang@anl.gov> |
remove redundant declaration |
| 2259ee12 | 22-Oct-2015 |
Hong Zhang <hongzhang@anl.gov> |
first try to make the code more readable, compiles now |
| 164d268a | 21-Oct-2015 |
Hong Zhang <hongzhang@anl.gov> |
debugging 1 |
| b2124117 | 21-Oct-2015 |
Hong Zhang <hongzhang@anl.gov> |
refactor code |
| e77e8349 | 21-Oct-2015 |
Hong Zhang <hongzhang@anl.gov> |
fix trajbasic 2 |
| c3df6c96 | 21-Oct-2015 |
Hong Zhang <hongzhang@anl.gov> |
fix trajbasic |
| d0d044f3 | 21-Oct-2015 |
Hong Zhang <hongzhang@anl.gov> |
add logevent in traj.c |
| 0bce9e18 | 21-Oct-2015 |
Hong Zhang <hongzhang@anl.gov> |
fix conflict |
| db513a2c | 20-Oct-2015 |
Hong Zhang <hongzhang@anl.gov> |
Merge branch 'hongzh/checkpointing' of bitbucket.org:petsc/petsc into hongzh/checkpointing
Conflicts: config/BuildSystem/config/packages/revolve.py src/ts/trajectory/impls/basic/trajbasic.c |
| f6dac7d6 | 20-Oct-2015 |
Hong Zhang <hongzhang@anl.gov> |
fix compile errors |
| 5a3ef282 | 20-Oct-2015 |
Hong Zhang <hongzhang@anl.gov> |
merge nek-style checkpointing here mannually |
| 0cae4918 | 17-Sep-2015 |
Hong Zhang <hongzhang@anl.gov> |
refactor the code to prepare for all the three versions of revolve |
| 473cd7c5 | 16-Sep-2015 |
Hong Zhang <hongzhang@anl.gov> |
fix brackets and names |
| 489ac6d0 | 15-Sep-2015 |
Hong Zhang <hongzhang@anl.gov> |
remove some whitespaces |
| bc9b9df2 | 14-Sep-2015 |
Hong Zhang <hongzhang@anl.gov> |
adjust the scope of revolve macro |
| 79f43dbd | 14-Sep-2015 |
Hong Zhang <hongzhang@anl.gov> |
revolve configuration works |
| a5d72359 | 14-Sep-2015 |
Hong Zhang <hongzhang@anl.gov> |
use macro PETSC_HAVE_REVOLVE |
| 4d4d444e | 14-Sep-2015 |
Hong Zhang <hongzhang@anl.gov> |
remove revolve sources files from PETSc |
| 581423e9 | 12-Sep-2015 |
Hong Zhang <hongzhang@anl.gov> |
skip the starting and ending step correctly |
| 40de5191 | 11-Sep-2015 |
Hong Zhang <hongzhang@anl.gov> |
color output messages |
| fd1ea739 | 11-Sep-2015 |
Hong Zhang <hongzhang@anl.gov> |
Use global stepnum only in the forward sweep, not in the recomputations stage |
| 563fcc7d | 11-Sep-2015 |
Hong Zhang <hongzhang@anl.gov> |
use global stepnum, and fix error types |
| d347c8e6 | 11-Sep-2015 |
Hong Zhang <hongzhang@anl.gov> |
remove printf statements (for debug only) |