| 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 ...
|
| 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 ...
|
| 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 |
| 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 |
| 129f10f8 | 19-Jan-2016 |
Ben Matthews <ben@kc2vjw.com> |
Complain if PETSc is built with the wrong size index type
... at least until we can fix this properly |
| a29624b2 | 17-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Merge branch 'master' of github.com:PHASTA/phasta |
| 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 |
| 08269a26 | 13-Jan-2016 |
Jed Brown <jed@jedbrown.org> |
PETSc: remove PETSC_VIEWER_ASCII_INDEX format; fixes -log_summary
PETSc-3.6.x's PetscLogView does not understand PETSC_VIEWER_ASCII_INDEX, thus skipping the printing of -log_summary. Ken says PETSC
PETSc: remove PETSC_VIEWER_ASCII_INDEX format; fixes -log_summary
PETSc-3.6.x's PetscLogView does not understand PETSC_VIEWER_ASCII_INDEX, thus skipping the printing of -log_summary. Ken says PETSC_VIEWER_ASCII_INDEX is not important for PHASTA at this time. I will fix PetscLogView for PETSc-3.7 to handle this case.
show more ...
|
| 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 |
| 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 |
| 4894d94e | 06-Jan-2016 |
Michel Rasquin <michel.rasquin@colorado.edu> |
Extracts and prints communication info from ilwork array |
| 1f6ac051 | 06-Jan-2016 |
Ben Matthews <ben@kc2vjw.com> |
Merge branch 'topic_remove_mpoint' into svls |
| 44326a83 | 07-Dec-2015 |
Ben Matthews <ben@kc2vjw.com> |
Kitware says HAVE_CXX is depreciated (and it breaks the build on intel/pgi) |
| 5dfdb27d | 05-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
improved d2wall computation and export of petsc options to stdout for improved provenance of petsc command line and .petsrc inputs |