| c94bf672 | 04-Jan-2022 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
doc: explain tau for conservative variables |
| 89ec833c | 04-Jan-2022 |
Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com> |
Update doc/sphinx/source/references.bib |
| 932417b3 | 01-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: tau as spatial criterion 2 of hughesetal2010
Testing traveling vortex with
$ build/fluids-navierstokes -problem euler_vortex -ts_adapt_monitor -lx 1000 -ly 1000 -lz 50 -dm_plex_box
examples/fluids: tau as spatial criterion 2 of hughesetal2010
Testing traveling vortex with
$ build/fluids-navierstokes -problem euler_vortex -ts_adapt_monitor -lx 1000 -ly 1000 -lz 50 -dm_plex_box_faces 20,20,1 -ts_adapt_safety 0.8 -implicit -snes_atol 1e-3 -ksp_atol 1e-4 -ksp_rtol 1e-3 -ts_type alpha -ts_dt 0.1 -ksp_type bcgs -pc_type lu -log_view -snes_monitor -ksp_monitor -snes_converged_reason -output_freq 1 -degree 1 -ts_max_time 5. -stab supg -snes_lag_jacobian 30 -snes_lag_jacobian_persists -snes_mf_operator
show more ...
|
| 11dee7da | 31-Dec-2021 |
Jed Brown <jed@jedbrown.org> |
examples/fluids docs: explain stabilization |
| c38440ba | 01-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
doc: upgrade sphinx to support python-3.10; fix {c:struct} reference |
| e6225c47 | 20-Dec-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fluids - fix flux Jacobian and add su/supg to euler_vortex |
| 778d1b41 | 12-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #867 from CEED/jeremy/rust-lifetimes
rust - looser lifetime restrictions |
| 594ef120 | 11-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - looser lifetime restrictions |
| 51d630a3 | 24-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #864 from CEED/jeremy/gpu-templates
GPU - pull quoted kernels into separate files |
| 3451974f | 23-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - update release notes |
| d7d111ec | 23-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - style consistency |
| 43c928f4 | 23-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - minor style |
| 46dc0734 | 23-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - improved human-readability of debugging output |
| 437930d1 | 22-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - pull quoted kernels into separate files |
| bf1325d6 | 22-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #852 from CEED/jeremy/rust-slice-borrow
rust - add slice borrowing |
| e46a712d | 22-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - logic for copying vec ref into separate function |
| 35afbe75 | 22-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - add VectorSliceWrapper::from_vector_and_slice_mut |
| d92fedf5 | 22-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #863 from CEED/jeremy/gpu-jit-code
GPU - separate common code into separate folder |
| d3677ae8 | 22-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - use for-in over for_each when not using iterator chain |
| 0d0321e0 | 22-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - consistent nameing and style for gpu backends |
| f87d896c | 22-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - drop unused argument in init |
| d7c981f3 | 22-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - drop unused [HIP, CUDA]_MAX_PATH constant |
| 7fcac036 | 22-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - split common cuda/hip data into separate folder |
| 6d69246a | 21-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda - separate compile functionality into new header |
| 486868d3 | 21-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - update name of 'wrap_slice_mut()' |