History log of /honee/ (Results 701 – 725 of 1514)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
65149b8921-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Report both amat and pmat types

40f6dcb921-Feb-2024 James Wright <james@jameswright.xyz>

Merge pull request #1478 from CEED/jrwrigh/velo_grad_util

fluids: Use utility for velocity gradient projection

5e604c9321-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Use utility for velocity gradient projection

- Evidentily missed this one when I added
StatePhysicalGradientFromReference awhile back. Or this was on a
longer lived branch that got me

fluids: Use utility for velocity gradient projection

- Evidentily missed this one when I added
StatePhysicalGradientFromReference awhile back. Or this was on a
longer lived branch that got merged out-of-order

show more ...

4bd92d7c13-Feb-2024 James Wright <james@jameswright.xyz>

docs(fluids): Document changes to 2D/3D advection

9529d63613-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Merge 2D and 3D advection setup

Instead of `-problem advection` and `-problem advection2d`, there's just
`-problem advection` and the dimensionality is taken from the dm.

8dba1efa20-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Generalize advection boundary qfunctions

2c512a7b20-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Packing routines for 2D boundary setup

31ff2a4320-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Generalize advection RHSFunction for 2d and 3d

059d1c4020-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Convert strong_form to boolean in advection

849e89c220-Jan-2024 James Wright <james@jameswright.xyz>

docs(fluids): Combine 2D and 3D documentation

bd4b541320-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Generalize advection IFunction for 2d and 3d

baadde1f20-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Change 2D qdata to use unpacking routines

0b3a1fab20-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Generalize advection IC for 2d and 3d

e975cfcc20-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Create generic MatMatN for square matrices

MatMat3 now uses MatMatN

10e365d813-Feb-2024 James Wright <james@jameswright.xyz>

Merge pull request #1446 from CEED/jrwrigh/advection_refactor

fluids: Misc refactor/updates for advection and stabilization

ce19214718-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Convert IFunction_Advection to state structs

51d861cb18-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Minor stabilization refactor

8e7333c418-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Change skew advection threshold

3rd order requires a 20 CEED_EPSILON instead of just 5

d5eb0e1415-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Refactor diagonal tau calculation

Also correct documentation of tau calculation

3f5a39e912-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Cleanup misc math

e9d605e027-Jan-2024 James Wright <james@jameswright.xyz>

Merge pull request #1452 from CEED/jrwrigh/stats_overwrite

fluids: Stats don't overwrite solution on first-step failure

ebab716e27-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Stats don't overwrite solution on first-step failure

- When you have an initial condition from a previous problem, it might
fail on the first step. This will cause `reason != TS_CONVERGED_

fluids: Stats don't overwrite solution on first-step failure

- When you have an initial condition from a previous problem, it might
fail on the first step. This will cause `reason != TS_CONVERGED_ITERATING`
and thus it will continue on with the rest of the TSMonitor routine.
If you have a stats file from that initial condition, it will be
overwritten.

Regardless of the overwriting behavior, it *never* makes sense to
write out a stats file on the first step; Using left-rectangle rule
for the time averaging integration, the initial step should *never* be
used, thus there is nothing to collect or write.

show more ...

90b3499712-Jan-2024 James Wright <james@jameswright.xyz>

Merge pull request #1445 from CEED/jrwrigh/cosine_hill

fluids: Add cosine hill and skewed advection initial conditions

f9ded41311-Jan-2024 James Wright <james@jameswright.xyz>

test(fluids): Advection skew initial condition

01f38f1706-Jan-2024 James Wright <james@jameswright.xyz>

test(fluids): Advection cosine

1...<<21222324252627282930>>...61