| 3d65b166 | 29-Nov-2022 |
James Wright <james@jameswright.xyz> |
style: Prettyify fluids after clang-format switch
Mainly rearrange the input/output variable declarations for QFunctions |
| d83e1a91 | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1095 from CEED/jed/remove-stale-indent-comments
remove stale indent comments |
| 3e425e90 | 18-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Improve freestream setup guards
- Run setup function when freestream bcs are requested - Don't require -freestream_velocity to be set |
| d1c51a42 | 18-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add SimpleBC to problem setup function |
| 0bc3fea4 | 18-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Move FreestreamBCSetup to newtonian.c |
| 21651823 | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
style: remove obsolete (with clang-format) INDENT comments |
| a3418633 | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: fix newtonianwave for conservative variables
Update time step closer to advective CFL |
| 4bd3f19d | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: fix variable and Riemann switch/case/break |
| 9516cf12 | 18-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Fix freestream error typo |
| 402b146d | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1093 from CEED/ade/hllc-bcs
examples/fluids: upgrade to HLLC |
| edf614b5 | 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 |
| c2c93676 | 17-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: switch freestream to HLLC |
| 736e1a25 | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1092 from CEED/jrwrigh/fix_newtonianwave
fix(fluids): Correct size of epicenter array |
| dbb62a19 | 17-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: consolidate HLL and add HLLC |
| 68336a5a | 09-Nov-2022 |
AdelekeBankole <adeleke.bankole@colorado.edu> |
add HLLC Riemann solver |
| b8d43dcd | 09-Nov-2022 |
AdelekeBankole <adeleke.bankole@colorado.edu> |
add HLLC riemann solver |
| 5aaebd74 | 17-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Zero gravity for newtonianwave.yaml |
| 6882d062 | 17-Nov-2022 |
James Wright <james@jameswright.xyz> |
fix(fluids): Correct size of epicenter array |
| 2b916ea7 | 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 ...
|
| 91a36801 | 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 ...
|
| 68975cc9 | 15-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1080 from CEED/ade/riemann-bcs
HLL Flux for Riemann BCs |
| 6e91fb5f | 15-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: remove stray ceed/types.h (breaking GPU) |
| 83c686fe | 15-Nov-2022 |
James Wright <james@jameswright.xyz> |
doc(fluids): Correct grammar in CLI descriptions |
| 27ae9ba5 | 15-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add missing license header to stab_types.h |
| ff82278d | 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) |