| 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 |
| ab5b07a4 | 13-Mar-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Only tested on the 4 element hex but it runs with SyncIO too. |
| 0f541e5d | 13-Mar-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
At long last, non-tet topology restored for Posix. Coming to a SyncIO version near you soon |
| 9d714148 | 13-Mar-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
stole genb*Posix from kyle and genb*SyncIO from master prior to Cameron's blend of posix and syncio...this commit is not wired up yet and simply has these files partially cleaned to make them easier
stole genb*Posix from kyle and genb*SyncIO from master prior to Cameron's blend of posix and syncio...this commit is not wired up yet and simply has these files partially cleaned to make them easier to merge Cam's phastaIO reads into
show more ...
|
| 1028cb6e | 13-Mar-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
oops...that merge missed a file that was not added to the branch properly |
| 9d66a07d | 11-Mar-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
IC working inviscid |
| 5124a526 | 27-Feb-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
first cut at inviscid C and IC' |
| 467b991b | 18-Feb-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Level Set echoing of data into solver.inp had broken format. Also reverting the PETSc interface back to 3.6.x. |
| 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 |
| c111fd5e | 16-Feb-2016 |
Cameron Smith <smithc11@rpi.edu> |
phsolver/common: entire file was commented out
|
| ed801818 | 16-Feb-2016 |
Cameron Smith <smithc11@rpi.edu> |
compressible: set solver name before linking solver.inp |
| 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 |
| 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 |
| 7d9c9aa9 | 16-Feb-2016 |
Cameron Smith <smithc11@rpi.edu> |
incompressible: fail if both svls and leslib are disabled |
| 40b3285d | 15-Feb-2016 |
Benjamin Matthews <ben@kc2vjw.com> |
streamio remove "extern" qualifiers so that globals get initialized |
| ea8ce4a6 | 15-Feb-2016 |
Benjamin Matthews <ben@kc2vjw.com> |
phasta.cc: rearrange headers to avoid symbol conflicts |
| d4a3c8c9 | 19-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
merged Ben and my collision |
| 6dec8975 | 19-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
phasta.cc calls a petsc function that changed argument list between 3.6.1 and Master. This has both so uncomment what you need |