| #
59583c89
|
| 10-Oct-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !158, 'jrwrigh/grad_nd', into 'main'
style: Use "D" for GradUnpack
See merge request phypid/honee!158
|
| #
22440147
|
| 22-Aug-2025 |
James Wright <james@jameswright.xyz> |
style: Use "D" for GradUnpack
The values correspond to the physical dimension, not any arbitrary "N" value
|
| #
5f46bb16
|
| 06-Jul-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !128, 'jrwrigh/spanstats_numerics', into 'main'
feat: Add Spanwise Statistics collection for CFL and Peclet number
See merge request phypid/honee!128
|
| #
d8667e38
|
| 30-Mar-2025 |
James Wright <james@jameswright.xyz> |
feat: Move matrix inverse out of setupgeo -> utils
|
| #
0d0968c2
|
| 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !90, 'jrwrigh/renaming', into 'main'
style: Refactor fluids -> HONEE
See merge request phypid/honee!90
|
| #
ea615d4c
|
| 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
style: Refactor fluids -> HONEE
|
| #
b78d7c7d
|
| 24-Oct-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !72, 'jrwrigh/jit_changes', into 'main'
fix: Change QFunctions to account for libCEED#1696
See merge request phypid/honee!72
|
| #
3e17a7a1
|
| 22-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix: Change QFunctions to account for libCEED#1696
|
| #
efe705f2
|
| 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/refactor' into 'main'
refactor: Use utils in setupgeo helpers, other misc refactors
See merge request phypid/honee!37
|
| #
83c0b726
|
| 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Use utils in setupgeo_helpers.h
Includes adding Norm2 and GradUnpack2
|
| #
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
|
| #
c7ece6ef
|
| 28-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Drop JiT Guards in Most QF Source (#1540)
* backend - use pragma once
* gallery - drop source header guards
* ex - drop some qfunction source header guards
* fluids - drop guards on all sin
Drop JiT Guards in Most QF Source (#1540)
* backend - use pragma once
* gallery - drop source header guards
* ex - drop some qfunction source header guards
* fluids - drop guards on all singly included headers
* jit - drop most guards on backend JiT files
* sycl - drop extra header guards
* jit - enable #pragma once for QF source
* fluids - use #pragma once for util/helper qf source
* test - check different multiple includes
* fluids - fix odd include
* jit - update interface for building JiT string from multiple files
show more ...
|
| #
20bd4f36
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1537 from CEED/jeremy/pragma-once
Use #pragma once for non-JiT headers
|
| #
dc936754
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers
|
| #
2c512a7b
|
| 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Packing routines for 2D boundary setup
|
| #
baadde1f
|
| 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change 2D qdata to use unpacking routines
|
| #
1e138177
|
| 13-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1315 from CEED/jeremy/queep
Backend Consistency Fixes
|
| #
ff20bea9
|
| 13-Sep-2023 |
James Wright <james@jameswright.xyz> |
fluids: Fix Sycl related arguments
- These arguments work fine in CUDA and HIP, but OpenCL (specifically, the online compiler used for Sunspot) isn't happy with these minor changes in pointer de
fluids: Fix Sycl related arguments
- These arguments work fine in CUDA and HIP, but OpenCL (specifically, the online compiler used for Sunspot) isn't happy with these minor changes in pointer definitions.
show more ...
|
| #
1a74fa30
|
| 21-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Refactor setupgeo* functionality into helpers
- This allows for use of those helpers inside other qfunctions
|