| b1fc4e02 | 16-Feb-2016 |
Cameron Smith <smithc11@rpi.edu> |
compressible: attempt to run tests with petsc and/or native solvers |
| 175a7075 | 16-Feb-2016 |
Cameron Smith <smithc11@rpi.edu> |
compressible: pick solver.inp to match the enabled solver
ctest currently only supports running the compressible tests under one solver, not both |
| 33c04066 | 17-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
more PETSc pruning |
| 2801f607 | 17-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
make the residuals echoed in the log of PETSc and Native solver the same and switch petsc b vector construction to ADD_VALUES (let them do the global completion) likely fixed scalar solve bug as well |
| 8ae99c59 | 17-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
removed lots of unnecessary PETSc interface and lots of commented out stuff too |
| 0be30ed5 | 17-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
exploring pruning PETSc and comparing residuals more precisely |
| 175e1b6b | 15-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
updated phasta.cc for petsc master (may brake older versions). Also added a dump of index sets for the rank specified in rankdump (static to file). |
| 13c4f35a | 14-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
some compilers are more picky about f90 than others |
| 8636783d | 11-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
a few more valgrind cleanups for the compressible code. This version runs duct cases with no errors |
| f4d0b58b | 10-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
various cleanup's inspired by ASAN address and undefined in pursuit of the source of the PETSc failures on large cases |
| 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 |
| 1f6ac051 | 06-Jan-2016 |
Ben Matthews <ben@kc2vjw.com> |
Merge branch 'topic_remove_mpoint' into svls |
| dcce770d | 04-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
fixed a missed merge of compressible set initial condition from file and added PETSc using pkg config and ISJED_BROWN option for MatAssembly improvement |
| e72fd12c | 03-Jan-2016 |
Ben Matthews <ben@kc2vjw.com> |
allocate memory for linear solvers directly in itrdrv |
| 053ea58e | 31-Dec-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
cmake changes for ALCF |
| 0d32f9a8 | 06-Dec-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Finally, we have all solvers in one branch, Compressible (Native/PETSc), Incompressible (leslib,svLS). Note CmakeLists.txt needed to set shared libs to no after PETSc set it to yes and fouled link. |
| 17860365 | 06-Dec-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
This one builds |
| 10167291 | 06-Dec-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
new files or files that moved from one directory to another in merge |
| 513954ef | 06-Dec-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
First rough cut at merging svLS branch with PETSc_C |
| 6b8dfea1 | 10-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
use labels for compressible tests |
| 2bbe633a | 27-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
remove the symlinks |
| c7014359 | 20-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
move mpi init and finalize out of phasta(...) |
| 9798c0dd | 20-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
fix gfortran 4.9.2 -fbounds-check runtime error
when the dummy argument is fixed length it must be less than or equal to the actual arguments length, change the dummy arg to have dynamic length |
| 9516dad3 | 19-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
compressible depends on common |
| 20c2c887 | 07-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
set C and IC include dir in config |