| 62e628f8 | 07-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Store 1/Ektot |
| 5dc40723 | 01-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Implement stgdata for ektot |
| b277271e | 30-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add STG Preprocessing and Calc QFs |
| e159aeac | 22-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Abstract out spectrum calculation |
| e3c3a342 | 07-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1016 from CEED/jed/plex-cell-coordinates
examples/fluids: use DMGetCellCoordinateDM to handle periodicity |
| 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 |
| 3b0d37b7 | 07-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
{cuda,hip}/gen: fix incorrect quadrature points when all bases are collocated
https://github.com/CEED/libCEED/pull/1009#issuecomment-1176751436
Co-authored-by: Natalie Beams <nbeams@icl.utk.edu> |
| 959b8288 | 06-Jul-2022 |
James Wright <james@jameswright.xyz> |
fix(fluids): Create and use basis_xc_sur for dirichlet bcs |
| 6e6fea42 | 01-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1014 from CEED/jeremy/verify-read
Verify ctx read-only access |
| c6477252 | 30-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1015 from CEED/jrwrigh/fluids_bcinsert_mask
fluids: Fix post-processing in DMPlexInsertBoundaryValues_NS |
| 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 |
| dcd0d0f3 | 28-Jun-2022 |
James Wright <james@jameswright.xyz> |
doc: Update release notes |
| 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 |
| 2ae780f2 | 30-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - verify that memcheck catches ctx writes in ci |
| 8e457467 | 29-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - verify ctx read-only access |
| 493d886d | 29-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - fix using backend RestoreData vs RestoreDataRead |
| 75a19770 | 29-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec/ctx - backend Restore*Read only after last reader |
| fb02a165 | 29-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - use QFGet/RestoreContextData |
| 0a6353c2 | 23-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Create QFs for strong STG w/ QFunctions |