| 93844253 | 24-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids doc: update description of SUPG
The old description is a relic from earlier comparisons of the GLS versus VMS justifications. We now describe the version that is implemented and work
examples/fluids doc: update description of SUPG
The old description is a relic from earlier comparisons of the GLS versus VMS justifications. We now describe the version that is implemented and works well.
show more ...
|
| 833ca6b5 | 24-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
doc: rename libCEED.svg to avoid latex build issue
sphinx/pandoc creates libCEED.pdf from libCEED.svg and places it in the latex build directory where the manual, also named libCEED.pdf, needs to go
doc: rename libCEED.svg to avoid latex build issue
sphinx/pandoc creates libCEED.pdf from libCEED.svg and places it in the latex build directory where the manual, also named libCEED.pdf, needs to go. Renaming avoids this conflict and circular include that breaks latex.
show more ...
|
| 2926379f | 24-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
doc: use lualatex and unicode-math for font consistency in pdf manual
Due to a mix of older packages, our math rendered with Computer Modern rather than the intended TeX Gyre Pagella Math (a font ma
doc: use lualatex and unicode-math for font consistency in pdf manual
Due to a mix of older packages, our math rendered with Computer Modern rather than the intended TeX Gyre Pagella Math (a font made to go with our main text). The bm package does not work with unicode-math so we provide a replacement for consistency with KaTeX.
show more ...
|
| 5fa52faa | 24-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
gitignore: cgns and webm |
| 8c9b9047 | 24-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Add Rezgar and James in preparation for v0.11 |
| 229df817 | 24-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1123 from CEED/jed/rust-interfaces
rust: add Basis::create_projection |
| e45c115f | 23-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
rust: add examples/rust/mesh to workspace
This is an internal utility crate with no tests there now, but may as well acknowledge that it's there. |
| 00d548f6 | 23-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
rust: add Basis::create_projection |
| 3245a0ef | 23-Dec-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1122 from CEED/jeremy/fix-leaks
Fix leak in CeedCompositeOperatorGetMultiplicity |
| 811d0ccf | 23-Dec-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - fix leak in CeedCompositeOperatorGetMultiplicity |
| e6b94121 | 21-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1096 from CEED/leila/fluids-stab-coef
Fluids-newtonian: Stabilization coefficients dependent on polynomial degree |
| fc14f3f6 | 21-Dec-2022 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fluids: default q_extra = 0 |
| 638b17a1 | 21-Dec-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1121 from CEED/jeremy/junit-updates
Add Ratel junit.py updates |
| c5dde687 | 21-Dec-2022 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fluids/newtonian: fix indexing of Ctau_v |
| 75538696 | 21-Dec-2022 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fluids/newtonian: automate Ctau_* |
| 4a2fcf2f | 21-Dec-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
junit - add incremental output for tap, error/failure output for junit |
| 94c01735 | 21-Dec-2022 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fluids/newtonian: automate Ctau_v |
| ebd2ea64 | 18-Nov-2022 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fluids-newtonian: Stabilization coefficients dependent on polynomial degree |
| 320d689d | 20-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1120 from CEED/jed/rust-coverage
Rust coverage |
| 751b7b16 | 20-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
CI: switch from tarpaulin to llvm-cov
actions-rs/tarpaulin seems abandoned and llvm-cov is used by the savvy projects I surveyed. |
| 96d6d7c2 | 20-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1119 from CEED/jed/ci-rocm-5.4.1
CI: update to rocm-5.4.1 |
| 81cb91cb | 20-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
CI: update to rocm-5.4.1 |
| d1a60f8e | 20-Dec-2022 |
James Wright <james@jameswright.xyz> |
Merge pull request #1114 from CEED/jrwrigh/fix-ns-mesh-wording |
| d8e1a4b6 | 20-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1117 from CEED/julia-0.11-updates
Julia updates in preparation for 0.11 |
| c21ff61b | 20-Dec-2022 |
James Wright <james@jameswright.xyz> |
fluids: Clarify definition of Global nodes |