| b1404241 | 28-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Use ApplyAdd for dirichlet_libCEED BCs |
| 72d85259 | 28-Jun-2022 |
James Wright <james@jameswright.xyz> |
test: Update data for strong_stg test
- Previous data was from using `bcFunc` and was actually incorrect. |
| dada6cc0 | 24-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Implement dirichlet bcs via libCEED |
| 5571c6fd | 30-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Fix post-processing in DMPlexInsertBoundaryValues_NS |
| 0a6353c2 | 23-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Create QFs for strong STG w/ QFunctions |
| 990fdeb6 | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fmt - add CeedInt_FMT |
| 121d4b7f | 27-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gallery - fix bad indexing in 3d poission det |
| eca1b09c | 27-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1008 from CEED/jeremy/doc-fixes
Small Doc Fixes |
| 13fa47b2 | 23-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Combine misc QF helpers into utils.h |
| 690ffe02 | 23-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add missing license boilerplate |
| 17be3a41 | 23-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - update style since I'm touching the file |
| 82fe8277 | 07-Jun-2022 |
James Wright <james@jameswright.xyz> |
test: Update data for fluids blasius tests |
| 4dbab5e5 | 20-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Add STGInflow Jacobian QFunction |
| cfcf1481 | 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 ...
|
| 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 |
| 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 |