| e4e1133f | 17-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix mismatching declaration |
| 940a72f1 | 10-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Formatting consistency for magma backend with cuda-ref and hip-ref
Includes JiT upgrades for Magma non-tensor basis to only compile for N values which are used at runtime. Adds JiT for Magma non-ten
Formatting consistency for magma backend with cuda-ref and hip-ref
Includes JiT upgrades for Magma non-tensor basis to only compile for N values which are used at runtime. Adds JiT for Magma non-tensor basis CEED_EVAL_WEIGHT mode.
show more ...
|
| 3c1e2aff | 11-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Formatting updates for MAGMA JiT kernels |
| f80f4a74 | 09-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Rename files in magma backend for consistency with other libCEED backends |
| 53560eb2 | 16-Oct-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove coordinates from IFunction_NodalSgs
- Stragler from previous PR |
| 645ad15b | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Merge pull request #1371 from CEED/kjansen/DropPotentialFromEtot
Drop Potential Energy from Etot conservation variable |
| 864c3524 | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
typo |
| 5a8cc060 | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
connecting body force vector to gravity vector. Note both still have density multiplier in momentum equation and are dotted with momentum in energy equation. |
| 36f34280 | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Merge branch 'kjansen/DropPotentialFromEtot' of ssh://github.com/CEED/libCEED into kjansen/DropPotentialFromEtot |
| 9d1d9d8d | 13-Oct-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1379 from CEED/jrwrigh/fluids_test_nochange
fluids: Don't set ts_max_steps if not TESTTYPE_NONE |
| 75345bf1 | 13-Oct-2023 |
Kenneth E. Jansen <kenneth.jansen@colorado.edu> |
style errors induced by dropping coordinates where not used |
| 61b46178 | 13-Oct-2023 |
James Wright <james@jameswright.xyz> |
test: Add corrected tests for removing E_potential from E_total |
| f3fe2dc9 | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
deleted all the unused coordinate references that were throwing warnings |
| 5c050d57 | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
reverting the change to IC that caused divergence on first step...guess I was too sleepy to drive last night |
| 608706e5 | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
quick attempt at taking potential out of the initial condition makes the error norm much smaller but still probably cannot compare solutions with different Etot variables |
| 9e3479b6 | 12-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
adding body force term to energy equation...for now the b vector is using what is put into gravity |
| e880f783 | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
minus S |
| f5c0240d | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
v2 docs |
| f3d45a63 | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
first cut at docs |
| c61d8c12 | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
last one maybe |
| 082f1e76 | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
more style edits |
| 03c70712 | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
style cleanup |
| 58ec4eff | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
missed some places that BI restoration requires |
| 8b119f3f | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
boundary integrals get coordinates back as some tests use BI that needs them |
| abdcf542 | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Potential energy removed from all state helpers so no more x (or dx) dependence for them. Interior integrals still need x for IDL but boundary elements don't so removed. This touches lots of qfuncti
Potential energy removed from all state helpers so no more x (or dx) dependence for them. Interior integrals still need x for IDL but boundary elements don't so removed. This touches lots of qfunctions that make state calls and a few problems as well
show more ...
|