| #
b4542ea8
|
| 06-Oct-2022 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Always compute distance to the wall and extend inlet.dat profile to initial condition on step 0.
|
| #
98d6580a
|
| 19-Jun-2017 |
Cameron Smith <smithc11@rpi.edu> |
Merge branch 'cwsmith/core-io-timers'
|
| #
520c014c
|
| 09-Mar-2017 |
Cameron Smith <smithc11@rpi.edu> |
common: set the phiotimer file mode
|
| #
712d3df0
|
| 17-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
bringing PETSc and svLS back to the master
|
| #
8746ab43
|
| 20-Dec-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Trying to confirm that stobjob merge is correct
|
| #
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
|
| #
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
|
| #
20fccb6e
|
| 24-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
timer for writing restarts
|
| #
f32d06b0
|
| 20-Nov-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Complete restart field data written in every restart and force file closed to force flush that otherwise does not happen on BGQ.
|
| #
7acde132
|
| 07-Nov-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Merge branch 'master' of github.com:PHASTA/phasta
Conflicts: phSolver/common/new_interface.c phSolver/incompressible/itrdrv.f
|
| #
1c0c9e76
|
| 07-Nov-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Merge branch 'master' of github.com:PHASTA/phasta
Conflicts: phSolver/common/new_interface.c phSolver/incompressible/itrdrv.f
|
| #
02ab4174
|
| 06-Oct-2015 |
Cameron Smith <cwsmith@users.noreply.github.com> |
Merge pull request #2 from cwsmith/master
merge feature branch supporting in-memory, posix, and sync io
|
| #
2e667770
|
| 27-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
write the magic number
|
| #
740e4609
|
| 25-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
fix conditional, use construct, use streamio_get_r
|
| #
fcf561c1
|
| 20-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
set num sync files from solver.inp
only applies to sync output mode - input does autodetection ... I may have broken it though since I think that call comes before the input.config file is read... d
set num sync files from solver.inp
only applies to sync output mode - input does autodetection ... I may have broken it though since I think that call comes before the input.config file is read... doh
show more ...
|
| #
9f4aafb6
|
| 20-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
"Take your Jedi weapon. Use it. I am unarmed. Strike me down with it. Give in to your anger. With each passing moment you make yourself more my servant."
|
| #
ecf8d2a9
|
| 19-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
compiles
|
| #
8224b9fb
|
| 18-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
stream support
|
| #
32eed141
|
| 13-Aug-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
all fields written to restart on every step not just on last step. forces.dat flushed. ability to stop job on a particular step enabled
|
| #
d7abaf6c
|
| 10-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
compiles...
|
| #
1a8cd4ed
|
| 31-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
fix phio pointer type warnings
|
| #
4ead34e5
|
| 31-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
remove blank lines and commented code
|
| #
2efdc748
|
| 23-Jul-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Reads and writes posix and syncio for compressible
|