| 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 ...
|
| ab25172f | 31-Mar-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
gitlab - display number processes avaliable for tests (#706)
* gitlab - display number processes avaliable for tests
* gitlab - seprate CPU and GPU nproc
* gitlab -update nproc export
* git
gitlab - display number processes avaliable for tests (#706)
* gitlab - display number processes avaliable for tests
* gitlab - seprate CPU and GPU nproc
* gitlab -update nproc export
* gitlab - set NPROC_GPU to min of nproc, 8
show more ...
|
| 3655fa6d | 20-Mar-2021 |
Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com> |
Merge pull request #714 from CEED/leila/ex-output-dir
Fluids & Solids | add/modify cl options for viz output folder |
| 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 ...
|
| e15f9bd0 | 20-Mar-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Error Handling Improvement [fix #696] (#691)
* Operator - add operator/qfunction field compatibility checks
* QFunction - do not allow adding fields to QFunction in use with an operator
* Exam
Error Handling Improvement [fix #696] (#691)
* Operator - add operator/qfunction field compatibility checks
* QFunction - do not allow adding fields to QFunction in use with an operator
* Examples - add some extra exclusion markers in ceed example
* error - add error enum
* error - update error enum names and numbering
* error - use CEED_ERROR_BACKEND in all backend errors
* error - begin classifying interface errors
* error - update backends to use CEED_ERROR_SUCCESS and CeedChkBackend
* error - use new errors in gallery
* error - add some unsaved modifications
* error - improve documentation
* error - define CEED_ERROR_SUCCESS in GPU JiT; we really should have a common header to pipe defines to the JiT code
* error - more error code editing
* error - fix error string
* operator - fix setting field qpts
* basis - add input/output dimension error checking
* python - move basis utility methods to ceed object, no basis required or used
* python - force exit with negative error code
* make style-py
* rust - initial work to add error handling logic
* rust - add ceed.resource method
* rust - add results for methods that may fail
* rust - also format doctests
* minor - drop unused CeedChk()
* error - rename terminal/nonterminal to major/minor
* rust - set ErrorStore as default errorhandler
* python - revert error handing change for python
* python - use success error code from C bindings
* error - only upgrade error code in backend if positive
show more ...
|
| b3bcc043 | 20-Mar-2021 |
Jed Brown <jed@jedbrown.org> |
Python: fix escape formatting |
| bd4df462 | 20-Mar-2021 |
Jed Brown <jed@jedbrown.org> |
Python: fix parse/skip of multi-line CEED_VERSION_GE macro |
| e24eaa76 | 20-Mar-2021 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/ceed-version' [PR #698]
* jed/ceed-version: Add version macros and CeedGetVersion() [fix #697] |
| 1070991d | 24-Jan-2021 |
Jed Brown <jed@jedbrown.org> |
Add version macros and CeedGetVersion() [fix #697]
Requested-by: Freddie Witherden <freddie@witherden.org> |
| 649642aa | 10-Mar-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #707 from CEED/add-gpu-arch-opts
add CUDA_ARCH and HIP_ARCH options |
| 52fd280e | 03-Mar-2021 |
nbeams <246972+nbeams@users.noreply.github.com> |
add CUDA_ARCH and HIP_ARCH to CONFIG_VARS |