| 216bbcaf | 13-Oct-2023 |
James Wright <james@jameswright.xyz> |
fluids: Don't set ts_max_steps if not TESTTYPE_NONE |
| 4b61a5a0 | 13-Oct-2023 |
Rezgar Shakeri <42816410+rezgarshakeri@users.noreply.github.com> |
updated rest-t501 error tol (#1378) |
| 7fe81b69 | 13-Oct-2023 |
Kenneth E. Jansen <kenneth.jansen@colorado.edu> |
style errors induced by dropping coordinates where not used |
| 2f439227 | 13-Oct-2023 |
James Wright <james@jameswright.xyz> |
test: Add corrected tests for removing E_potential from E_total |
| dd5392c1 | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
copied mains into this branch (which I thought I did before but maybe it is a moving target today). |
| 242a7fda | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
deleted all the unused coordinate references that were throwing warnings |
| 0ef64b85 | 13-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1377 from CEED/jeremy/rust-update
Rust - clearer t501 error message |
| 48a3759f | 13-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1376 from CEED/zach/improved-tap-output
Improve TAP output |
| 1ce8139f | 13-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - clearer t501 error message |
| 8938a869 | 13-Oct-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Improve TAP output |
| 0d674129 | 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 |
| a77d2765 | 13-Oct-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1374 from CEED/jrwrigh/fix_test_python
fix(test): Use explicit `typing` objects for containers |
| cd2ae618 | 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 |
| 78cb100b | 13-Oct-2023 |
James Wright <james@jameswright.xyz> |
fix(test): Use explicit `typing` objects for containers
- Using `list[str]` for type hints is incompatible with Python 3.7.9 (at least, possibly with newer versions as well) |
| 19868e18 | 12-Oct-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Add parallelism within test files (#1372)
* Add parallelism within test files
* Remove NPROC_POOL from nek tests
* Fix formatting |
| 858ec087 | 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 |
| 5bccb0d5 | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
minus S |
| d69ec3ae | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
v2 docs |
| 7474983e | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
first cut at docs |
| 1f9a8b52 | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
last one maybe |
| 28c2e84a | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
more style edits |
| a600bde5 | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
style cleanup |
| c1d93bc4 | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
missed some places that BI restoration requires |
| f5927b3e | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
boundary integrals get coordinates back as some tests use BI that needs them |
| 3bd61617 | 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 ...
|