History log of /phasta/phSolver/compressible/solgmr.f (Results 1 – 9 of 9)
Revision Date Author Comments
# d06028c1 19-May-2016 Cameron Smith <smithc11@rpi.edu>

Merge branch 'master' of github.com:PHASTA/phasta


# 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


# 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


# 0be30ed5 17-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

exploring pruning PETSc and comparing residuals more precisely


# 13c4f35a 14-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

some compilers are more picky about f90 than others


# 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


# 513954ef 06-Dec-2015 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

First rough cut at merging svLS branch with PETSc_C


# 59599516 16-Apr-2015 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Initial Commit