| 3da913d1 | 19-Sep-2024 |
James Wright <james@jameswright.xyz> |
feat: Add flatplate STG yaml and setup files
Needed for reframe testing on Aurora, offers "real" test of turbulent flat plate simulations |
| 558b4e05 | 19-Sep-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !55, 'jrwrigh/advection_bl_yaml', into 'main'
feat(advdif): Add BL yaml file, use in test
See merge request phypid/honee!55 |
| 63cbeca8 | 18-Sep-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add BL yaml file, use in test |
| e76a832e | 19-Sep-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !56, 'jrwrigh/fix_petsccount', into 'main'
fix: Use PetscCount for SegBuffer sizes
See merge request phypid/honee!56 |
| ddb7a641 | 19-Sep-2024 |
James Wright <james@jameswright.xyz> |
fix: Use PetscCount for SegBuffer sizes
Changed in PETSc !7806 |
| 7d9bf9ea | 19-Sep-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !54, 'jrwrigh/ocloc_name_fix', into 'main'
fix(utils): ocloc (SYCL) claims 'local' as keyword
See merge request phypid/honee!54 |
| db7fbcd2 | 19-Sep-2024 |
James Wright <james@jameswright.xyz> |
fix(utils): ocloc (SYCL) claims 'local' as keyword |
| 6d244952 | 18-Sep-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !53, 'jrwrigh/fix_cast_warnings', into 'main'
fix: PetscMPIInt used for PetscSF functions
See merge request phypid/honee!53 |
| 3bbbcc04 | 18-Sep-2024 |
James Wright <james@jameswright.xyz> |
fix: PetscMPIInt used for PetscSF functions |
| e15d495f | 16-Sep-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !52, 'jrwrigh/matceed-sync', into 'main'
fix(matceed): Clean up View formatting
See merge request phypid/honee!52 |
| dfdd2b92 | 16-Sep-2024 |
James Wright <james@jameswright.xyz> |
fix(matceed): Clean up View formatting |
| 4ca5135b | 07-Sep-2024 |
James Wright <james@jameswright.xyz> |
fix(advdif): Correct gij size, square Ctau_{a,d}
- Correct gij size based on reference element size - Ctau_{a,d} should be squared to align with 1D minreg definitions |
| 5a58c7e9 | 06-Sep-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !48, 'jrwrigh/fix_diagonal_block_matceed', into 'main'
fix(matceed): Correct MatGetDiagonalBlock implementation
See merge request phypid/honee!48 |
| 9ff51368 | 05-Sep-2024 |
James Wright <james@jameswright.xyz> |
feat: Add PCBJACOBI to MATCEED-compatible PCs |
| c1bdbf00 | 05-Sep-2024 |
James Wright <james@jameswright.xyz> |
fix(matceed): Correct MatGetDiagonalBlock implementation
MatGetDiagonalBlock does not return the diagonal block of the with respect to `MatGetBlockSize`, but rather just returns the diagonal-portion
fix(matceed): Correct MatGetDiagonalBlock implementation
MatGetDiagonalBlock does not return the diagonal block of the with respect to `MatGetBlockSize`, but rather just returns the diagonal-portion of the global matrix resident on the current process.
show more ...
|
| e2e830f6 | 05-Sep-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !47, 'jrwrigh/matceed-sync', into 'main'
sync(matceed): Sync with Ratel
See merge request phypid/honee!47 |
| 537ec908 | 05-Sep-2024 |
James Wright <james@jameswright.xyz> |
sync(matceed): Sync with Ratel |
| 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 |
| 5a275bb6 | 18-Aug-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !45, 'jrwrigh/style_qfhelpers', into 'main'
style: Return int for paramaterized QFs
See merge request phypid/honee!45 |
| 71acc5ee | 18-Aug-2024 |
James Wright <james@jameswright.xyz> |
style: Misc formatting changes |
| 97cfd714 | 18-Aug-2024 |
James Wright <james@jameswright.xyz> |
style: Return int for paramaterized QFs
i.e. for QF helpers that are just surrogates for an actual QF, they should return int so that the actual QFs can simply return the value of the function. |
| 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 |
| f1b4fcbf | 18-Aug-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !44, 'jrwrigh/use_blocking_type_function', into 'main'
chore: Replace SetValueDefault with DMSet*
See merge request phypid/honee!44 |
| e747eef9 | 18-Aug-2024 |
James Wright <james@jameswright.xyz> |
chore: Replace SetValueDefault with DMSet* |