| 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 |
| 29a08f15 | 07-Dec-2015 |
Ben Matthews <ben@kc2vjw.com> |
Kitware says HAVE_CXX is depreciated (and it breaks the build on intel/pgi) |
| c74062d9 | 23-Dec-2015 |
Cameron Smith <smithc11@rpi.edu> |
don't need to append a question mark to posix field names |
| 310e2401 | 22-Dec-2015 |
Cameron Smith <smithc11@rpi.edu> |
return zero on success
remove print stmts and unnecessary barriers |
| 1a21b96d | 21-Dec-2015 |
Cameron Smith <smithc11@rpi.edu> |
multi topo test must find two connectivity interior headers/blocks |
| f062a782 | 17-Dec-2015 |
Cameron Smith <smithc11@rpi.edu> |
add posix multi topo block reading test |
| b184aa6d | 16-Dec-2015 |
Cameron Smith <smithc11@rpi.edu> |
test for finding headers with the same prefix/phrase |
| ec121c45 | 07-Dec-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
working paralel svLS with scalars |
| 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 |
| efb88323 | 05-Dec-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
reasonably functional version of svLS solver that also links to leslib for comparison...note eps_outer hard coded to 40xeps_momentum_leslib as per svLS paper's suggestion |
| f4e2c78f | 29-Nov-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Added the flags to common and hardcoded them in itrdrv.f |
| ae8d68e4 | 29-Nov-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
first round of changes for svLS solve. still need to set flags to choose svLS branch...suggest hardcode for now, later port to input_fform, common.h and common_c.h |
| ff89a70f | 24-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
fix many warnings
removed loops over multiple files per process - that feature was dead |
| 4c3261e2 | 24-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
write_displ is a dead fn - replace its call with a stop stmt |
| 71350f02 | 24-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
C style comments in a C file |
| b7264451 | 24-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
timer for reading d2wall |
| 20fccb6e | 24-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
timer for writing restarts |
| 86f7e418 | 24-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
don't use C++ comments and declarations in C |
| 266200f9 | 24-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
timer for reading of restart and geombc |
| f168ba47 | 24-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
remove commented code |