| 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 |
| a915a514 | 17-Nov-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Updated CEED_EVAL_DIV in ref/opt/blocked backends |
| 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. |
| fa8c78e2 | 14-Nov-2022 |
Zach Atkins <zacharyjayhawk@gmail.com> |
Update error for multi-field diagonal assembly (#1089)
* Update error for multi-field diagonal assembly
* update error message for multi-field non-composite operator assembly |
| 52cc7a5e | 14-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1088 from CEED/jrwrigh/stg_fluctuating_IC
fluids: Add option for STG fluctuations in initial condition |
| 4f19f491 | 11-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #900 from CEED/rez/bps-tetra
PETSc BPs with tetrahedral elements |
| 3ce1835e | 05-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Prevent Chebyshev calc if using STG |
| 24941a69 | 05-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Style, refactor to PetscCall, etc. |
| 89060322 | 05-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add STG fluctuations to initial condition
- Extrudes the STG fluctuations downstream of the inflow (using the STG method's inherent dependence on streamwise distance) |
| 0a8fc04a | 08-Nov-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Got the correct order of accuracy for bp3/bp4 |