| 926a6279 | 06-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Extract simulation printing to function |
| ef3cb7e0 | 03-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add partition statistics to standard output |
| 76316f62 | 28-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1234 from CEED/jrwrigh/fluids_64int
fluids: Compatability for PETSc w/ 64bit ints |
| e1233009 | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Use 32bit integer for file token
- Also code into the token whether PETSc was coded using 32 or 64 bit integers |
| bedfd28d | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove problem->bc function pointers
- Not needed, as essential boundary conditions go through `DMPlexInsertBoundaryValues_NS` or `DMPlexInsertBoundaryValues_StrongBC` |
| defe8520 | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Compatability for PETSc w/ 64bit ints |
| 93a8a03e | 20-Jun-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1237 from CEED/jrwrigh/petsc-success
examples: Use PETSC_SUCCESS in PetscFunctionReturn |
| d949ddfc | 20-Jun-2023 |
James Wright <james@jameswright.xyz> |
examples: Use PetscFunctionReturn in PETSC_SUCCESS |
| c9feb253 | 20-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1231 from CEED/jeremy/consistency
Consistency fixes |
| 671d8958 | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1236 from CEED/jrwrigh/fluids_event_log
fluids: Add CeedOperator PetscLogEvents |
| 7eedc94c | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add CeedOperator PetscLogEvents
Co-authored-by: Jed Brown <jed@jedbrown.org> |
| 77ceda2c | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1235 from CEED/jrwrigh/fluids_extra_filewrite
fluids: Remove unnecessary state vector write |
| c26b555c | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove unnecessary state vector write |
| 14635ea0 | 16-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - make SetStream interface level fn |
| fb293263 | 15-Jun-2023 |
James Wright <james@jameswright.xyz> |
Add sycl/ref and sycl/shared backends (#1229)
* Merge sycl_backend from ALCF fork
---------
Co-authored-by: Umesh Unnikrishnan <unnikrishnan@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Add sycl/ref and sycl/shared backends (#1229)
* Merge sycl_backend from ALCF fork
---------
Co-authored-by: Umesh Unnikrishnan <unnikrishnan@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
|
| 6f58f284 | 05-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1226 from CEED/jed/fix-doc-math
doc: fix math in headers |
| aaa4e91f | 05-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
doc: fix math in headers
There is a bad hyperref/unicode-math interaction apparently resulting from how PDF bookmarks work. This replaces math in headers (section titles) with unicode Greek letters
doc: fix math in headers
There is a bad hyperref/unicode-math interaction apparently resulting from how PDF bookmarks work. This replaces math in headers (section titles) with unicode Greek letters to fix doc-latexpdf.
https://tex.stackexchange.com/questions/570000/improper-alphabetic-constant-error-in-title-with-greek-bug-with-unicode-math-an
show more ...
|
| 0e477d6f | 05-Jun-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1189 from CEED/jrwrigh/differential_filter
fluids: Add differential filtering capability |
| 1ed803a2 | 19-Apr-2023 |
James Wright <james@jameswright.xyz> |
DiffFilterFields: Move to separate fields for diff filter
- This will allow easier access to the filtered state for later processing |
| c5e50263 | 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
DiffFilterFields: Make diff_filter operators compatible with fields |
| 7975779f | 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
DiffFilterField: Reshuffling of DM Creation passes tests |
| 36c6cbc8 | 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Specify dm_field in GetRestrictionForDomain |
| 7523f6aa | 12-Apr-2023 |
James Wright <james@jameswright.xyz> |
refactor(fluids): Make j, k consisitent
When doing double for loops, `j` should be components and `k` should be coordinate direction, such that Grad_v[k][j][i] indexes the gradient array coming from
refactor(fluids): Make j, k consisitent
When doing double for loops, `j` should be components and `k` should be coordinate direction, such that Grad_v[k][j][i] indexes the gradient array coming from libCEED
show more ...
|
| f4fad612 | 06-Apr-2023 |
James Wright <james@jameswright.xyz> |
doc(fluids): Add differential filtering |
| 25c92e8f | 04-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add MMS test for differential filtering
MMS = method of manufactured solutions |