| e159aeac | 22-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Abstract out spectrum calculation |
| 3796c488 | 05-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: use DMGetCellCoordinateDM to handle periodicity
Note that without -dm_sparse_localize 0 (default=1), the cell DM will only have cells with localized coordinates (and there is no vec
examples/fluids: use DMGetCellCoordinateDM to handle periodicity
Note that without -dm_sparse_localize 0 (default=1), the cell DM will only have cells with localized coordinates (and there is no vector representation that contains both).
show more ...
|
| e8001fe0 | 07-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1009 from CEED/jrwrigh/dirichlet_with_libceed
Fluids - Use libCEED to compute Dirichlet boundary conditions |
| 86c7fc99 | 07-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: fix spelling in output |
| 959b8288 | 06-Jul-2022 |
James Wright <james@jameswright.xyz> |
fix(fluids): Create and use basis_xc_sur for dirichlet bcs |
| a939fbab | 30-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Minor improvements for dirichlet and stg |
| cf3d54ff | 30-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Set all outputs in STG QF |
| 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 |
| 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 |