| fc4c3d69 | 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Fix preloading vector
- Preloading should use Q_preload, not Q. Otherwise the initial condition for the "actual" solve is changed by the preload step |
| 7fc69c15 | 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1293 from CEED/jeremy/warn-set-qfpts
CeedOperatorSetNumQuadraturePoints Deprecation |
| fc94c5ac | 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1308 from CEED/jrwrigh/setup_fem
Fluids: Add DMSetupByOrder helper functions |
| d68a66c4 | 25-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add DMSetupByOrder_* helper function |
| 116622c9 | 25-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Solution component names CGNS compliant
- Note there isn't a CGNS name for our energy term (somehow...). The standard uses "Density" to describe volume density rather than mass density,
fluids: Solution component names CGNS compliant
- Note there isn't a CGNS name for our energy term (somehow...). The standard uses "Density" to describe volume density rather than mass density, so I've droppped that term here
show more ...
|
| a6c25f98 | 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1306 from CEED/jrwrigh/test_name
tests: Update spanstats test name |
| 429cd948 | 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
tests: Update spanstats test name
- Missed this in a previous PR |
| 1b51627e | 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1223 from CEED/jrwrigh/decompose_sgs_dd
Fluids: Decompose SGS DD input and output processing |
| 297d44ec | 24-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1305 from CEED/jeremy/name-for-humans
Test case name can be human-readable now |
| 7c1724da | 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1298 from CEED/jrwrigh/taylor-green-vortex
Fluids: Add Taylor-Green vortex problem |
| 3c708d80 | 24-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1299 from CEED/sjg/cuda-hip-backends-consistency
Style fixes for `cuda` and `hip` backend consistency |
| b2165e7a | 11-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Whitespace, style, and formatting updates for consistency between CUDA and HIP backends
Adds include guards in JiT header files, even if not strictly necessary, to match the precedent set in cuda-sh
Whitespace, style, and formatting updates for consistency between CUDA and HIP backends
Adds include guards in JiT header files, even if not strictly necessary, to match the precedent set in cuda-shared and hip-shared as well as sycl.
show more ...
|
| 4a56ddfb | 11-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Remove two unused files from cuda-shared and hip-shared backends
|
| 49ed4312 | 10-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Minor formatting consistency for SYCL backend files |
| 53f7acb1 | 24-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1292 from CEED/sjg/gpu-rstr-unify
Unify `magma` backend restriction with `cuda-ref` and `hip-ref` |
| fa5adaf5 | 24-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - test case name can be human-readable now |
| cdfe4a0a | 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
tests: Update fluids test names |
| 9c8d4ec5 | 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1303 from CEED/jrwrigh/fluids-setupqfs
fluids: Refactor setupgeo*, calculate dXdx directly for strong BC |
| 033346be | 24-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1304 from CEED/jeremy/strided-lsize
Check l-vec length for strided rstr creation |
| e7f679fc | 24-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
restr - check l-vec length for strided rstr creation |
| 87640537 | 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add Taylor-Green vortex IC test |
| 9e576805 | 20-Aug-2023 |
James Wright <james@jameswright.xyz> |
doc: Fluids Taylor-Green vortex problem |
| 14712a6b | 07-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add Taylor-Green vortex problem |
| aca496be | 17-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - dont error on redundant CeedOperatorSetNumQuadraturePoints call, add deprecation warning |
| b32ff2a3 | 25-May-2023 |
James Wright <james@jameswright.xyz> |
fluids: Extract out the DD output processing |