| #
1afd361b
|
| 24-Jun-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !125, 'jrwrigh/fix_qf_char_arrays', into 'main'
fix: Move enum strings to compilation units
See merge request phypid/honee!125
|
| #
e5a8cae0
|
| 24-Jun-2025 |
James Wright <james@jameswright.xyz> |
fix: Move enum strings to compilation units
|
| #
90f8c300
|
| 23-Jun-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !123, 'jrwrigh/qf_char_arrays', into 'main'
feat: Move PetscOptionEnum char arrays to enum defs in QF files
See merge request phypid/honee!123
|
| #
1c94e285
|
| 18-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat: Move PetscOptionEnum char arrays to enum defs in QF files
|
| #
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
|
| #
282bbc2a
|
| 15-Oct-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !70, 'jrwrigh/advection_bl_outflow_height', into 'main'
feat: Add `-bl_height_factor` option
See merge request phypid/honee!70
|
| #
b4fd18df
|
| 14-Oct-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add bl_height_factor option
|
| #
3567ee83
|
| 20-Aug-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !46, 'jrwrigh/advection_BL', into 'main'
feat(advdif): Add Boundary Layer IC
See merge request phypid/honee!46
|
| #
3d1afcc1
|
| 19-Aug-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add Boundary Layer IC, wind type
|
| #
a7cc70e1
|
| 18-Aug-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !43, 'jrwrigh/advection_div_diff_flux', into 'main'
Implement DivDiffFluxProjection for advection diffusion
See merge request phypid/honee!43
|
| #
4c5ab12f
|
| 12-Aug-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add div F_diff into IFunction
|
| #
71375690
|
| 13-Aug-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !42, 'jrwrigh/advection_diff_tau', into 'main'
advdif: Add diffusion component to tau
See merge request phypid/honee!42
|
| #
fbabb365
|
| 13-Aug-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add diffusion tau coefficient
|
| #
9f6ca935
|
| 02-Aug-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !38, 'jrwrigh/advdif_sine_wave', into 'main'
feat(advdiff): Add sine and square wave ICs
See merge request phypid/honee!38
|
| #
5f636aea
|
| 29-Jul-2024 |
James Wright <james@jameswright.xyz> |
style(advdif): Add prefix to typedef enums
|
| #
a62be6ba
|
| 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add sine and square wave IC
|
| #
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
|
| #
c8d249de
|
| 10-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add diffusion to advection problem
|
| #
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
|
| #
57272ee0
|
| 13-Feb-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add different tau choices for advection
|
| #
059d1c40
|
| 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Convert strong_form to boolean in advection
|