History log of /honee/ (Results 1151 – 1175 of 1514)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
704b8bbe23-Jun-2022 James Wright <james@jameswright.xyz>

fluids: Combine misc QF helpers into utils.h

88448cd023-Jun-2022 James Wright <james@jameswright.xyz>

fluids: Add missing license boilerplate

b46bfc5e23-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

doc - update style since I'm touching the file

3a403a1307-Jun-2022 James Wright <james@jameswright.xyz>

test: Update data for fluids blasius tests

a6e8f98920-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Add STGInflow Jacobian QFunction

2be05fbd14-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Protect against divide-by-0

- When running with strong enforced stg, the spectrum calc can try and
divide by 0 (distance to the wall)
- This behavior doesn't break anything per

examples/fluids: Protect against divide-by-0

- When running with strong enforced stg, the spectrum calc can try and
divide by 0 (distance to the wall)
- This behavior doesn't break anything persay, but this commit makes it
much easier to debug floating point exceptions.

show more ...

8e63b9cb14-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Fill node_locs if file not specified

- Ensures that strong STG has correct mesh_ynode locations even if the
mesh spacing is specified via the algorithmic method

0aa41abf13-Jun-2022 James Wright <james@jameswright.xyz>

FIXUP: Use BI inflow jacobian if not blasius inflow

- Previously did not use the BoundaryIntegral_Jacobian for any cases

43bff55311-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: ICs from STG Profile

029c6dfa11-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Fix plate mesh generation

78006d8a11-Jun-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: free qfunctions for in/outflow Jacobian

68ae065a07-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Viscous flux for BoundaryIntegral jacobian

b01ba16310-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Add viscous flux to POutflow Jacobian

e6b47afb07-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Move POutflow_Jac to State variables

- Verified to be exactly the same as before, just using the State
structs and methods

7e252dc507-Jun-2022 James Wright <james@jameswright.xyz>

doc: Update blasius BC description

13a40e4406-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Refine STGInflow_blasius.dat

d3b25f3a06-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Add viscous flux to StrongInflowBI

25bfcc4106-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Add viscous flux to POutflow BC

04b9037b06-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Move blasius outflow to newtonian.h

8085925c06-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Move StrongSTGbcFunc to newtonian.h

- Requires significant changes to how the stg_context is passed to the
the strong bc

7d63e3e605-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Cleanup code

- Code either commented out, or left over from previous debugging

475b282005-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Abstract State and helper funcs

dd64951c03-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Pass solution gradient to boundary QFs

9198273121-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

fluids - add preloading (#997)

* fluids - add preloading

* fluids - fix accidentally dropped line

Co-authored-by: James Wright <james@jameswright.xyz>

* fluids - get wallclock from stage lo

fluids - add preloading (#997)

* fluids - add preloading

* fluids - fix accidentally dropped line

Co-authored-by: James Wright <james@jameswright.xyz>

* fluids - get wallclock from stage log, FRAGILE

Co-authored-by: James Wright <james@jameswright.xyz>

show more ...

4b8a6ccd21-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #991 from CEED/jeremy/memcheck-qf-ctx

Memcheck QFContext

1...<<41424344454647484950>>...61