| 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 |
| 14bd2a07 | 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
style: Corrections from make checkbadSource |
| cde3d787 | 25-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor: Extract NewtonianIGProperties from NewtonianIdealGasContext |
| f0df98c0 | 22-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor: Remove c_tau from Newtonian options
It isn't implemented anyways.
TODO: Need to edit documentation to reflect the change (if Newtonian has any lingering references to c_tau) |
| ab18f1e5 | 15-Aug-2025 |
James Wright <james@jameswright.xyz> |
fix(newt): Initialization of sigma variable
Not necessary, but quiets the linters |
| dc336713 | 15-Aug-2025 |
James Wright <james@jameswright.xyz> |
doc: Better document Linear Ramp Coefficient |
| 4383298c | 15-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor: Use SetValueN instead of manual for loop zeroing |
| 8fd72709 | 13-Aug-2025 |
James Wright <james@jameswright.xyz> |
feat(newt): Extract Newtonian and IDL jacobian functions |
| e57b52db | 13-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor(newt): Refactor the extracted IFunction, add docstrings |
| 30b5892f | 13-Aug-2025 |
James Wright <james@jameswright.xyz> |
feat(newt): Extract Newtonian and IDL Integrand functions |
| 7787ef7f | 13-Aug-2025 |
James Wright <james@jameswright.xyz> |
feat(qf_utils): Add AXPY |
| 7e084dbe | 13-Aug-2025 |
James Wright <james@jameswright.xyz> |
feat(newt): Add const qualifiers to helper functions |
| 3cec1b8d | 12-Aug-2025 |
Mohammed Amin <mohammed.amin@colorado.edu> |
(!136) Amin/mean only fix |
| b30619f6 | 30-Mar-2025 |
James Wright <james@jameswright.xyz> |
feat: Add spanstats for CFL and Peclet number
- Add CalculatePe* to numerics.h |
| 2a28a40b | 04-Jul-2025 |
James Wright <james@jameswright.xyz> |
refactor: Extract CFL calculation from monitor |
| 3367f3ee | 04-Jul-2025 |
James Wright <james@jameswright.xyz> |
feat(spanstats): Combine turbulence.h and turb_stats_types.h |
| dae7673a | 04-Jul-2025 |
James Wright <james@jameswright.xyz> |
style: Move spanstats into subdirectory |
| d8667e38 | 30-Mar-2025 |
James Wright <james@jameswright.xyz> |
feat: Move matrix inverse out of setupgeo -> utils |
| e5a8cae0 | 24-Jun-2025 |
James Wright <james@jameswright.xyz> |
fix: Move enum strings to compilation units |
| 1c94e285 | 18-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat: Move PetscOptionEnum char arrays to enum defs in QF files |
| ea091b8e | 11-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat(bc): Shrink jac_data_size to that being used |
| 224fc8c8 | 05-Jun-2025 |
James Wright <james@jameswright.xyz> |
refactor(bc): Extract Outflow from freestream files
Outflow should be treated separately from freestream |
| f701dcc9 | 05-Jun-2025 |
James Wright <james@jameswright.xyz> |
style: Move comment in blasius ChebyshevEval |
| d9f57b1c | 25-Mar-2025 |
James Wright <james@jameswright.xyz> |
tg: Add background_velocity option for TaylorGreen IC |
| 0fb1909e | 24-Mar-2025 |
James Wright <james@jameswright.xyz> |
doc: Rearrange documentation |