| bff204bc | 20-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor(newt): Initialize defaults directly into newtonian_ig_ctx |
| 261b4fe2 | 20-Aug-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !144, 'jrwrigh/fix_newtonian_component_naming', into 'main'
fix: Correctly set component labels by state variables
See merge request phypid/honee!144 |
| 8d8b1f0c | 20-Aug-2025 |
James Wright <james@jameswright.xyz> |
fix: Correctly set component labels by state variables
Bug introduced in !139 accidentally set the component names before the state variable option was read in, therefore it always printed out the c
fix: Correctly set component labels by state variables
Bug introduced in !139 accidentally set the component names before the state variable option was read in, therefore it always printed out the conservative variable labels.
In addition to fixing this, I did quite a bit of reorganization of the `NS_NEWTONIAN_IG()` function.
show more ...
|
| 99c320e9 | 20-Aug-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !143, 'jrwrigh/memtype_func_name', into 'main'
fix(matceed): Change function name to avoid PETSc conflict
See merge request phypid/honee!143 |
| 2da92326 | 20-Aug-2025 |
James Wright <james@jameswright.xyz> |
fix(matceed): Change function name to avoid PETSc conflict
PETSc introduced a `MatGetMemTypeFromVecType()` function in https://gitlab.com/petsc/petsc/-/merge_requests/8505, so we need to change the
fix(matceed): Change function name to avoid PETSc conflict
PETSc introduced a `MatGetMemTypeFromVecType()` function in https://gitlab.com/petsc/petsc/-/merge_requests/8505, so we need to change the function to match
show more ...
|
| c4020f1f | 19-Aug-2025 |
James Wright <james@jameswright.xyz> |
test(smartsim): Add test for smartsim solution addition |
| 9ae013d6 | 19-Aug-2025 |
James Wright <james@jameswright.xyz> |
feat(smarsim): Add solution writing for smartsim
Also includes some other significant refactors, such has moving some functions to `smartsim-impl.h` and using `smartsim.h` to host setup and TSMonito
feat(smarsim): Add solution writing for smartsim
Also includes some other significant refactors, such has moving some functions to `smartsim-impl.h` and using `smartsim.h` to host setup and TSMonitor functions.
show more ...
|
| a8340a88 | 02-Jul-2025 |
James Wright <james@jameswright.xyz> |
feat(honee): Add ceed.h to honee.h |
| 71a58f57 | 15-Aug-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !141, 'jrwrigh/split_newtonian', into 'main'
fix(newt): Initialization of sigma variable
See merge request phypid/honee!141 |
| ab18f1e5 | 15-Aug-2025 |
James Wright <james@jameswright.xyz> |
fix(newt): Initialization of sigma variable
Not necessary, but quiets the linters |
| 71361630 | 15-Aug-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !139, 'jrwrigh/split_newtonian', into 'main'
feat: Split Newtonian integrands into separate helper functions
Closes #39
See merge request phypid/honee!139 |
| 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 |
| 8bdd25de | 13-Aug-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !138, 'jrwrigh/pedantic_flags', into 'main'
fix: Enable pedantic flags
See merge request phypid/honee!138 |
| 00906fed | 13-Aug-2025 |
James Wright <james@jameswright.xyz> |
fix: Enable pedantic flags
- These were accidentally not actually set to the compilation flags |
| c9d9fc88 | 12-Aug-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !137, 'jrwrigh/problem_components', into 'main'
feat: Set number of components in problem setup
Closes #37
See merge request phypid/honee!137 |
| e7c414fe | 12-Aug-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !136, 'Amin/mean_only_fix', into 'main'
Amin/mean only fix
Closes #36
See merge request phypid/honee!136 |
| 3cec1b8d | 12-Aug-2025 |
Mohammed Amin <mohammed.amin@colorado.edu> |
(!136) Amin/mean only fix |
| f27c2204 | 11-Aug-2025 |
James Wright <james@jameswright.xyz> |
feat: Set number of components in problem setup
Same with the name of those components |
| 5bd6ab37 | 08-Aug-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !135, 'jrwrigh/strong_bc_setup_fix', into 'main'
bc(strong_ceed): Use face_orientation_label for all element restrictions
See merge request phypid/honee!135 |