| 58e4b056 | 29-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - mark new multigrid operators as fixed |
| 6aaed0ed | 29-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - check for single active basis/restr |
| 224aad70 | 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - fix myst_url_schemes type |
| 01ff933c | 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - doxyfile updates |
| ea61e9ac | 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - assorted formatting fixes |
| d20f58d5 | 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1103 from CEED/jed/fix-julia-tests |
| c75b43c8 | 30-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1097 from CEED/jeremy/couple-of-$
minor - missing $ in code samples |
| caee0302 | 30-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Julia: move identity test from release to development to fix path issue
I think this was a side-effect of fixing path handling for Ratel/installs that we didn't notice at the time. Anyway, it works
Julia: move identity test from release to development to fix path issue
I think this was a side-effect of fixing path handling for Ratel/installs that we didn't notice at the time. Anyway, it works as a dev test, but (now) not as a release test.
show more ...
|
| f7de2e2b | 30-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1102 from CEED/jrwrigh/re-pretty_fluids
style: Prettyify fluids after clang-format switch |
| 46603fc5 | 29-Nov-2022 |
James Wright <james@jameswright.xyz> |
style: Prettyify fluids after clang-format switch
Mainly rearrange the input/output variable declarations for QFunctions |
| f11332b8 | 22-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - missing $ in code samples |
| a61f0f4d | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1095 from CEED/jed/remove-stale-indent-comments
remove stale indent comments |
| a9263e43 | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1094 from CEED/jrwrigh/fix-error-typo
fluids: Fix freestream error typo |
| 1070106f | 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 |
| 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 |
| 25824358 | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1091 from CEED/rezgar/update-CEED_EVAL_DIV
Update CEED_EVAL_DIV/INTERP |
| 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 |
| 0d45fbd5 | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1093 from CEED/ade/hllc-bcs
examples/fluids: upgrade to HLLC |
| 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 |
| 1893eea7 | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1092 from CEED/jrwrigh/fix_newtonianwave
fix(fluids): Correct size of epicenter array |