| 21b1a10e | 13-Jul-2022 |
James Wright <james@jameswright.xyz> |
Merge pull request #1018 from CEED/jrwrigh/stg_precompute_ektot |
| b150a244 | 17-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: skip legacy preallocation (we use COO)
When using -snes_fd_color or running a model that doesn't provide a Jacobian (in which case coloring will be used automatically), we still nee
examples/fluids: skip legacy preallocation (we use COO)
When using -snes_fd_color or running a model that doesn't provide a Jacobian (in which case coloring will be used automatically), we still need to preallocate.
show more ...
|
| 04855949 | 10-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: explicitly handle MFFD |
| b107fdda | 10-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: use shell for Amat, block diagonal aij* for Pmat
This adds two independent options for tuning solves.
-amat_type shell: causes Amat and Pmat to be different matrices, with shell us
examples/fluids: use shell for Amat, block diagonal aij* for Pmat
This adds two independent options for tuning solves.
-amat_type shell: causes Amat and Pmat to be different matrices, with shell used for Amat. It's technically possible to use other matrix formats here.
-pmat_pbdiagonal: causes Pmat to be assembled as point-block diagonal. Note that this usually only makes sense in addition to -amat_type shell because otherwise your KSP is only working with the point-block diagonal.
show more ...
|
| 70b0cb14 | 07-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Store 1/Ektot |
| 9eeef72b | 01-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Implement stgdata for ektot |
| 8eea80fc | 30-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add STG Preprocessing and Calc QFs |
| 71cd6200 | 22-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Abstract out spectrum calculation |
| f61bb06c | 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 |
| cac8aa24 | 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 ...
|
| 35ebed31 | 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 |
| 2c498363 | 07-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: fix spelling in output |
| da7e3aac | 06-Jul-2022 |
James Wright <james@jameswright.xyz> |
fix(fluids): Create and use basis_xc_sur for dirichlet bcs |
| 3794c35e | 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 |
| f6438f20 | 30-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Minor improvements for dirichlet and stg |
| 66531c8b | 30-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Set all outputs in STG QF |
| 6cf7571c | 28-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Use ApplyAdd for dirichlet_libCEED BCs |
| 278b0448 | 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. |
| 6d0190e2 | 24-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Implement dirichlet bcs via libCEED |
| 9d437337 | 30-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Fix post-processing in DMPlexInsertBoundaryValues_NS |
| b7190ff7 | 23-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Create QFs for strong STG w/ QFunctions |
| 04cf2855 | 28-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1002 from CEED/jeremy/format-ceed-types
Add CeedInt_FMT |
| 45aa3cad | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fmt - add CeedInt_FMT |
| ed89af66 | 27-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1008 from CEED/jeremy/doc-fixes
Small Doc Fixes |
| 2ed982e2 | 24-Jun-2022 |
James Wright <james@jameswright.xyz> |
Merge pull request #1010 from CEED/jrwrigh/fluids_qfutils |