| db83497d | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/default_option' into 'main'
internal: Add HoneeOptionsSetValueDefault
See merge request phypid/honee!23 |
| f638f05c | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
stats: Remove unnecessary viewer setup code
- If `viewer_type` is not passed as a flag, then the viewer will keep the original type it had |
| 5892ddc8 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
dm: Verify Face Sets label exists |
| 59572072 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
internal: Add HONEEOptionsSetValueDefault |
| 437258a3 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/separate_phasta_file' into 'main'
Move file-io functions to honee-file.c
See merge request phypid/honee!24 |
| db90dbaa | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove SetupICsFromBinary
- Only used once, might as well just directly call HoneeLoadBinaryVec |
| b237916a | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
internal: Add HoneeWriteBinaryVec |
| 360b37c9 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
internal: Remove comm argument from HoneeLoadBinaryVec |
| c9ff4f08 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: honee-file functions |
| 93ca29b6 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
internal: Add honee-file |
| 6c7d1a2e | 11-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/edit_readme' into 'main'
doc: README fix
See merge request phypid/honee!22 |
| 4c95b225 | 11-Jul-2024 |
James Wright <james@jameswright.xyz> |
doc: README fix |
| 616b5ad1 | 11-Jul-2024 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jeremy/readme-update' into 'main'
Fix doc badge link
See merge request phypid/honee!21 |
| 50112c34 | 11-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
readme - fix doc badge link |
| 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 |
| a67b82d9 | 10-Jul-2024 |
James Wright <james@jameswright.xyz> |
chore: Add license information to README |
| ae2b091f | 26-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move to Apache-2.0 OR BSD-2-Clause |
| 7212db86 | 26-Jun-2024 |
James Wright <james@jameswright.xyz> |
Change LICENSE copyright holders |
| d251f31f | 09-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/fluids_grad_boundaries' into 'main'
Add cell to face basis, implement in strong STG
See merge request phypid/honee!19 |
| 64667825 | 09-Jul-2024 |
James Wright <james@jameswright.xyz> |
qf: Add Norm3 utility function |
| 8424c23a | 08-Jul-2024 |
James Wright <james@jameswright.xyz> |
stg: Create separate CalculateElementLengths function
- This also centralizes the note regarding the functions failure on tetrahedral elements |
| 195c5d0e | 08-Jul-2024 |
James Wright <james@jameswright.xyz> |
doc: Update CHANGELOG with STG changes |
| 5f65e1a7 | 07-Jul-2024 |
James Wright <james@jameswright.xyz> |
bc: Add and use DMLabelCreateGlobalValueArray |
| f5363285 | 03-Jul-2024 |
James Wright <james@jameswright.xyz> |
dm_utils: Use DMGetStratumIS for face labeling
Instead of looping through every face in the local grid (including interior faces), this limits the looping to just the label points associated with th
dm_utils: Use DMGetStratumIS for face labeling
Instead of looping through every face in the local grid (including interior faces), this limits the looping to just the label points associated with the boundary in "Face Sets"
show more ...
|
| 21ba7ba4 | 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
bc: Implement 3D dXdx for strong STG
- Used for determining element size in STG calculation |