| 28ce3d2a | 21-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - add missing return |
| 82bcd3d4 | 20-Jun-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1237 from CEED/jrwrigh/petsc-success
examples: Use PETSC_SUCCESS in PetscFunctionReturn |
| ee4ca9cb | 20-Jun-2023 |
James Wright <james@jameswright.xyz> |
examples: Use PetscFunctionReturn in PETSC_SUCCESS |
| 4b35598d | 20-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1231 from CEED/jeremy/consistency
Consistency fixes |
| 2e6856d5 | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1236 from CEED/jrwrigh/fluids_event_log
fluids: Add CeedOperator PetscLogEvents |
| 75d1798c | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add CeedOperator PetscLogEvents
Co-authored-by: Jed Brown <jed@jedbrown.org> |
| ffb5dd8c | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1235 from CEED/jrwrigh/fluids_extra_filewrite
fluids: Remove unnecessary state vector write |
| d55646a4 | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove unnecessary state vector write |
| 9ffb25e0 | 16-Jun-2023 |
James Wright <james@jameswright.xyz> |
fixup: CeedSetStream fixes for Sycl |
| eb7e6caf | 16-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - naming consistency fixes |
| bc246734 | 16-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - move GetResourceRoot to backend interface |
| 5ae360d4 | 16-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - make SetStream interface level fn |
| bd882c8a | 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 ...
|
| 54624e1f | 14-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1227 from CEED/jed/fix-hip-cppflags
make: pass CPPFLAGS to HIPCC |
| 14349da7 | 13-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1228 from CEED/jeremy/small-fix
minor - initialize char ptr to NULL instead of empty string |
| f150ce52 | 13-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
make: pass CPPFLAGS to HIPCC
Otherwise users setting HIPCCFLAGS overrides the necessary directories that must appear in -I parameters. |
| 1862681b | 13-Jun-2023 |
Jeremy Luke Thompson <jeremy@jeremylt.org> |
minor - initialize char ptr to NULL instead of empty string |
| 7c36fa1d | 05-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1226 from CEED/jed/fix-doc-math
doc: fix math in headers |
| 9d9c52bb | 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 ...
|
| 42cd7ab0 | 05-Jun-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1189 from CEED/jrwrigh/differential_filter
fluids: Add differential filtering capability |
| 8400f944 | 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 |
| 5d94b986 | 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
DiffFilterFields: Make diff_filter operators compatible with fields |
| 81530087 | 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
DiffFilterField: Reshuffling of DM Creation passes tests |
| 431cd09a | 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Specify dm_field in GetRestrictionForDomain |
| 7b69c783 | 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 ...
|