| 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 |
| 33c04066 | 17-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
more PETSc pruning |
| a29624b2 | 17-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Merge branch 'master' of github.com:PHASTA/phasta |
| 712d3df0 | 17-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
bringing PETSc and svLS back to the master |
| 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 |
| 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 ...
|
| 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. |
| 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 |
| 4894d94e | 06-Jan-2016 |
Michel Rasquin <michel.rasquin@colorado.edu> |
Extracts and prints communication info from ilwork array |
| bd36043d | 06-Jan-2016 |
Ben Matthews <ben@kc2vjw.com> |
make svLS disableable |
| 1f6ac051 | 06-Jan-2016 |
Ben Matthews <ben@kc2vjw.com> |
Merge branch 'topic_remove_mpoint' into svls |
| 5fd60115 | 06-Jan-2016 |
Ben Matthews <ben@kc2vjw.com> |
build svLS |
| 44326a83 | 07-Dec-2015 |
Ben Matthews <ben@kc2vjw.com> |
Kitware says HAVE_CXX is depreciated (and it breaks the build on intel/pgi) |
| 9dcf5646 | 05-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
intermediate forces.dat file was missing the last step until this move of call to forces.dat |
| 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 |
| 560e081f | 04-Jan-2016 |
Cameron Smith <smithc11@rpi.edu> |
driver to read ilwork from a single user specified posix file |
| 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 |
| 9a3af61d | 03-Jan-2016 |
Ben Matthews <ben@kc2vjw.com> |
remove unused "mpoint" memory allocator |
| e72fd12c | 03-Jan-2016 |
Ben Matthews <ben@kc2vjw.com> |
allocate memory for linear solvers directly in itrdrv |