| 798d42b8 | 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 |
| fc02c281 | 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 |
| b77c53c9 | 11-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: ICs from STG Profile |
| 855641ea | 11-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Fix plate mesh generation |
| c2e07477 | 11-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: free qfunctions for in/outflow Jacobian |
| 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 |
| 06da9cdb | 22-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1004 from CEED/jeremy/doc-fix
Doc fixes |
| 56b865af | 22-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - exclude jit-source dir from doc |
| 2f26800c | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - drop unused code |
| cdb4dd67 | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - add CeedErrorType to doc |
| 6a5027c1 | 21-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1003 from CEED/release
Update main with bugfix |
| dfdfb19e | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1001 from CEED/jeremy/gpu-id-fix
gpu - fix setting device id |
| 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 |
| 791c445d | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #988 from CEED/jeremy/assembly-fix
Test for assembly w/non-square D |
| a2cba4be | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge branch 'main' into jeremy/assembly-fix |