| 6cec60aa | 01-Nov-2023 |
Jed Brown <jed@jedbrown.org> |
doc fixes |
| d31f425a | 27-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - require latest PETSc release |
| 1d2a9659 | 30-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Drop Coordinate Basis from IJacobian (without breaking IDL) (#1380)
* compute IDL coefficient in IFunction that has access to coordinates, append this to jac_data so that IJacobian can avoid pulling
Drop Coordinate Basis from IJacobian (without breaking IDL) (#1380)
* compute IDL coefficient in IFunction that has access to coordinates, append this to jac_data so that IJacobian can avoid pulling coordinates through basis to apply IDL
Co-authored-by: James Wright <james@jameswright.xyz>
show more ...
|
| 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. |
| 216bbcaf | 13-Oct-2023 |
James Wright <james@jameswright.xyz> |
fluids: Don't set ts_max_steps if not TESTTYPE_NONE |
| 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 |
| 242a7fda | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
deleted all the unused coordinate references that were throwing warnings |
| 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 |
| 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 |
| 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 ...
|
| 9b6a821d | 08-Sep-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add StatePhysicalGradientFromReference util |
| 5cd6c1fb | 04-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Makefile updates for formatting |