| 9135a224 | 26-Mar-2021 |
Jed Brown <jed@jedbrown.org> |
Install install backend headers under include/ceed/
This makes it possible to distribute source plugins that provide additional backends. It's also used in MFEM, perhaps temporarily.
Deprecate ceed
Install install backend headers under include/ceed/
This makes it possible to distribute source plugins that provide additional backends. It's also used in MFEM, perhaps temporarily.
Deprecate ceed-backend.h, which was not previously installed, but some users accessed it from an in-place build.
Also install CUDA and HIP headers that allow users to provide CUfunction and hipFunction_t.
Co-authored-by: Jeremy L. Thompson <jeremy.thompson@colorado.edu> Requested-by: Andrew T. Barker <barker29@llnl.gov>
show more ...
|
| 542ad0d0 | 10-Mar-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids/conv_plot.py: clean-up |
| ed54b5cd | 10-Feb-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: Some clean-up in the post-processing files
Only report the failure of the convergence test if it fails. |
| 89a1392a | 03-Feb-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: ETV - the convergence test comparison was failing since P_inlet is now hard-coded for each test and doesn't go through the scaling |
| f700ca77 | 03-Feb-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: ETV - a better conditional statement for incoming T and P |
| 084da99e | 03-Feb-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: ETV - removed old cl options |
| 3c2b949c | 03-Feb-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: ETV - drop stabilization |
| 35871b0d | 03-Feb-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: ETV - more clean-up |
| b30e1a2b | 03-Feb-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: ETV - removed unused variables |
| 9a8fe8ba | 03-Feb-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: ETV - removed the support for the forcing terms required for mms |
| e95e2549 | 02-Feb-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: some clean-up |
| 7a4b0907 | 01-Feb-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: ke -> E_kinetic for consistency |
| 3f4af830 | 01-Feb-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: remove T_inlet and P_inlet cl options and hard code them for each case |
| 597977fc | 01-Feb-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: fix warning about the stab option usage |
| 4427b0b0 | 01-Feb-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: fix broken advection(2d) problem |
| 3e4fa1c4 | 31-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: removed vortex_strength from SetupContext |
| 8d69e375 | 31-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: remove unused context from SetUpDM() |
| 5f926178 | 31-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: bring back missing VecView function call |
| eb607437 | 31-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: fix typo in comments |
| 6ad81e94 | 30-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
README: style |
| 8ef11c93 | 30-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
README: Added in/outflow BCs for ADVECTION |
| 268c6924 | 30-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
README: Added Euler Traveling Vortex |
| 31763b19 | 30-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: Added more comments |
| 86f30f89 | 29-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: Set up implicit scheme, including stabilization methods SU and SUPG |
| d7a233f2 | 29-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
DC: Added missing wdetJ in the stabilization term of SU method in the explicit scheme |