| 1fdce93e | 04-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
current time added to User struct |
| 90c7885b | 04-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fixed slip BCs on z direction |
| 1b852f1f | 04-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
delete incorrect comments |
| 49967f00 | 03-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
add context for qf_rhsVol in euler_vortex |
| fb2a0706 | 02-Aug-2020 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: add context for qf_rhsVol in EULER_VORTEX |
| 753d00aa | 31-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
WIP: added essential BCs |
| e2043960 | 31-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
The physical in/outflow setup is removed and exact solutions are applied instead ... this commit needs to be reverted for a physical euler problem. |
| b0bdb369 | 30-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
set the current time |
| f072e2d0 | 27-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
some corrections |
| 33834b8c | 27-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
added forcing terms |
| 8c53f273 | 27-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fixed exact solutions |
| 47ff3025 | 23-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Added time to to the exact solution but needs to check the implementation |
| 1b7fe7ae | 23-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fixed the incoming velocity field to be consistent with the in/outflow faces |
| 00e17ee3 | 21-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
clean up and remove cv and cp from the context |
| 86ba6f09 | 21-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
some fix and style |
| b9922dd2 | 20-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
removed Rd and g |
| e5ed8c30 | 20-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
debugging ... |
| b9c3f7b3 | 17-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: Added In/OutFlow QFunctions for euler_vortex test |
| fae0d315 | 16-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
small fix |
| 4438636f | 16-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Added support for in/outflow in Euler equations. Next step: defining in/outflow QFunctions. |
| 011314a7 | 15-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
updated ICs and comments, still need to figure out BCs |
| eb088987 | 13-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Initial commit for adding euler traveling vortex test; ICs and BCs to be added |
| dc8efd83 | 31-Mar-2021 |
Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com> |
Fluids - More Regression Tests (#687)
* examples/fluids: Regression tests: Changed the reference files' names and
the flags to associate with the corresponding example (so far
density_current only
Fluids - More Regression Tests (#687)
* examples/fluids: Regression tests: Changed the reference files' names and
the flags to associate with the corresponding example (so far
density_current only)
Changed the files' names
Changed the flags
* examples/fluids: added new regression tests for advection(2d)
* examples/fluids: regression tests: removed the enums and passed defined command-line options for filepath and test tolerance.
Removed solver controls and assigned testtol=1E-11 for explicit cases.
style
examples/fluids: regression tests: fixed the pathfile issue (it needs to be relative)
examples/fluids: Specified a name for each test
examples/fluids: TESTARGS - trying absolute path for the test files
* tests/tap.sh: Print out test names for fluids examples
inspired-by: @jeremylt
tests/tap.sh: drop quotation marks from the printed test names
* tests: specify test name for ceed and nek examples and print the names when there are multiple test arguments
* examples/fluids: remove test_ from test names
* style
* tests/junit.py: Add name for tests with multiple test cases
* examples/ceed/ex1-volume.c: make the naming of the tests consistent
* tests/junit.py: a more compact if statement
helped-by: @jeremylt
* examples/fluids: drop the broken supg test of density_current for now
The stabilization enum is not passed to density_current QFunction hence
the test doesn't work. We need to create a new test when the code is
debugged.
show more ...
|
| d99129b9 | 17-Mar-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Command line option for viz in Fluids and Solids examples
examples/fluids: change the cl option -of to -output_dir for the output folder
examples/solids: add cl option -output_dir for the viz outpu
Command line option for viz in Fluids and Solids examples
examples/fluids: change the cl option -of to -output_dir for the output folder
examples/solids: add cl option -output_dir for the viz output
change: output folder -> output directory
Co-authored-by: Jed Brown <jed@jedbrown.org>
examples: change variable name outputfolder -> outputdir
examples: update the README files
show more ...
|
| 3d576824 | 29-Jan-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
headers - clearify includes to not rely on transitive includes (#701)
* headers - clearify includes to not rely on transitive includes
* style - add header recommendations from 'include-what-you-
headers - clearify includes to not rely on transitive includes (#701)
* headers - clearify includes to not rely on transitive includes
* style - add header recommendations from 'include-what-you-use'
* style - apply 'include-what-you-use' changes to CUDA backends
* style - 'include-what-you-use' for hip backends
* style - drop ceed.h includes in gallery qf source
* docs - add dev notes for header files
* style - header style and alphabetize
show more ...
|