| #
66fef50d
|
| 12-Oct-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !68, 'jrwrigh/operatorget', into 'main'
fix: Destroy objects from CeedOperatorFieldGet*
See merge request phypid/honee!68
|
| #
fff85bd3
|
| 12-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix: Destroy objects from CeedOperatorFieldGet*
|
| #
b85c1465
|
| 10-Oct-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !66, 'jrwrigh/consolidate_structs', into 'main'
chore: Move CeedData into Honee
See merge request phypid/honee!66
|
| #
e3663b90
|
| 10-Oct-2024 |
James Wright <james@jameswright.xyz> |
chore: Move CeedData into Honee
|
| #
dec3c062
|
| 24-Sep-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !29, 'jrwrigh/consolidate_structs', into 'main'
refactor: Change `User` -> `Honee`
See merge request phypid/honee!29
|
| #
0c373b74
|
| 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Change User -> Honee
|
| #
9a238ef3
|
| 24-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/centralize_qdata' into 'main'
feat: Implement centralized storage of QData
Closes #13
See merge request phypid/honee!32
|
| #
be29160d
|
| 22-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat: Remove CeedData qdata members
|
| #
cf926b59
|
| 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/skip_preallocation_dm' into 'main'
fix: Skip Preallocation for auxillary DMs
See merge request phypid/honee!28
|
| #
0dee9b8e
|
| 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Skip Preallocation for auxillary DMs
|
| #
c122ba76
|
| 15-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/refactor' into 'main'
refactor: Make consistent QF naming, cleanup navierstokes.h
Closes #9
See merge request phypid/honee!26
|
| #
e07531f7
|
| 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: More consistent naming of qf context
|
| #
8a8cb6e0
|
| 10-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/license_changes' into 'main'
Update License post libCEED fork
See merge request phypid/honee!6
|
| #
ae2b091f
|
| 26-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move to Apache-2.0 OR BSD-2-Clause
|
| #
0ded6df5
|
| 02-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/fix_malloc_issues' into 'main'
Fix memory leaks
Closes #2
See merge request phypid/honee!18
|
| #
87edb941
|
| 02-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Clean up basis and restrictions for SGS and filtering
|
| #
06a5ac53
|
| 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/rearrange' into 'main'
Rearrange files into more future-oriented locations
See merge request phypid/honee!15
|
| #
149fb536
|
| 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move navierstokes.* out of root directory
navierstokes.h to include and navierstokes.c into examples
|
| #
bf1f5d6e
|
| 18-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1110 from CEED/zach/entropy-variables
Add Entropy Variables to libCEED fluids NS mini-app
|
| #
9b103f75
|
| 17-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Proliferate entropy variables, add test
Co-authored-by: Zach Atkins <zacharyjayhawk@gmail.com>
|
| #
dfec6965
|
| 12-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1581 from CEED/jrwrigh/pytorch_external_sgs
fluids: Add PyTorch external DD SGS evaluation
|
| #
7ffa0ff8
|
| 20-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use TORCH_DEVICE_CPU for sycl backends
On Sunspot, on-device inference is not working reliably. I'm not sure exactly why at the moment (whether it's a libCEED backend issue or something else
fluids: Use TORCH_DEVICE_CPU for sycl backends
On Sunspot, on-device inference is not working reliably. I'm not sure exactly why at the moment (whether it's a libCEED backend issue or something else).
show more ...
|
| #
b40a7e63
|
| 11-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add log_events.c/h, PetscLogEvent for torch
To have the log_events accessbile to torch (in C++), I needed to separate out the header file containing the extern PetscLogEvent declarations. Wh
fluids: Add log_events.c/h, PetscLogEvent for torch
To have the log_events accessbile to torch (in C++), I needed to separate out the header file containing the extern PetscLogEvent declarations. While I was at it, I figured it'd be more clear to have a separate log_events.c file as well to have the actual "storage" of the PetscLogEvents and the RegisterLogEvents function itself.
show more ...
|
| #
4c07ec22
|
| 04-Oct-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add PyTorch external DD SGS evaluation
- Rename sequential_internal -> *_ceed
|
| #
012ff548
|
| 24-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1562 from CEED/jrwrigh/fluids_problem_pointer
fluids: Make ProblemData a pointer to struct
|