History log of /libCEED/examples/fluids/qfunctions/newtonian.h (Results 26 – 50 of 105)
Revision Date Author Comments
# 75345bf1 13-Oct-2023 Kenneth E. Jansen <kenneth.jansen@colorado.edu>

style errors induced by dropping coordinates where not used


# f3fe2dc9 13-Oct-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

deleted all the unused coordinate references that were throwing warnings


# 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


# 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


# 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 ...


# 7fe81b69 13-Oct-2023 Kenneth E. Jansen <kenneth.jansen@colorado.edu>

style errors induced by dropping coordinates where not used


# 242a7fda 13-Oct-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

deleted all the unused coordinate references that were throwing warnings


# 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


# 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


# 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 ...


# 851646d1 08-Oct-2023 James Wright <james@jameswright.xyz>

Merge pull request #1330 from CEED/jrwrigh/fluids_physical_grad

fluids: Add StatePhysicalGradientFromReference util


# 9b6a821d 08-Sep-2023 James Wright <james@jameswright.xyz>

fluids: Add StatePhysicalGradientFromReference util


# 7c4ffff5 08-Sep-2023 James Wright <james@jameswright.xyz>

Merge pull request #1329 from CEED/jrwrigh/fluids_packdata

fluids: Add qdata packing/unpacking helpers


# f3e15844 07-Sep-2023 James Wright <james@jameswright.xyz>

fluids: Add QF value qdata packing/unpacking


# 42cd7ab0 05-Jun-2023 James Wright <james@jameswright.xyz>

Merge pull request #1189 from CEED/jrwrigh/differential_filter

fluids: Add differential filtering capability


# 7b69c783 12-Apr-2023 James Wright <james@jameswright.xyz>

refactor(fluids): Make j, k consisitent

When doing double for loops, `j` should be components and `k` should be
coordinate direction, such that Grad_v[k][j][i] indexes the gradient
array coming from

refactor(fluids): Make j, k consisitent

When doing double for loops, `j` should be components and `k` should be
coordinate direction, such that Grad_v[k][j][i] indexes the gradient
array coming from libCEED

show more ...


# 62ea654f 29-May-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1225 from CEED/jrwrigh/fluids_state_enum

Fluids: Move to state enum for state functions


# be91e165 29-May-2023 James Wright <james@jameswright.xyz>

fluids: Move to state enum for state functions


# 5088944b 17-May-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1149 from CEED/jrwrigh/newtonian_ddsgs

fluids: Data-driven SGS modeling


# 51b00d91 14-Feb-2023 James Wright <james@jameswright.xyz>

fluids: Enable TSSetErrorIfStepFails when testing

- Misc error fixes too
- And style change to match index sizes for similar loops
- Other similar nested for loops have `j<5` and `k<3`, so cha

fluids: Enable TSSetErrorIfStepFails when testing

- Misc error fixes too
- And style change to match index sizes for similar loops
- Other similar nested for loops have `j<5` and `k<3`, so changed
this one to match

show more ...


# d08fcc28 30-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Add rotation rate, velocity gradient helpers

- Also change KMStrainRate to KMStrainRate_State, leaving KMStrainRate
to be a generic interface to the velocity gradient


12345