| 704b8bbe | 23-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Combine misc QF helpers into utils.h |
| 88448cd0 | 23-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add missing license boilerplate |
| b46bfc5e | 23-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - update style since I'm touching the file |
| 3a403a13 | 07-Jun-2022 |
James Wright <james@jameswright.xyz> |
test: Update data for fluids blasius tests |
| a6e8f989 | 20-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Add STGInflow Jacobian QFunction |
| 2be05fbd | 14-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 ...
|
| 8e63b9cb | 14-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 |
| 0aa41abf | 13-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 |
| 43bff553 | 11-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: ICs from STG Profile |
| 029c6dfa | 11-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Fix plate mesh generation |
| 78006d8a | 11-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: free qfunctions for in/outflow Jacobian |
| 68ae065a | 07-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Viscous flux for BoundaryIntegral jacobian |
| b01ba163 | 10-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Add viscous flux to POutflow Jacobian |
| e6b47afb | 07-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 |
| 7e252dc5 | 07-Jun-2022 |
James Wright <james@jameswright.xyz> |
doc: Update blasius BC description |
| 13a40e44 | 06-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Refine STGInflow_blasius.dat |
| d3b25f3a | 06-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Add viscous flux to StrongInflowBI |
| 25bfcc41 | 06-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Add viscous flux to POutflow BC |
| 04b9037b | 06-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Move blasius outflow to newtonian.h |
| 8085925c | 06-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 |
| 7d63e3e6 | 05-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Cleanup code
- Code either commented out, or left over from previous debugging |
| 475b2820 | 05-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Abstract State and helper funcs |
| dd64951c | 03-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Pass solution gradient to boundary QFs |
| 91982731 | 21-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 ...
|
| 4b8a6ccd | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #991 from CEED/jeremy/memcheck-qf-ctx
Memcheck QFContext |