| c00b5815 | 23-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
convergence_plot.py: modified to plot loglog |
| 41a0a6d4 | 22-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
gitignore: adding *.png for ignoring convergence plots |
| 11cd8dfb | 22-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Debugging: q[3]=0 since we have slip bc in the z direction |
| fd5d5ca8 | 21-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
verification-test.sh: specify number of faces in the z direction = 1 |
| 273b316d | 21-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Debugging: perform the tests in one ts to investigate the bugs in the spatial discretization |
| ee74828c | 21-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Some changes in E based on the given formulation in the paper |
| 8159f929 | 20-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
style |
| e9178878 | 19-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
debugging: added some if-statements momentarily
style |
| ef1b675a | 19-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
added the plotting command in the bash script for now |
| 2a16f1aa | 19-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
adding the plotting python script for now |
| 20780a2f | 10-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: fixed the title and info of the paper |
| ef59fefe | 10-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
style |
| 48d3aafd | 10-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
style |
| abbba9bd | 10-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: fixed a typo in all examples |
| 6f0816cf | 25-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: fixed some missing parts and updating EULER_VORTEX after merging #596 |
| 70bdffa0 | 23-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
style |
| 0406eb15 | 23-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: added a bash file to get verification test results in .log files. TODO: add test flags to be able to change the test setup through run time arguments. |
| 5ea266a6 | 14-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: Defined a separate variable for mean velocity instead of using wind[3] which was previously defined for Advection(2d) problems |
| 29b190d6 | 14-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
EULER_VORTEX: periodicity for x and y directions added |
| 606cd2a9 | 13-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Removed unused variables and In/OutFlow setup for EULER_VORTEX |
| 0849478f | 12-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids/navierstokes.c: small fix in comments |
| b8d670ce | 05-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
EULER_VORTEX: all QFunctions are using same context |
| e3e036ab | 05-Aug-2020 |
Jed Brown <jed@jedbrown.org> |
fluids/navierstokes: fix pointer semantics for Euler context |
| 07e45d6e | 05-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
updated euler_vortex context |
| 12a9b3ad | 05-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
WIP: defined a new struct for euler_vortex |