| b55ac660 | 07-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Viscous flux for BoundaryIntegral jacobian |
| 0ec2498e | 10-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Add viscous flux to POutflow Jacobian |
| b5d317f8 | 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 |
| 520dae65 | 07-Jun-2022 |
James Wright <james@jameswright.xyz> |
doc: Update blasius BC description |
| e84c7c50 | 06-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Refine STGInflow_blasius.dat |
| 2c4e60d7 | 06-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Add viscous flux to StrongInflowBI |
| ce9b5c20 | 06-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Add viscous flux to POutflow BC |
| 30e9fa81 | 06-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Move blasius outflow to newtonian.h |
| 65dd5caf | 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 |
| 8b85812c | 05-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Cleanup code
- Code either commented out, or left over from previous debugging |
| c6e8c570 | 05-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Abstract State and helper funcs |
| e8b03fee | 03-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Pass solution gradient to boundary QFs |
| 7b39487d | 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 ...
|
| c082eca0 | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge branch 'main' into jeremy/memcheck-qf-ctx |
| 17ce10fa | 15-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - fix setup context data misuse |
| b80a4419 | 17-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - only VecZero in the BCs if using SetBCsFromICs |
| 9a9f72eb | 16-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - restore commented code |
| 5e82a6e1 | 16-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - cache boundary conditions in separate vecs |
| a3cbccd6 | 16-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - trim some extra zeroing |
| 6ef2784e | 08-Jun-2022 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: minor - style |
| 22d320f5 | 08-Jun-2022 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: destroy ceed object |
| 17b9cea2 | 05-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: slightly relax tolerance for /gpu/hip |
| a1df05f8 | 05-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: document developer options |
| 5ba4e83e | 04-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'main' into jed/fluids-jacobian
* main: (24 commits) op - more data in view examples/fluids: Test for strong STG examples/fluids: Add strong STG to documentation examples/fluids
Merge branch 'main' into jed/fluids-jacobian
* main: (24 commits) op - more data in view examples/fluids: Test for strong STG examples/fluids: Add strong STG to documentation examples/fluids: Add option for BC from ICs examples/fluids: Correct for non-origin domains examples/fluids: Implement Strong STG BC examples/fluids: Minor stg improvements/style examples/fluids: Add Strong STG functions examples/fluids: Fix memory leak in STG GPU assembly: fix potential basis loading offset error tests - more complex source include testing pc - fix qf fallback cloning restr - relax comp_stride check for num_comp == 1 make style pc - avoid direct access of basis data in multigrid creation ceed - refactor fallback Ceed creation into separate fn minor - homogonize int vs CeedInt basis - add input checks restr - add input checks on element restrictions examples/fluids: Update STG test for new mesh feats ...
show more ...
|
| c79c9d8a | 03-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Test for strong STG
- Note that the "compare_final_state_atol" had to be reduced to 1e-10 in order to have all the backends pass (the non-optimized backends were not able to pas
examples/fluids: Test for strong STG
- Note that the "compare_final_state_atol" had to be reduced to 1e-10 in order to have all the backends pass (the non-optimized backends were not able to pass)
show more ...
|