| 87b9cd0e | 29-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
incompressible: replace ic_serial_test macro with add_test call |
| 450ead65 | 23-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
incompressible: append solver name to test name |
| 5a733777 | 23-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
incompressible: remove valgrind tests |
| b1abc53d | 23-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
incompressible: remove broken restart comparison |
| 8eeb38e1 | 23-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
incompressible: start replacing test macros |
| b48de46d | 13-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
phSolver: link against SCOREC/core/phasta for phstream |
| 6d194905 | 10-May-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Compressible code gets an update on what it writes in terms of convergence history. Columns are, step, time, ||L^-1 b||, db, ||b|| db Krylov Sum_Krylov |
| da6af917 | 25-Apr-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
My incomplete work in the itrdrv.f cleanup seems to have lead to a long stint of broken svLS code but now it produces the same results it did prior to the cleanup e.g., ab5b07a458969128644e941ce150fa
My incomplete work in the itrdrv.f cleanup seems to have lead to a long stint of broken svLS code but now it produces the same results it did prior to the cleanup e.g., ab5b07a458969128644e941ce150fa049270fdf1 on March 13, 2016
show more ...
|
| 17761b5d | 17-Apr-2016 |
Ben Matthews <ben@kc2vjw.com> |
incompressible: fix build with svls solver and gcc5 |
| 3beb3aad | 29-Mar-2016 |
Michel Rasquin <michel.rasquin@colorado.edu> |
Bug fixed when probes requested |
| 39bc1351 | 24-Mar-2016 |
Michel Rasquin <michel.rasquin@colorado.edu> |
Bug fixed with probes and xyzts.dat |
| 240f0caf | 24-Mar-2016 |
Andrew Bauer <andy.bauer@kitware.com> |
Add qsuffix=cpp=f flag compile flag to fix IBM BG compilation issue.
It appears that the "-qsuffix=cpp=f" compile flag is needed on phSolver/incompressible/filters.f to process the #ifdef HAVE_LESLI
Add qsuffix=cpp=f flag compile flag to fix IBM BG compilation issue.
It appears that the "-qsuffix=cpp=f" compile flag is needed on phSolver/incompressible/filters.f to process the #ifdef HAVE_LESLIB macro.
show more ...
|
| 436f1a2b | 22-Mar-2016 |
Cameron Smith <smithc11@rpi.edu> |
compiles
it looks like a block of code was moved into the initEQS(...) fn but the variable declarations were left behind |
| 29511ef9 | 21-Mar-2016 |
Cameron Smith <smithc11@rpi.edu> |
try to fix compile errors |
| 53c9b1fc | 16-Mar-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
compiled and tested on phastaChefTests/incompressible...This case at least computes and writes the yphbar and did not crash but someone actually using this feature should test to be sure it actually
compiled and tested on phastaChefTests/incompressible...This case at least computes and writes the yphbar and did not crash but someone actually using this feature should test to be sure it actually works...same with other features that were moved to functions....somebody needs to follow this lead and do the same thing for compressible
show more ...
|
| 34e67057 | 14-Mar-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
partial save of work towards cleanup when I realized I had uncommited stuff for LSPinning |
| 92e15685 | 16-Feb-2016 |
Cameron Smith <smithc11@rpi.edu> |
phsolver: deallocated fncorp in compressible and incompressible itrdrv |
| 75f1c48c | 16-Feb-2016 |
Cameron Smith <smithc11@rpi.edu> |
phsolver: deallocated wnorm in compressible and incompressible itrdrv |
| acf1fcdc | 16-Feb-2016 |
Cameron Smith <smithc11@rpi.edu> |
incompressible: whitespace |
| 62993ad6 | 16-Feb-2016 |
Cameron Smith <smithc11@rpi.edu> |
incompressible: attempt to run tests with leslib and/or svls solvers |
| 7d9c9aa9 | 16-Feb-2016 |
Cameron Smith <smithc11@rpi.edu> |
incompressible: fail if both svls and leslib are disabled |
| 712d3df0 | 17-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
bringing PETSc and svLS back to the master |
| 956f980f | 11-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Broke IC leslib solve a few commits back but this fixes it. Also suspect svLS solve may still have issues. |
| 79f1763e | 09-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Should now compile for individual or combined IC solvers. Note flag changes for CMake. Some cleanup of old native GMRes solver for compressible flow |
| bd36043d | 06-Jan-2016 |
Ben Matthews <ben@kc2vjw.com> |
make svLS disableable |