History log of /libCEED/ (Results 1876 – 1900 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b0d170e712-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Add MatShell generating code

1737222f24-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 ...

ef080ff910-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

19706a0607-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Create SF for child->parent communication

51ee423e07-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Add CreateStatsDM using DMPlexFilter

- Use DMPlexFilter to extract target plane from the base mesh

0e09212d23-Jan-2023 Pierre Jolivet <pierre@joliv.et>

Fix -Wextra-semi -Wmissing-field-initializers

d52d2bab07-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Use CeedElemRestrictionCreateVector for qdata

7fb7f89820-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

d7cd60df20-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 ...

a72e803610-Jan-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1140 from CEED/jeremy/doc-fix

Minor doc fixes

b99288c110-Jan-2023 Jeremy L Thompson <jeremy@jeremylt.org>

doc - drop unneeded words in headings

83b4526910-Jan-2023 Jeremy L Thompson <jeremy@jeremylt.org>

doc - update license date range

3d31fd7910-Jan-2023 Jeremy L Thompson <jeremy@jeremylt.org>

doc - update command in docs

9a9d0e7010-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

d0a3651710-Jan-2023 Jed Brown <jed@jedbrown.org>

CI Rust: unpin cargo-llvm-cov after --doctests bug fix

b76b096d10-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

4da44c8110-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

b34efc5310-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

b5eea89310-Jan-2023 Jed Brown <jed@jedbrown.org>

examples/fluids: document outflow and add to demos

32a7ae7504-Jan-2023 Jed Brown <jed@jedbrown.org>

examples/fluids/meshes: reparametrize wake region and fix Makefile

8a94a47305-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 ...

848523f509-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

953dad2709-Jan-2023 James Wright <james@jameswright.xyz>

fix: Add missing string formatting to error messages

0d157ec307-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

65fa31ea07-Jan-2023 Jed Brown <jed@jedbrown.org>

examples/fluids: summary report restart state/step/time

1...<<71727374757677787980>>...226