| 46de7363 | 18-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add SimpleBC to problem setup function |
| c5c39209 | 18-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Move FreestreamBCSetup to newtonian.c |
| 47fa654b | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
style: remove obsolete (with clang-format) INDENT comments |
| f1b2b827 | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: fix newtonianwave for conservative variables
Update time step closer to advective CFL |
| 1a52d319 | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: fix variable and Riemann switch/case/break |
| c9cd6588 | 18-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Fix freestream error typo |
| f1e435c9 | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: freestream options and documentation
* Collect options under -freestream_ prefix and use HLLC by default. * newtonianwave.yaml: equal aspect, monitoring options |
| c95797ef | 17-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: switch freestream to HLLC |
| 84ae27eb | 17-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: consolidate HLL and add HLLC |
| 3972bbdd | 09-Nov-2022 |
AdelekeBankole <adeleke.bankole@colorado.edu> |
add HLLC Riemann solver |
| 8577323f | 09-Nov-2022 |
AdelekeBankole <adeleke.bankole@colorado.edu> |
add HLLC riemann solver |
| a636be43 | 17-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Zero gravity for newtonianwave.yaml |
| 6ed13861 | 17-Nov-2022 |
James Wright <james@jameswright.xyz> |
fix(fluids): Correct size of epicenter array |
| 2b730f8b | 17-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Switch to clang-format (#1051)
* style - switch to clang-format
* ci - use newer libxsmm
* action - update format action
* format - consistent use of {} for multi-line if/for
* make - re
Switch to clang-format (#1051)
* style - switch to clang-format
* ci - use newer libxsmm
* action - update format action
* format - consistent use of {} for multi-line if/for
* make - remove stray newline
* make - simpler 'make format' target
* ci - use newer libxsmm
* doc - minor release note claification
* minor - minor fix
* minor - minor fix
* minor - minor fix
* minor - minor fix
* make format
* format - less aggressive alignment rules
* tidy - check for argument name mismatches
* fix newline
* format - mirror Ratel update to .clang-format
* fix merge error
* fix merge conflict
* fix merge error
* drop style in .phony list
* Update .clang-format
Co-authored-by: Jed Brown <jed@jedbrown.org>
* apply updated format
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| 69293791 | 15-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Make simulation continuation more flexible (#1086)
* fluids: Add options to continue from specific file
* fluids: Option to write out bins with step number
* doc(fluids): Document outp
fluids: Make simulation continuation more flexible (#1086)
* fluids: Add options to continue from specific file
* fluids: Option to write out bins with step number
* doc(fluids): Document output/continuation flags
show more ...
|
| 98e66431 | 15-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1080 from CEED/ade/riemann-bcs
HLL Flux for Riemann BCs |
| c9e00a29 | 15-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: remove stray ceed/types.h (breaking GPU) |
| 061ff11e | 15-Nov-2022 |
James Wright <james@jameswright.xyz> |
doc(fluids): Correct grammar in CLI descriptions |
| 4e6d28ff | 15-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add missing license header to stab_types.h |
| 89e3cb53 | 10-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Move freestream bc setup to function
- This will allow it to be called from other problems more easily (ie. for the Blasius problem) |
| f0a19222 | 09-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add HLL Jacobian for freestream bc |
| b0c32176 | 07-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: fix newtonwave (Mengaldo) initial condition |
| 7ec884f8 | 03-Nov-2022 |
James Wright <james@jameswright.xyz> |
doc(fluids): Add Newtonian Wave, bc_freestream
- Also fix citation in the Shock Tube documentation.
Co-authored-by: Jed Brown <jed@jedbrown.org> |
| ddd18e95 | 03-Nov-2022 |
AdelekeBankole <adeleke.bankole@colorado.edu> |
examples/fluids: use Roe speeds directly in HLL
Co-authored-by: Jed Brown <jed@jedbrown.org> |
| cea0a271 | 02-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add newtonian_wave problem
- Mainly used to verify the HLL boundary condition. |