| b0d170e7 | 12-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add MatShell generating code |
| 1737222f | 24-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add CreateElemRestrColloc for statistics
- These CeedElemRestrictions are for storing the quadrature point data at the child points and for their implementation into the parent quadratur
fluids: Add CreateElemRestrColloc for statistics
- These CeedElemRestrictions are for storing the quadrature point data at the child points and for their implementation into the parent quadrature points.
show more ...
|
| ef080ff9 | 10-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Mass QF for different number of components
- In order to avoid "Function defined, but not used" warnings, the ReturnMassQFunction is used to return the correctly sized mass QF |
| 19706a06 | 07-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Create SF for child->parent communication |
| 51ee423e | 07-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add CreateStatsDM using DMPlexFilter
- Use DMPlexFilter to extract target plane from the base mesh |
| 0e09212d | 23-Jan-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix -Wextra-semi -Wmissing-field-initializers |
| d52d2bab | 07-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Use CeedElemRestrictionCreateVector for qdata |
| 7fb7f898 | 20-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1143 from CEED/jed/git-safe-directory
gitlab-ci: use safe.directory to describe system directories |
| d7cd60df | 20-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
gitlab-ci: use safe.directory to describe system directories
This is a side-effect-free way to describe a repository that may be owned by a different user.
https://github.blog/2022-04-18-highlights
gitlab-ci: use safe.directory to describe system directories
This is a side-effect-free way to describe a repository that may be owned by a different user.
https://github.blog/2022-04-18-highlights-from-git-2-36/#stricter-repository-ownership-checks
show more ...
|
| a72e8036 | 10-Jan-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1140 from CEED/jeremy/doc-fix
Minor doc fixes |
| b99288c1 | 10-Jan-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - drop unneeded words in headings |
| 83b45269 | 10-Jan-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - update license date range |
| 3d31fd79 | 10-Jan-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - update command in docs |
| 9a9d0e70 | 10-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1139 from CEED/jed/unpin-cargo-llvm-cov
CI Rust: unpin cargo-llvm-cov after --doctests bug fix |
| d0a36517 | 10-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
CI Rust: unpin cargo-llvm-cov after --doctests bug fix |
| b76b096d | 10-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1133 from CEED/jed/fluids-riemann-outflow
Switch outflow from pressure to Riemann pressure + temperature |
| 4da44c81 | 10-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1137 from CEED/jed/rust-nightly-llvm-tools
CI Rust: pin cargo-llvm-version@0.5.3 to avoid --doctests breakage |
| b34efc53 | 10-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
CI Rust: pin cargo-llvm-version@0.5.3 to avoid --doctests breakage
https://github.com/taiki-e/cargo-llvm-cov/pull/237#issuecomment-1376755750 |
| b5eea893 | 10-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: document outflow and add to demos |
| 32a7ae75 | 04-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
examples/fluids/meshes: reparametrize wake region and fix Makefile |
| 8a94a473 | 05-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: Riemann outflow using pressure and temperature
* This allows stable sustained and transient recirculation.
* short-wake domain recirculation behind cylinder has sustained rec
examples/fluids: Riemann outflow using pressure and temperature
* This allows stable sustained and transient recirculation.
* short-wake domain recirculation behind cylinder has sustained recirculation. If the exterior temperature is different, the recirculation will bring in the wrong temperature, but at least it's stable. * nwave with slow background causes transient flow reversal when strong acoustic hits boundary. * Clean outflow and lid for Blasius
* I tried the 2 P_ext - P_int strategy from Mengaldo (constant density) and with specified exterior temperature, but they disrupted the interior flow and were not significantly less reflective.
* The methods I tried for extrapolating interior temperature were not stable. Simple extrapolation of velocity worked best, and did not show signs of instability, perhaps because the neighboring flow and implicit solve ties it together.
* This commit adds support for softmax control of recirculation, but the parameters were finnicky, solver nonlinearity was a concern, and I'm not convinced it's ever better than just allowing recirculation.
show more ...
|
| 848523f5 | 09-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1136 from CEED/jrwrigh/fix-error-formatting
fix: Add missing string formatting to error messages |
| 953dad27 | 09-Jan-2023 |
James Wright <james@jameswright.xyz> |
fix: Add missing string formatting to error messages |
| 0d157ec3 | 07-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1134 from CEED/jed/fluids-ts-reason-no-error
fluids: report TS converged reason and exit cleanly |
| 65fa31ea | 07-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: summary report restart state/step/time |